Changeset 30619 for trunk/ppSub/src/ppSubInputDetections.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubInputDetections.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubInputDetections.c
r29937 r30619 118 118 if (!psMetadataCopy(sourcesHDU->header, imageHDU->header)) { 119 119 psError(PPSUB_ERR_PROG, false, "Unable to copy header"); 120 psFree(view); 120 121 return false; 121 122 } … … 130 131 if (!psphotCopyResults (foundDetections, sourcesFile, photFile, view)) { 131 132 psError(PPSUB_ERR_PROG, false, "Unable to copy psphot outputs"); 133 psFree(view); 132 134 return false; 133 135 } 134 136 // if no sources were found here, we report that back and let them handle it 135 137 138 psFree(view); 136 139 return true; 137 140 }
Note:
See TracChangeset
for help on using the changeset viewer.
