WriteRecalibratedSourceTableConfig#
- class lsst.pipe.tasks.postprocess.WriteRecalibratedSourceTableConfig(*args, **kw)#
Bases:
WriteSourceTableConfigAttributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Add or replace local photoCalib columns (
bool, defaultTrue)Add or replace local WCS columns and update the coord columns, coord_ra and coord_dec (
bool, defaultTrue)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, defaultTrue)
- doReevaluateSkyWcs#
Add or replace local WCS columns and update the coord columns, coord_ra and coord_dec (
bool, defaultTrue)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)