maskITLDip¶
- lsst.ip.isr.maskITLDip(exposure, detectorConfig, maskPlaneNames=['SUSPECT', 'ITL_DIP'], log=None)¶
Add mask bits according to the ITL dip model.
- Parameters:
- exposure
lsst.afw.image.Exposure
Exposure to do ITL dip masking.
- detectorConfig
lsst.ip.isr.overscanAmpConfig.OverscanDetectorConfig
Configuration for this detector.
- maskPlaneNames
list [`str
], optional Name of the ITL Dip mask planes.
- log
logging.Logger
, optional If not set, a default logger will be used.
- exposure