Skip to content

Commit

Permalink
Add jointcal_wcs and jointcal_photoCalib datatasets.
Browse files Browse the repository at this point in the history
"wcs" and "photoCalib" are retained for reading old outputs
but deprecated.
  • Loading branch information
TallJimbo committed Feb 26, 2018
1 parent 83b7482 commit 3e0001b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,19 @@ srcMatchFull: # Denormalized matches from CalibrateTask
python: lsst.afw.table.BaseCatalog
tables: raw
template: ''
photoCalib:
jointcal_wcs: # Astrometric calibration produced by meas_mosaic/jointcal
persistable: SkyWcs
storage: FitsCatalogStorage
python: lsst.afw.geom.SkyWcs
tables: raw
template: ''
jointcal_photoCalib: # Photometric calibration produced by meas_mosaic/jointcal
persistable: PhotoCalib
storage: FitsCatalogStorage
python: lsst.afw.image.PhotoCalib
tables: raw
template: ''
photoCalib: # old meas_mosaic/jointcal output; deprecated in favor of jointcal_photoCalib
persistable: PhotoCalib
storage: FitsCatalogStorage
python: lsst.afw.image.PhotoCalib
Expand Down
1 change: 1 addition & 0 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ raw:
level: Ccd
tables: raw
template: ''
# old meas_mosaic/jointcal output; deprecated in favor of jointcal_wcs, but still need to read old outputs
wcs:
persistable: ExposureI
storage: FitsStorage
Expand Down

0 comments on commit 3e0001b

Please sign in to comment.