IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of MOPS_diff_false_positives


Ignore:
Timestamp:
Nov 2, 2012, 6:48:13 PM (14 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MOPS_diff_false_positives

    v1 v2  
    11= Convolution issues (2012-11-02) =
     2
     3Examining the difference images for a WS diff led to the conclusion that the convolution direction was being chosen incorrectly.  This appears to be due to the default difference recipe convolving the input file (the warp).  The following image shows a comparison of the warp, stack, original difference, and a manual difference that convolves the stack instead.
    24
    35[[Image(comparison.jpg,800px)]]
    46
     7The manual difference has fewer and smaller residual features, as would be expected from an improved convolution.
     8
    59== Signal to Noise changes ==
     10
     11As the original difference was convolving the warp, the output diff variance was smaller than it should have been (as the convolution reduces the variance).  With the convolution being done to the stack instead, the output variance is now dominated by the variance of the input warp (as would be expected).  However, this results in the S/N of detections in the manual difference being reduced relative to the values in the original difference.
    612
    713[[Image(mag_sn.png)]]
     
    915== DIFF_R_P, DIFF_SN_P changes ==
    1016
     17One way of mitigating the influence of poor subtraction in the difference images is to use the DIFF_R_P (radius to the nearest positive source) and DIFF_SN_P (signal to noise of this source).  If a detection is very near a positive source, then it may in fact be simply a poor subtraction of a star.  Plotting these values for the original and manual difference shows that the manual difference image has a very different distribution of points, with a significant reduction in the points that represent bright wings of stars being detected at increasing distance for increasingly bright sources.  This again confirms the improved subtraction, and suggests that the false positive rate in the difference images can be reduced.
     18
    1119[[Image(diff_r_sn_p.png)]]