Skip to content

Commit

Permalink
Declare that afw can read .fits.gz and .fits.fz
Browse files Browse the repository at this point in the history
In addition to .fits.
  • Loading branch information
timj committed Jun 12, 2020
1 parent 6cfa196 commit 6c2d587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/base/fitsExposureFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class FitsExposureFormatter(Formatter):
variance: *default
"""
supportedExtensions = frozenset({".fits", ".fits.gz", ".fits.fz"})
extension = ".fits"
_metadata = None
supportedWriteParameters = frozenset({"recipe"})
Expand Down

0 comments on commit 6c2d587

Please sign in to comment.