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