28 doRotatorAngleCorrection = Field(
36 """Remove stray light from instruments. 38 This is a dummy task to be retargeted with an camera-specific version. 40 ConfigClass = StrayLightConfig
42 def run(self, exposure, **kwargs):
43 """Correct stray light. 47 exposure : `lsst.afw.image.Exposure` 51 self.log.info(
"The generic StrayLightTask does not correct anything.")
def run(self, exposure, kwargs)