maskITLEdgeBleed¶
- lsst.ip.isr.maskITLEdgeBleed(ccdExposure, badAmpDict, itlEdgeBleedSatMinArea=10000, itlEdgeBleedSatMaxArea=100000, itlEdgeBleedSatFracLevel=0.8, itlEdgeBleedModelConstant=0.03, saturatedMaskName='SAT')¶
Mask edge bleeds in ITL detectors.
- Parameters:
- ccdExposure
lsst.afw.image.Exposure Exposure to apply masking to.
- badAmpDict
dict[str,bool] Dictionary of amplifiers, keyed by name, value is True if amplifier is fully masked.
- itlEdgeBleedSatMinArea
int, optional Minimal saturated footprint area where the presence of edge bleeds will be checked.
- itlEdgeBleedSatFracLevel
float, optional Fraction of the saturation level at the detector edge above which there is an edge bleed.
- itlEdgeBleedModelConstant
float, optional Constant in the decaying exponential in the edge bleed masking.
- saturatedMaskName
str, optional Mask name for saturation.
- ccdExposure