Skip to content

Commit

Permalink
Merge pull request #198 from lsst/tickets/DM-10826
Browse files Browse the repository at this point in the history
DM-10826: fix jointcal collectRefStar handling of position errors
  • Loading branch information
parejkoj committed May 6, 2019
2 parents 2a91004 + 5ff6872 commit 2242c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
config.astrometryRefObjLoader.ref_dataset_name = 'ps1_pv3_3pi_20170110'
if hasattr(config.photometryRefObjLoader, "ref_dataset_name"):
config.photometryRefObjLoader.ref_dataset_name = 'ps1_pv3_3pi_20170110'
# existing PS1 refcat does not have coordinate errors
config.astrometryReferenceErr = 10

filterMapFile = os.path.join(getPackageDir("obs_subaru"), "config", "filterMap.py")
config.photometryRefObjLoader.load(filterMapFile)
Expand Down

0 comments on commit 2242c2c

Please sign in to comment.