maskITLEdgeBleed¶
- lsst.ip.isr.maskITLEdgeBleed(ccdExposure, badAmpDict, fpCore, itlEdgeBleedSatMinArea=10000, itlEdgeBleedSatMaxArea=100000, itlEdgeBleedThreshold=5000.0, itlEdgeBleedModelConstant=0.02, saturatedMaskName='SAT', log=None)¶
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.
- fpCore
lsst.afw.detection._detection.Footprint Footprint of saturated core.
- itlEdgeBleedThreshold
float, optional Threshold above median sky background for edge bleed detection (electron units).
- itlEdgeBleedModelConstant
float, optional Constant in the decaying exponential in the edge bleed masking.
- saturatedMaskName
str, optional Mask name for saturation.
- log
logging.Logger, optional Logger to handle messages.
- ccdExposure