Skip to content

Commit

Permalink
Merge pull request #305 from lsst/tickets/DM-20812
Browse files Browse the repository at this point in the history
DM-20812: Remove TablePersistable prefix from Storage Class name
  • Loading branch information
timj committed Jul 29, 2019
2 parents 89222ed + 2dd48d0 commit 73b8679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/pipe/tasks/processCcdWithFakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ class ProcessCcdWithFakesConfig(PipelineTaskConfig):
doc="WCS information for the input exposure.",
name="jointcal_wcs",
scalar=True,
storageClass="TablePersistableWcs",
storageClass="Wcs",
dimensions=("Tract", "SkyMap", "Instrument", "Visit", "Detector")
)

photoCalib = pipeBase.InputDatasetField(
doc="Calib information for the input exposure.",
name="jointcal_photoCalib",
scalar=True,
storageClass="TablePersistablePhotoCalib",
storageClass="PhotoCalib",
dimensions=("Tract", "SkyMap", "Instrument", "Visit", "Detector")
)

Expand Down

0 comments on commit 73b8679

Please sign in to comment.