CombineZernikesSigmaClipTaskConfig#

class lsst.ts.wep.task.CombineZernikesSigmaClipTaskConfig(*args, **kw)#

Bases: CombineZernikesBaseConfig

Configuration for combining Zernike coefficients with sigma clipping.

Attributes Summary

maxZernClip

When looking for outliers to clip.

sigmaClipKwargs

Arguments for astropy.stats.sigma_clip.

stdMin

Minimum threshold for clipping the standard deviation in um.

zkClipType

Which type of Zernikes to perform clipping on.

Attributes Documentation

maxZernClip: Field#

When looking for outliers to clip. Check the first maxZernClip Zernike coefficients. This is to prevent clipping based upon the highest Zernikes which have smaller values and more variation from noise. (int, default 3)

sigmaClipKwargs: DictField#

Arguments for astropy.stats.sigma_clip. (Dict, default {})

stdMin: Field#

Minimum threshold for clipping the standard deviation in um. (float, default 0.005)

zkClipType: Field#

Which type of Zernikes to perform clipping on. Options are: ‘opd’, ‘intrinsic’, ‘deviation’. (str, default 'deviation')