Skip to content

Commit

Permalink
Flip WCS in X for Gen3
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 18, 2020
1 parent a81c59a commit 28abc1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/lsst/obs/decam/rawFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class DarkEnergyCameraRawFormatter(FitsRawFormatterBase):
translatorClass = astro_metadata_translator.DecamTranslator
filterDefinitions = DarkEnergyCamera.filterDefinitions

# DECam has a coordinate system flipped on X with respect to our
# VisitInfo definition of the field angle orientation.
# We have to specify the flip explicitly until DM-20746 is implemented.
wcsFlipX = True

def getDetector(self, id):
return DarkEnergyCamera().getCamera()[id]

Expand Down

0 comments on commit 28abc1e

Please sign in to comment.