Skip to content

Commit

Permalink
Merge pull request #193 from lsst/tickets/DM-19373
Browse files Browse the repository at this point in the history
DM-19373: Change Storage Class for defects to DefectsList
  • Loading branch information
timj committed Apr 25, 2019
2 parents c34ec86 + a5ec9d6 commit 82ee22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/subaru/gen3/hsc/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def writeCuratedCalibrations(self, butler):

# Write defects with validity ranges taken from obs_subaru/hsc/defects
# (along with the defects themselves).
datasetType = DatasetType("defects", ("Instrument", "Detector", "CalibrationLabel"), "Catalog")
datasetType = DatasetType("defects", ("Instrument", "Detector", "CalibrationLabel"), "DefectsList")
butler.registry.registerDatasetType(datasetType)
defectPath = os.path.join(getPackageDir("obs_subaru"), "hsc", "defects")
dbPath = os.path.join(defectPath, "defectRegistry.sqlite3")
Expand Down

0 comments on commit 82ee22a

Please sign in to comment.