Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:DRP S19-5
-
Team:Data Release Production
Description
Peak culling was introduced to remove false detections around bright stars. Now it's been observed (with better sky subtraction and deeper images) that real sources are being culled. Ikeda-san is trying different parameter combinations.
Attachments
Issue Links
- blocks
-
DM-17743 Shepherd tickets for HSC release candidate
- Done
There are two real sources in Ikeda-san's green box that we are concerned about: Let's call them (14008, 14160) and (14013, 14159).
Here is the behavior we EXPECT:
1) i-band: add (14008, 14160)(i) to the PeakCatalog
2) r-band:
3) z-band: merge (14008, 14160)-->(14008,14160)(irz).
4) y-band: merge (14009, 14160)-->(14008,14160)(irzy)
5) g-band: throw away (14013,14159) because it it < 1" from (14008,14160)
Therefore, we expect just (14008,14160)(irzy) to be in the catalog.
The bug:
actual step 5) g-band:
And only (14013,14159)(g) is in the catalog. It only has one band, and gets culled, leaving us with zero.