PhotonTransferCurveAdjustGainRatiosConfig#
- class lsst.cp.pipe.PhotonTransferCurveAdjustGainRatiosConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Amplifier boundary to ignore when computing gradients/gain ratios (pixels).
Binning factor to compute gradients/gain ratios (pixels).
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 fitting amp gain ratios? (
bool, defaultTrue)Maximum number of adu for an exposure to use in gain ratio calculation.
Maximum fractional gain ratio to consider per-exposure.
Maximum read noise (e-) in the PTC for an amp to be considered as a reference (
float, default12.0)Minimum number of adu for an exposure to use in gain ratio calculation.
Number of flats (from min_adu to max_adu) to use in gain ratio calculation.
Number of radial spline nodes for radial gradient.
Random seed to use for down-sampling input flats.
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_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 fitting amp gain ratios? (
bool, defaultTrue)
- max_adu#
Maximum number of adu for an exposure to use in gain ratio calculation. (
float, default20000.0)
- max_fractional_gain_ratio#
Maximum fractional gain ratio to consider per-exposure. Any amps with larger offset will be excluded from the gradient fit and will have no corrections applied. (
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)
- min_adu#
Minimum number of adu for an exposure to use in gain ratio calculation. (
float, default1000.0)
- n_flat#
Number of flats (from min_adu to max_adu) to use in gain ratio calculation. (
int, default50)
- radial_gradient_n_spline_nodes#
Number of radial spline nodes for radial gradient. (
int, default20)
- random_seed#
Random seed to use for down-sampling input flats. (
int, default12345)
- 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)