- Timestamp:
- Dec 2, 2009, 9:43:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotFindDetections.c
r25755 r26317 39 39 psImage *significance = psphotSignificanceImage (readout, recipe, pass, maskVal); 40 40 41 // display the backsub and backgnd images 42 psphotVisualShowSignificance (significance); 41 // display the significance image 42 psphotVisualShowSignificance (significance, -1.0, 25.0*25.0); 43 44 // XXX getting some strange results from significance image 45 { 46 psImage *lsig = (psImage *) psUnaryOp (NULL, significance, "log"); 47 psphotVisualShowSignificance (lsig, 0.0, 4.0); 48 psFree (lsig); 49 } 43 50 44 51 // detect the peaks in the significance image
Note:
See TracChangeset
for help on using the changeset viewer.
