CpCtiSolveConfig#

class lsst.cp.pipe.CpCtiSolveConfig(*args, **kw)#

Bases: PipelineTaskConfig

Configuration for the CTI combination.

Attributes Summary

connections

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

fitError

Error to use during parameter fitting.

globalCtiColumnRange

First and last serial overscan column to use for serial extended pixel edge response (EPER) estimate.

globalCtiRowRange

First and last parallel overscan row to use for parallel extended pixel edge response (EPER) estimate.

localOffsetColumnRange

First and last overscan column to use for local offset effect.

maxImageMean

Upper limit on acceptable image flux mean (electron).

maxSignalForCti

Upper flux limit to use for CTI fit (electron).

parallelCtiRange

Parallel CTI range to search for parallel turnoff.

saveLogOutput

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

serialCtiRange

Serial CTI range to search for serial turnoff.

trapColumnRange

First and last overscan column to use for serial trap fit.

turnoffFinderSigmaClip

n for n*sigma to use for sigma clipping in turnoff finder.

turnoffFinderSigmaClipMaxIters

Maximum iterations for sigma clipping in turnoff finder.

Attributes Documentation

connections: pexConfig.ConfigField#

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

fitError#

Error to use during parameter fitting. (float, default np.float64(0.15652475842498528))

globalCtiColumnRange#

First and last serial overscan column to use for serial extended pixel edge response (EPER) estimate. (List, default [1, 15])

globalCtiRowRange#

First and last parallel overscan row to use for parallel extended pixel edge response (EPER) estimate. (List, default [1, 2])

localOffsetColumnRange#

First and last overscan column to use for local offset effect. (List, default [3, 13])

maxImageMean#

Upper limit on acceptable image flux mean (electron). (float, default 150000.0)

maxSignalForCti#

Upper flux limit to use for CTI fit (electron). (float, default 10000.0)

parallelCtiRange#

Parallel CTI range to search for parallel turnoff. (List, default [-1e-05, 1e-05])

saveLogOutput#

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

serialCtiRange#

Serial CTI range to search for serial turnoff. (List, default [-1e-05, 1e-05])

trapColumnRange#

First and last overscan column to use for serial trap fit. (List, default [1, 2])

turnoffFinderSigmaClip#

n for n*sigma to use for sigma clipping in turnoff finder. (int, default 1)

turnoffFinderSigmaClipMaxIters#

Maximum iterations for sigma clipping in turnoff finder. (int, default 5)