IsrQaConfig#
- class lsst.ip.isr.IsrQaConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Write thumbnail after flat-field correction? (
bool, defaultFalse)Write overscan subtracted thumbnail? (
bool, defaultFalse)Write image after flat-field correction? (
bool, defaultFalse)Write overscan subtracted image? (
bool, defaultFalse)Flatness statistics configuration.
Calculate ISR statistics while processing? (
bool, defaultTrue)Thumbnail binning factor.
Softening parameter for thumbnail mapping.
Total range in sigma for thumbnail mapping.
Width of border around saturated pixels in thumbnail.
Number of sigma below the background to set the thumbnail minimum.
Attributes Documentation
- doThumbnailFlattened#
Write thumbnail after flat-field correction? (
bool, defaultFalse)
- doThumbnailOss#
Write overscan subtracted thumbnail? (
bool, defaultFalse)
- doWriteFlattened#
Write image after flat-field correction? (
bool, defaultFalse)
- doWriteOss#
Write overscan subtracted image? (
bool, defaultFalse)
- flatness#
Flatness statistics configuration. (
IsrQaFlatnessConfig, default<class 'lsst.ip.isr.isrQa.IsrQaFlatnessConfig'>)
- saveStats#
Calculate ISR statistics while processing? (
bool, defaultTrue)
- thumbnailBinning#
Thumbnail binning factor. (
int, default4)
- thumbnailQ#
Softening parameter for thumbnail mapping. (
float, default20.0)
- thumbnailRange#
Total range in sigma for thumbnail mapping. (
float, default5.0)
- thumbnailSatBorder#
Width of border around saturated pixels in thumbnail. (
int, default2)
- thumbnailStdev#
Number of sigma below the background to set the thumbnail minimum. (
float, default3.0)