Skip to content

Commit

Permalink
Remove TablePersistable prefix from Storage Class name
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 26, 2019
1 parent 24ce6f0 commit df36d78
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 df36d78

Please sign in to comment.