- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubReadoutForcedPhot.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppSub/src/ppSubReadoutForcedPhot.c
r30118 r30631 61 61 // XXX remove the pixels from photFile? 62 62 // XXX other cleanup operations? 63 psFree(view); 63 64 return true; 64 65 } … … 89 90 if (!psphotCopyResults (&foundDetections, outputFile, photFile, view)) { 90 91 psError(PPSUB_ERR_PROG, false, "Unable to copy psphot outputs"); 92 psFree(view); 91 93 return false; 92 94 } … … 97 99 psMetadataAddF32(data->stats, PS_LIST_TAIL, "TIME_PHOT", PS_META_REPLACE, "Time to do photometry", elapsed); 98 100 101 psFree(view); 99 102 return true; 100 103 }
Note:
See TracChangeset
for help on using the changeset viewer.
