Changeset 26634
- Timestamp:
- Jan 19, 2010, 3:08:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotFindDetections.c
r26596 r26634 43 43 44 44 // XXX getting some strange results from significance image 45 {45 if (0) { 46 46 psImage *lsig = (psImage *) psUnaryOp (NULL, significance, "log"); 47 47 psphotVisualShowSignificance (lsig, 0.0, 4.0); … … 62 62 // optionally merge peaks into footprints 63 63 if (useFootprints) { 64 psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal);64 psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal); 65 65 } 66 66
Note:
See TracChangeset
for help on using the changeset viewer.
