FringeStatisticsConfig#

class lsst.ip.isr.FringeStatisticsConfig(*args, **kw)#

Bases: Config

Options for measuring fringes on an exposure

Attributes Summary

badMaskPlanes

Ignore pixels with these masks (List, default ['SAT'])

clip

Sigma clip threshold (float, default 3.0)

iterations

Number of fitting iterations (int, default 3)

rngSeedOffset

Offset to the random number generator seed (full seed includes exposure ID) (int, default 0)

stat

Statistic to use (int, default 32)

Attributes Documentation

badMaskPlanes#

Ignore pixels with these masks (List, default ['SAT'])

clip#

Sigma clip threshold (float, default 3.0)

iterations#

Number of fitting iterations (int, default 3)

rngSeedOffset#

Offset to the random number generator seed (full seed includes exposure ID) (int, default 0)

stat#

Statistic to use (int, default 32)