Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Team:Data Facility
Description
Running this same test command on lsst-dev
processCcd.py /datasets/decam/repo/ --calib /datasets/decam/calib/cp201302/ --rerun private/hchiang2/w2017_13 --id visit=177347 ccdnum=3 -C $OBS_DECAM_DIR/config/processCcdCpIsr.py --config calibrate.doAstrometry=False calibrate.doPhotoCal=False isr.assembleCcd.setGain=False |
works with stack w_2017_11 but fails with w_2017_13. First error:
processCcd FATAL: Failed on dataId={u'date': '2013-02-12', 'visit': 177347, u'hdu': 36, 'ccdnum': 3, u'filter': 'u'}: Unable to retrieve cpBias for {u'date': '2013-02-12', 'visit': 177347, u'hdu': 36, 'ccdnum': 3, u'filter': 'u'}: Mapped path should not be absolute. |
Attachments
Issue Links
- is triggered by
-
DM-8686 Change Child Repo Access to Parent Registries
- Done
The error is from obs.base.Mapping.map
/datasets/decam/calib/cp201302/calibRegistry.sqlite3 has absolute paths in its path column, for calibrations using path in the template. But now only relative path is accepted (
DM-8686). I hope rerunning calibration ingestion from the appropriate folder would just solve the problem. Also it's necessary to remake calibRegistry because ofDM-5466. Wait for a weekly withDM-5466before re-ingesting.