Changeset 30624 for trunk/psphot/src/psphotFindDetections.c
- Timestamp:
- Feb 13, 2011, 12:33:05 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotFindDetections.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotFindDetections.c
r29936 r30624 86 86 psImage *significance = psphotSignificanceImage (readout, recipe, maskVal); 87 87 88 // display the significance image89 psphotVisualShowSignificance (significance, -1.0, PS_SQR(3.0*NSIGMA_PEAK));90 91 88 // display the log significance image 92 89 psphotVisualShowLogSignificance (significance, 0.0, 4.5); 90 91 // display the significance image 92 psphotVisualShowSignificance (significance, 0.98*threshold, 1.02*threshold); 93 93 94 94 // detect the peaks in the significance image … … 108 108 } 109 109 110 // XXX do a second (or third?) pass with rebinning (to detected more extended sources) 111 110 112 psFree (significance); 111 113
Note:
See TracChangeset
for help on using the changeset viewer.
