WriteForcedSourceTableConfig#

class lsst.pipe.tasks.postprocess.WriteForcedSourceTableConfig(*args, **kwargs)#

Bases: PipelineTaskConfig

Deprecated since version v29.0: This task is replaced by lsst.pipe.tasks.ForcedPhotCcdTask. This task will be removed after v30.

Attributes Summary

connections

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

key

Column on which to join the two input tables on and make the primary key of the output (str, default 'objectId')

saveLogOutput

Flag to enable/disable saving of log output for a task, enabled by default.

Attributes Documentation

connections: pexConfig.ConfigField#

Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.

key#

Column on which to join the two input tables on and make the primary key of the output (str, default 'objectId')

saveLogOutput#

Flag to enable/disable saving of log output for a task, enabled by default. (bool, default True)