Skip to content

Commit

Permalink
Merge pull request #565 from lsst/tickets/DM-31542
Browse files Browse the repository at this point in the history
DM-31542: Enable compression for all the Exposure formatters
  • Loading branch information
timj committed Aug 30, 2021
2 parents d7b1eed + 2fb09cc commit e78e2c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion python/lsst/daf/butler/configs/datastores/writeRecipes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lsst.obs.base.formatters.fitsExposure.FitsExposureFormatter:
lsst.obs.base.formatters.fitsExposure.StandardFitsImageFormatterBase: &StandardFitsImageFormatterBase
# No compression
noCompression: &noCompression
image: &noCompressionOptions
Expand Down Expand Up @@ -42,3 +42,11 @@ lsst.obs.base.formatters.fitsExposure.FitsExposureFormatter:
# Set the default
default:
<<: *lossless
lsst.obs.base.formatters.fitsExposure.FitsExposureFormatter:
<<: *StandardFitsImageFormatterBase
lsst.obs.base.formatters.fitsExposure.FitsImageFormatter:
<<: *StandardFitsImageFormatterBase
lsst.obs.base.formatters.fitsExposure.FitsMaskFormatter:
<<: *StandardFitsImageFormatterBase
lsst.obs.base.formatters.fitsExposure.FitsMaskedImageFormatter:
<<: *StandardFitsImageFormatterBase

0 comments on commit e78e2c8

Please sign in to comment.