IsrQaConfig#

class lsst.ip.isr.IsrQaConfig(*args, **kw)#

Bases: Config

Attributes Summary

doThumbnailFlattened

Write thumbnail after flat-field correction? (bool, default False)

doThumbnailOss

Write overscan subtracted thumbnail? (bool, default False)

doWriteFlattened

Write image after flat-field correction? (bool, default False)

doWriteOss

Write overscan subtracted image? (bool, default False)

flatness

Flatness statistics configuration.

saveStats

Calculate ISR statistics while processing? (bool, default True)

thumbnailBinning

Thumbnail binning factor.

thumbnailQ

Softening parameter for thumbnail mapping.

thumbnailRange

Total range in sigma for thumbnail mapping.

thumbnailSatBorder

Width of border around saturated pixels in thumbnail.

thumbnailStdev

Number of sigma below the background to set the thumbnail minimum.

Attributes Documentation

doThumbnailFlattened#

Write thumbnail after flat-field correction? (bool, default False)

doThumbnailOss#

Write overscan subtracted thumbnail? (bool, default False)

doWriteFlattened#

Write image after flat-field correction? (bool, default False)

doWriteOss#

Write overscan subtracted image? (bool, default False)

flatness#

Flatness statistics configuration. (IsrQaFlatnessConfig, default <class 'lsst.ip.isr.isrQa.IsrQaFlatnessConfig'>)

saveStats#

Calculate ISR statistics while processing? (bool, default True)

thumbnailBinning#

Thumbnail binning factor. (int, default 4)

thumbnailQ#

Softening parameter for thumbnail mapping. (float, default 20.0)

thumbnailRange#

Total range in sigma for thumbnail mapping. (float, default 5.0)

thumbnailSatBorder#

Width of border around saturated pixels in thumbnail. (int, default 2)

thumbnailStdev#

Number of sigma below the background to set the thumbnail minimum. (float, default 3.0)