- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubInputDetections.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppSub/src/ppSubInputDetections.c
r30118 r30631 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.
