ObjectEpochTableConfig#
- class lsst.analysis.tools.tasks.ObjectEpochTableConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Bands in objectCat to be combined with
objectCat_selectorsto build objectCat column names.Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- bands#
Bands in objectCat to be combined with
objectCat_selectorsto build objectCat column names. (List, default['u', 'g', 'r', 'i', 'z', 'y'])
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)