CpMeasureGainCorrectionConfig#
- class lsst.cp.pipe.CpMeasureGainCorrectionConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Amplifier boundary to ignore when computing gradients/gain ratios (pixels).
Binning factor to compute gradients/gain ratios (pixels).
Number of sigma to clip gain ratios when fitting the Chebyshev gradient.
Order of chebyshev x/y polynomials to remove additional gradients.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Remove radial gradient before measureting amp gain ratios? (
bool, defaultTrue)Maximum fractional gain ratio to consider.
Maximum read noise (e-) in the PTC for an amp to be considered as a reference (
float, default12.0)Number of radial spline nodes for radial gradient.
Number of sigma to clip in ratio image.
Flag to enable/disable saving of log output for a task, enabled by default.
Percentile threshold for sorting PTC turnoff for an amp to be considered as a reference (
float, default25.0)Attributes Documentation
- amp_boundary#
Amplifier boundary to ignore when computing gradients/gain ratios (pixels). (
int, default20)
- bin_factor#
Binning factor to compute gradients/gain ratios (pixels). (
int, default8)
- chebyshev_gradient_nsig_clip#
Number of sigma to clip gain ratios when fitting the Chebyshev gradient. (
float, default5.0)
- chebyshev_gradient_order#
Order of chebyshev x/y polynomials to remove additional gradients. (
int, default1)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- do_remove_radial_gradient#
Remove radial gradient before measureting amp gain ratios? (
bool, defaultTrue)
- max_fractional_gain_ratio#
Maximum fractional gain ratio to consider. Any amps with larger offset will be excluded from the measurement and will have no corrections computed. (
float, default0.05)
- max_noise_reference#
Maximum read noise (e-) in the PTC for an amp to be considered as a reference (
float, default12.0)
- radial_gradient_n_spline_nodes#
Number of radial spline nodes for radial gradient. (
int, default20)
- ratio_outlier_nsig_clip#
Number of sigma to clip in ratio image. (
float, default5.0)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- turnoff_percentile_reference#
Percentile threshold for sorting PTC turnoff for an amp to be considered as a reference (
float, default25.0)