CalibStatsConfig#
- class lsst.cp.pipe.CalibStatsConfig(*args, **kw)#
Bases:
ConfigParameters controlling the measurement of background statistics.
Attributes Summary
Clipping threshold for background (
float, default3.0)Mask planes to reject (
List, default['DETECTED', 'BAD', 'NO_DATA'])Clipping iterations for background (
int, default3)Statistic name to use to estimate background (from
Property) (str, default'MEANCLIP')Attributes Documentation
- clip#
Clipping threshold for background (
float, default3.0)
- mask#
Mask planes to reject (
List, default['DETECTED', 'BAD', 'NO_DATA'])
- nIter#
Clipping iterations for background (
int, default3)