IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of false_positives_psphotV2


Ignore:
Timestamp:
May 7, 2013, 4:50:35 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • false_positives_psphotV2

    v1 v2  
     1== 2013-05-07 ==
     2
     3In an attempt to determine if the v2 factor in the psphotSignificanceImage calculation was necessary, I first looked at single frame detections.  For a given section of an image (with many false positives due to row-to-row issues), there do not appear to be any issues with secondary peaks around bright objects. (key: red: matched detections between v2 and no-v2; blue: only found in v2; green: only found in no-v2)
     4
     5[[Image(single_frame_matched.jpg,400px)]]
     6[[Image(single_frame_unmatched.jpg,400px)]]
     7
     8However, looking at the deep stack i/055 histograms from 2013-05-01, it is clear that with v2 disabled, a new population of bright false positives arises.  Overplotting matched (green) and unmatched objects (blue; although note that many are objects that were not found in SDSS, as they appear to fall on faint real sources), bright stars do seem to have adjacent false positives:
     9
     10[[Image(deepstack_i055.jpg,400px)]]
     11
     12Taking a profile of the smoothed image for one of these stars shows the cupped S/N profile that leads to this issue (and that v2 was designed to fix).  However, it seems that the v2 factor could be changed from 100 to 1000 to ensure that the expected S/N peak is not overly amplified. 
     13
     14[[Image(sn_star_prof_i055.png,400px)]]
     15
     16
    117== 2013-05-01 ==
     18
     19=== False positive histograms ===
    220
    321I've been attempting to address the false positive rate, and believe part of the issue is with the v2 calculation in psphot.  Disabling this appears to correct the worst issues in the y/027 stack.  There is also a minimal change in the distribution of matched objects.  The i/055 stack does not improve when v2 is disabled, so this is not likely to be a generic fix for all false positive issues.
     
    826
    927[[Image(wiki:stacking_coverage.20130307:V2_comparisons.png,400px)]]
     28
     29=== v2 calculation ===
     30
     31The significance image in psphot is calculated as:
     32
     33(S/N)^2^ = (I + (I / 100)^2^)^2^ / V
     34
     35where I is the smoothed image value, and V is the smoothed variance image value.  Based on a standard S/N calculation in terms of I^2^ / V, this is equal to
     36
     37(S/N)^2^ = (I^2^ / V) * (1 + 2 * (I/100) + (I / 100)^2^)