Changeset 30619 for trunk/ppSub/src/ppSubReadoutForcedPhot.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutForcedPhot.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutForcedPhot.c
r29937 r30619 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.
