- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot/src/psphotFindDetections.c
r30118 r30631 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.
