Changeset 30619 for trunk/ppSub/src/ppSubMakePSF.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMakePSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMakePSF.c
r29937 r30619 79 79 if (!detections || !detections->allSources) { 80 80 psError(PPSUB_ERR_CONFIG, true, "No sources from which to determine PSF."); 81 psFree(view); 81 82 return false; 82 83 } … … 86 87 // use flags to toss totally bogus entries? 87 88 psArray *goodSources = ppSubSelectPSFSources (sources); 89 88 90 if (!psphotReadoutFindPSF(config, view, "PSPHOT.INPUT", goodSources)) { 89 91 // This is likely a data quality issue … … 126 128 outputRO = pmReadoutAlloc(outputCell); 127 129 outputRO->image = psMemIncrRefCounter(inputRO->image); 130 psFree(outputRO); // I have a copy on the outputCell 128 131 } 129 132
Note:
See TracChangeset
for help on using the changeset viewer.
