Skip to content

Commit

Permalink
Merge pull request lsst#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 authored and PaulPrice committed May 6, 2019
2 parents 190c339 + 2f646b9 commit c246c40
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 c246c40

Please sign in to comment.