VisualizeMosaicCalibConfig#
- class lsst.pipe.tasks.visualizeVisit.VisualizeMosaicCalibConfig(*args, **kw)#
Bases:
VisualizeMosaicExpConfigAttributes Summary
Binning factor previously applied to input exposures.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
The task dimensions, also applied to the input/output exposures.
Flag to enable/disable saving of log output for a task, enabled by default.
The storageClass of the input exposures.
Attributes Documentation
- binning#
Binning factor previously applied to input exposures. (
int, default8)
- 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, defaultTrue)
- storageClass#
The storageClass of the input exposures. Must be of type lsst.afw.Image.Exposure, or one of its subtypes. (
str, default'ExposureF')