- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/psphot
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/psphot/src/psphotReadoutMinimal.c
r23442 r24557 46 46 47 47 // find the detections (by peak and/or footprint) in the image. 48 pmDetections *detections = psphotFindDetections (NULL, readout, recipe); 48 pmDetections *detections = pmDetectionsAlloc(); // New detections; allocated to ensure pass=2 49 detections = psphotFindDetections(detections, readout, recipe); 49 50 if (!detections) { 50 51 psLogMsg ("psphot", 3, "unable to find detections in this image");
Note:
See TracChangeset
for help on using the changeset viewer.
