Changeset 30212
- Timestamp:
- Jan 7, 2011, 9:59:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotFindDetections.c
r30142 r30212 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
Note:
See TracChangeset
for help on using the changeset viewer.
