ConsolidateVisitSummaryConfig#
- class lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfig for ConsolidateVisitSummaryTask
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Whether to propate all exposure components.
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.
- full#
Whether to propate all exposure components. This adds PSF, aperture correction map, transmission curve, and detector, which can increase file size by more than factor of 10, but it makes the visit summaries produced by this task fully usableby tasks that were designed to run downstream of lsst.drp.tasks.UpdateVisitSummaryTask. (
bool, defaultFalse)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)