WriteRecalibratedSourceTableConfig#

class lsst.pipe.tasks.postprocess.WriteRecalibratedSourceTableConfig(*args, **kw)#

Bases: WriteSourceTableConfig

Attributes Summary

connections

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

doReevaluatePhotoCalib

Add or replace local photoCalib columns (bool, default True)

doReevaluateSkyWcs

Add or replace local WCS columns and update the coord columns, coord_ra and coord_dec (bool, default True)

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.

doReevaluatePhotoCalib#

Add or replace local photoCalib columns (bool, default True)

doReevaluateSkyWcs#

Add or replace local WCS columns and update the coord columns, coord_ra and coord_dec (bool, default True)

saveLogOutput#

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