CrosstalkSolveConfig#
- class lsst.cp.pipe.CrosstalkSolveConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration for the solving of crosstalk from pixel ratios.
Attributes Summary
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Filter generated crosstalk to remove marginal measurements? (
bool, defaultFalse)Scale error by 1/sqrt(N) in calculating significant coefficients? (
bool, defaultTrue)Polynomial order in source flux to fit crosstalk.
Number of rejection iterations for final coefficient calculation.
Rejection threshold (sigma) for final coefficient calculation.
Should solutions with negative coefficients (which add flux to the target) be excluded? (
bool, defaultTrue)Flag to enable/disable saving of log output for a task, enabled by default.
Sigma significance level to use in marking a coefficient valid.
Attributes Documentation
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- doFiltering#
Filter generated crosstalk to remove marginal measurements? (
bool, defaultFalse)
- doSignificanceScaling#
Scale error by 1/sqrt(N) in calculating significant coefficients? (
bool, defaultTrue)
- fluxOrder#
Polynomial order in source flux to fit crosstalk. (
int, default0)
- rejIter#
Number of rejection iterations for final coefficient calculation. (
int, default3)
- rejSigma#
Rejection threshold (sigma) for final coefficient calculation. (
float, default2.0)
- rejectNegativeSolutions#
Should solutions with negative coefficients (which add flux to the target) be excluded? (
bool, defaultTrue)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- significanceLimit#
Sigma significance level to use in marking a coefficient valid. (
float, default3.0)