CalibStatsConfig#

class lsst.cp.pipe.CalibStatsConfig(*args, **kw)#

Bases: Config

Parameters controlling the measurement of background statistics.

Attributes Summary

clip

Clipping threshold for background (float, default 3.0)

mask

Mask planes to reject (List, default ['DETECTED', 'BAD', 'NO_DATA'])

nIter

Clipping iterations for background (int, default 3)

stat

Statistic name to use to estimate background (from Property) (str, default 'MEANCLIP')

Attributes Documentation

clip#

Clipping threshold for background (float, default 3.0)

mask#

Mask planes to reject (List, default ['DETECTED', 'BAD', 'NO_DATA'])

nIter#

Clipping iterations for background (int, default 3)

stat#

Statistic name to use to estimate background (from Property) (str, default 'MEANCLIP')