Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_subaru
-
Labels:None
-
Team:External
Description
In an RC run, Hsin-Fang Chiang discovered four CCDs that didn't complete ProcessCcdTask but did before, and pointed out:
Both old and new have `calibrate.astrometry.matcher.maxOffsetPix=250` and `calibrate.photoCal.matcher.maxOffsetPix=300`. Does it matter one is 250 and the other is 300?
Attachments
Issue Links
- is triggered by
-
DM-11189 Reprocess RC with w_2017_36
- Done
pprice@lsst-dev01:~/LSST/obs/subaru[tickets/DM-11927] $ git sub
commit 8fd8481a642ad8209e7b1c842ff54edba9fd6d1a
Author: Paul Price <price@astro.princeton.edu>
Date: Fri Sep 15 13:26:09 2017 -0500
config: make matching consistent
ProcessCcdTask uses multiple matchers; make their configuration consistent.
Especially important is 'maxOffsetPix=250', which has been shown to be the
sweet spot, and if some matchers don't have this set they can fail.
Bug discovered and diagnosed by Hsin-Fang Chiang.
config/hsc/processCcd.py | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)