Skip to content

Commit

Permalink
Add support for illumination correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Jun 7, 2019
1 parent f3eadeb commit 9c6213c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/pipe/tasks/ingestCalibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def getCalibType(self, filename):
obstype = "fringe"
elif "sky" in obstype:
obstype = "sky"
elif "illumcor" in obstype:
obstype = "illumcor"
return obstype

def getDestination(self, butler, info, filename):
Expand Down

0 comments on commit 9c6213c

Please sign in to comment.