CpCtiSolveConfig#
- class lsst.cp.pipe.CpCtiSolveConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration for the CTI combination.
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Error to use during parameter fitting.
First and last serial overscan column to use for serial extended pixel edge response (EPER) estimate.
First and last parallel overscan row to use for parallel extended pixel edge response (EPER) estimate.
First and last overscan column to use for local offset effect.
Upper limit on acceptable image flux mean (electron).
Upper flux limit to use for CTI fit (electron).
Parallel CTI range to search for parallel turnoff.
Flag to enable/disable saving of log output for a task, enabled by default.
Serial CTI range to search for serial turnoff.
First and last overscan column to use for serial trap fit.
n for n*sigma to use for sigma clipping in turnoff finder.
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, defaultnp.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, default150000.0)
- maxSignalForCti#
Upper flux limit to use for CTI fit (electron). (
float, default10000.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, defaultTrue)
- 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, default1)
- turnoffFinderSigmaClipMaxIters#
Maximum iterations for sigma clipping in turnoff finder. (
int, default5)