SkyStatsConfig#
- class lsst.pipe.tasks.background.SkyStatsConfig(*args, **kw)#
Bases:
ConfigParameters controlling the measurement of sky statistics
Attributes Summary
Clipping threshold for background (
float, default3.0)Mask planes to reject (
List, default['SAT', 'DETECTED', 'DETECTED_NEGATIVE', 'BAD', 'NO_DATA'])Clipping iterations for background (
int, default3)type of statistic to use for grid points (
str, default'MEANCLIP')Attributes Documentation
- clip#
Clipping threshold for background (
float, default3.0)
- mask#
Mask planes to reject (
List, default['SAT', 'DETECTED', 'DETECTED_NEGATIVE', 'BAD', 'NO_DATA'])
- nIter#
Clipping iterations for background (
int, default3)
- statistic#
type of statistic to use for grid points (
str, default'MEANCLIP')Allowed values:
'MEANCLIP'clipped mean
'MEAN'unclipped mean
'MEDIAN'median
'None'Field is optional