SkyStatsConfig#

class lsst.pipe.tasks.background.SkyStatsConfig(*args, **kw)#

Bases: Config

Parameters controlling the measurement of sky statistics

Attributes Summary

clip

Clipping threshold for background (float, default 3.0)

mask

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

nIter

Clipping iterations for background (int, default 3)

statistic

type of statistic to use for grid points (str, default 'MEANCLIP')

Attributes Documentation

clip#

Clipping threshold for background (float, default 3.0)

mask#

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

nIter#

Clipping iterations for background (int, default 3)

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