SkyMeasurementConfig#

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

Bases: Config

Configuration for SkyMeasurementTask

Attributes Summary

background

Background measurement (BackgroundConfig, default <class 'lsst.pipe.tasks.background.BackgroundConfig'>)

skyIter

k-sigma rejection iterations for sky scale (int, default 3)

skyRej

k-sigma rejection threshold for sky scale (float, default 3.0)

stats

Measurement of sky statistics in the samples (SkyStatsConfig, default <class 'lsst.pipe.tasks.background.SkyStatsConfig'>)

xNumSamples

Number of samples in x for scaling sky frame (int, default 4)

yNumSamples

Number of samples in y for scaling sky frame (int, default 4)

Attributes Documentation

background#

Background measurement (BackgroundConfig, default <class 'lsst.pipe.tasks.background.BackgroundConfig'>)

skyIter#

k-sigma rejection iterations for sky scale (int, default 3)

skyRej#

k-sigma rejection threshold for sky scale (float, default 3.0)

stats#

Measurement of sky statistics in the samples (SkyStatsConfig, default <class 'lsst.pipe.tasks.background.SkyStatsConfig'>)

xNumSamples#

Number of samples in x for scaling sky frame (int, default 4)

yNumSamples#

Number of samples in y for scaling sky frame (int, default 4)