ComputeNoiseCorrelationConfig#
- class lsst.meas.algorithms.ComputeNoiseCorrelationConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Background subtraction (
ConfigurableInstance, default<class 'lsst.meas.algorithms.subtractBackground.SubtractBackgroundConfig'>)Mask planes for pixels to ignore when calculating correlations (
List, default['DETECTED', 'DETECTED_NEGATIVE', 'BAD', 'SAT', 'NO_DATA', 'INTRP'])Scale down the correlation coefficients x by the empirical variance of the background in addition to the variance plane? (
bool, defaultFalse)Size of the correlation matrix to produce (
int, default5)Subtract the empirical mean in addition to the background? (
bool, defaultFalse)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- background#
Background subtraction (
ConfigurableInstance, default<class 'lsst.meas.algorithms.subtractBackground.SubtractBackgroundConfig'>)
- maskPlanes#
Mask planes for pixels to ignore when calculating correlations (
List, default['DETECTED', 'DETECTED_NEGATIVE', 'BAD', 'SAT', 'NO_DATA', 'INTRP'])
- scaleEmpiricalVariance#
Scale down the correlation coefficients x by the empirical variance of the background in addition to the variance plane? (
bool, defaultFalse)
- size#
Size of the correlation matrix to produce (
int, default5)
- subtractEmpiricalMean#
Subtract the empirical mean in addition to the background? (
bool, defaultFalse)
Methods Documentation