Changes between Version 1 and Version 2 of MOPS_diff_false_positives
- Timestamp:
- Nov 2, 2012, 6:48:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MOPS_diff_false_positives
v1 v2 1 1 = Convolution issues (2012-11-02) = 2 3 Examining 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. 2 4 3 5 [[Image(comparison.jpg,800px)]] 4 6 7 The manual difference has fewer and smaller residual features, as would be expected from an improved convolution. 8 5 9 == Signal to Noise changes == 10 11 As 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. 6 12 7 13 [[Image(mag_sn.png)]] … … 9 15 == DIFF_R_P, DIFF_SN_P changes == 10 16 17 One 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 11 19 [[Image(diff_r_sn_p.png)]]
