Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Facility
Description
Run jointcal with the HSC-RC2 dataset, the w_2018_34 stack, and the default jointcal config.
Attachments
Issue Links
- relates to
-
DM-15517 Reprocess RC2 with w_2018_34
- Done
With the purely default config for HSC data, I got errors in reference catalog:
lsst.daf.persistence.butlerExceptions.NoResults: No locations for get: datasetType:ref_cat_config dataId:DataId(initialdata={'name': 'cal_ref_cat'}, tag=set())
So, I'm adding config overrides as follows:
config.astrometryRefObjLoader.ref_dataset_name='ps1_pv3_3pi_20170110'
config.photometryRefObjLoader.ref_dataset_name='ps1_pv3_3pi_20170110'
config.astrometryRefObjLoader.filterMap={'B': 'g', 'r2': 'r', 'N1010': 'z', 'N816': 'i', 'I': 'i', 'N387': 'g', 'i2': 'i', 'R': 'r', 'N921': 'z', 'N515': 'g', 'V': 'r'}
config.photometryRefObjLoader.filterMap={'B': 'g', 'r2': 'r', 'N1010': 'z', 'N816': 'i', 'I': 'i', 'N387': 'g', 'i2': 'i', 'R': 'r', 'N921': 'z', 'N515': 'g', 'V': 'r'}