Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:None
-
Team:External
Description
Entire images are being poisoned by a single NAN that came out of the forced measurement in dynamic detection. It needs to be robust against bad measurements.
Hsin-Fang Chiang, since you were poking around here last night, would you mind having another look?
pprice@tiger-sumire:~/LSST/meas/algorithms (tickets/DM-14066=) $ git sub
commit a09d3665faf316fbe2c01523ddfb6071a7c18dcc
Author: Paul Price <price@astro.princeton.edu>
Date: Wed Apr 11 12:31:04 2018 -0400
make dynamic detection more robust
The last patch added a check of the flags; now actually use them, and
check for non-finite values for good measure. If a single NAN gets into
the background calculation, it can poison the entire image.
python/lsst/meas/algorithms/dynamicDetection.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)