ConsolidateVisitSummaryConfig#

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

Bases: PipelineTaskConfig

Config for ConsolidateVisitSummaryTask

Attributes Summary

connections

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

full

Whether to propate all exposure components.

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.

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, default False)

saveLogOutput#

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