Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:
-
Team:External
Description
Ikeda-san has reported that the background tweak being applied in the DynamicDetectionTask is excessive when there are bright stars in the field.
On investigation, found that sky objects are correctly avoiding the DETECTED areas, but the DETECTED area isn't anywhere as large as it seems just by looking at the image because the extended emission from the star is being purposely suppressed by the code (so the deblender isn't overwhelmed; this is the "wide temporary background" feature).
Suitable results can be obtained by doing an explicit background subtraction (using the base_LocalBackground measurement algorithm).
Thanks for volunteering to review this, Yusra AlSayyad.
pprice@tigressdata:/scratch/pprice/meas_algorithms[tickets/DM-14119] $ git sub
commit 6816c1e76c710c74b3e4008e071587b495657a6a
Author: Paul Price <price@astro.princeton.edu>
Date: Mon Apr 16 19:40:00 2018 -0400
dynamicDetection: make robust against extended emission
by applying an explicit background subtraction using the
base_LocalBackground measurement algorithm. Otherwise, extended
low-level background (e.g. around bright stars) can contaminate
our measurements.
python/lsst/meas/algorithms/dynamicDetection.py | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)