CalibCombineTwoFlatsByFilterConfig#
- class lsst.cp.pipe.CalibCombineTwoFlatsByFilterConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Name of calibration to be generated.
Statistic name to use for combination (from
Property) (str, default'MEAN')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Percentile levels to measure on the final combined calibration.
Mask bit to set when there are no good input pixels.
Flag to enable/disable saving of log output for a task, enabled by default.
Width, height of subregion size.
Weight for first flat (second weight will be 1.0 - weightOne).
Attributes Documentation
- calibrationType#
Name of calibration to be generated. (
str, default'flat')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- distributionPercentiles#
Percentile levels to measure on the final combined calibration. (
List, default[0, 5, 16, 50, 84, 95, 100])
- noGoodPixelsMask#
Mask bit to set when there are no good input pixels. See code comments for details. (
str, default'BAD')
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- subregionSize#
Width, height of subregion size. (
List, default(10000, 200))
- weightOne#
Weight for first flat (second weight will be 1.0 - weightOne). (
float, default0.5)