VisualizeBinExpConfig#
- class lsst.pipe.tasks.visualizeVisit.VisualizeBinExpConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration for focal plane visualization.
Attributes Summary
Binning factor to apply to each input exposure's image data.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Metadata keyword to use to find detector if not available from input.
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 storageClasses of the input and output exposures.
Attributes Documentation
- binning#
Binning factor to apply to each input exposure’s image data. (
int, default8)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- detectorKeyword#
Metadata keyword to use to find detector if not available from input. (
str, default'DET-ID')
- dimensions#
The task dimensions, also applied to the input/output exposures. (
List, default['detector', 'instrument', 'visit'])
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- storageClass#
The storageClasses of the input and output exposures. Must be of type lsst.afw.Image.Exposure, or one of its subtypes. (
str, default'ExposureF')