FindCosmicRaysConfig#
- class lsst.meas.algorithms.FindCosmicRaysConfig(*args, **kw)#
Bases:
ConfigConfig for the findCosmicRays function
Attributes Summary
Background estimation configuration (
ConfigurableInstance, default<class 'lsst.meas.algorithms.subtractBackground.SubtractBackgroundConfig'>)used in condition 3 for CR; see CR.cc code (
float, default2.0)used in condition 3 for CR; see CR.cc code (
float, default0.35)Don't interpolate over CR pixels (
bool, defaultFalse)CRs must be > this many sky-sig above sky (
float, default6.0)CRs must have > this many DN (== electrons/gain) in initial detection (
float, default150.0)maximum number of contaminated pixels (
int, default1000000)number of times to look for contaminated pixels near known CR pixels (
int, default6)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- background#
Background estimation configuration (
ConfigurableInstance, default<class 'lsst.meas.algorithms.subtractBackground.SubtractBackgroundConfig'>)
- cond3_fac#
used in condition 3 for CR; see CR.cc code (
float, default2.0)
- cond3_fac2#
used in condition 3 for CR; see CR.cc code (
float, default0.35)
- keepCRs#
Don’t interpolate over CR pixels (
bool, defaultFalse)
- minSigma#
CRs must be > this many sky-sig above sky (
float, default6.0)
- min_DN#
CRs must have > this many DN (== electrons/gain) in initial detection (
float, default150.0)
- nCrPixelMax#
maximum number of contaminated pixels (
int, default1000000)
- niteration#
number of times to look for contaminated pixels near known CR pixels (
int, default6)
Methods Documentation