PhotonTransferCurveFixupGainRatiosConfig#
- class lsst.cp.pipe.PhotonTransferCurveFixupGainRatiosConfig(*args, **kwargs)#
Bases:
PipelineTaskConfigDeprecated since version v30.0: PhotonTransferCurveFixupGainRatiosTask is no longer used. This Task will be removed after v30.
Attributes Summary
Maximum number of adu to use for amp offset gain ratio fixup.
Minimum number of adu to use for amp offset gain ratio fixup.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Flag to enable/disable saving of log output for a task, enabled by default.
Attributes Documentation
- ampOffsetGainRatioMaxAdu#
Maximum number of adu to use for amp offset gain ratio fixup. (
float, default40000.0)
- ampOffsetGainRatioMinAdu#
Minimum number of adu to use for amp offset gain ratio fixup. (
float, default1000.0)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)