VisualizeMosaicCalibConfig#

class lsst.pipe.tasks.visualizeVisit.VisualizeMosaicCalibConfig(*args, **kw)#

Bases: VisualizeMosaicExpConfig

Attributes Summary

binning

Binning factor previously applied to input exposures.

connections

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

dimensions

The task dimensions, also applied to the input/output exposures.

saveLogOutput

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

storageClass

The storageClass of the input exposures.

Attributes Documentation

binning#

Binning factor previously applied to input exposures. (int, default 8)

connections: pexConfig.ConfigField#

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

dimensions#

The task dimensions, also applied to the input/output exposures. Note: the input exposure will have ‘detector’ appended by default. (List, default ['instrument', 'visit'])

saveLogOutput#

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

storageClass#

The storageClass of the input exposures. Must be of type lsst.afw.Image.Exposure, or one of its subtypes. (str, default 'ExposureF')