Skip to content

Commit

Permalink
Merge pull request #432 from lsst/tickets/DM-35877
Browse files Browse the repository at this point in the history
DM-35877: Remove gen2 readIsrData method
  • Loading branch information
timj committed Aug 11, 2022
2 parents 5367f5d + 81c4d0a commit 9d93739
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 53 deletions.
6 changes: 0 additions & 6 deletions config/coaddAnalysis.py

This file was deleted.

6 changes: 0 additions & 6 deletions config/colorAnalysis.py

This file was deleted.

6 changes: 0 additions & 6 deletions config/compareCoaddAnalysis.py

This file was deleted.

8 changes: 0 additions & 8 deletions config/compareVisitAnalysis.py

This file was deleted.

6 changes: 0 additions & 6 deletions config/runIsr.py

This file was deleted.

3 changes: 0 additions & 3 deletions config/skyAnalysis.py

This file was deleted.

8 changes: 0 additions & 8 deletions config/visitAnalysis.py

This file was deleted.

10 changes: 0 additions & 10 deletions python/lsst/obs/subaru/strayLight/yStrayLight.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ class SubaruStrayLightTask(StrayLightTask):

ConfigClass = StrayLightConfig

def readIsrData(self, dataRef, rawExposure):
# Docstring inherited from StrayLightTask.runIsrTask.
# Note that this is run only in Gen2; in Gen3 we will rely on having
# a proper butler-recognized dataset type with the right validity
# ranges (though this has not yet been implemented).
if not self.check(rawExposure):
return None

return SubaruStrayLightData.readFits(dataRef.get("yBackground_filename")[0])

def check(self, exposure):
# Docstring inherited from StrayLightTask.check.
detId = exposure.getDetector().getId()
Expand Down

0 comments on commit 9d93739

Please sign in to comment.