FringeStatisticsConfig#
- class lsst.ip.isr.FringeStatisticsConfig(*args, **kw)#
Bases:
ConfigOptions for measuring fringes on an exposure
Attributes Summary
Ignore pixels with these masks (
List, default['SAT'])Sigma clip threshold (
float, default3.0)Number of fitting iterations (
int, default3)Offset to the random number generator seed (full seed includes exposure ID) (
int, default0)Statistic to use (
int, default32)Attributes Documentation
- badMaskPlanes#
Ignore pixels with these masks (
List, default['SAT'])
- clip#
Sigma clip threshold (
float, default3.0)
- iterations#
Number of fitting iterations (
int, default3)
- rngSeedOffset#
Offset to the random number generator seed (full seed includes exposure ID) (
int, default0)
- stat#
Statistic to use (
int, default32)