- Timestamp:
- May 12, 2010, 3:54:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackReadout.c
r27932 r27939 150 150 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) 151 151 psphotFitSourcesLinearStack (config, objects, FALSE); 152 psFree (objects);153 152 154 153 // identify CRs and extended sources … … 157 156 // measure aperture photometry corrections 158 157 if (!psphotApResid (config, view, STACK_OUT)) { 158 psFree (objects); 159 159 psLogMsg ("psphot", 3, "failed on psphotApResid"); 160 160 return psphotReadoutCleanup (config, view, STACK_OUT); 161 161 } 162 162 163 psphotRadialApertures (config, view, STACK_OUT);164 psphotExtendedSourceAnalysis (config, view, STACK_OUT); // pass 1 (detections->allSources)163 psphotRadialAperturesByObject (config, objects, view, STACK_OUT); 164 psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources) 165 165 psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources) 166 166 … … 186 186 psphotStackRemoveChisqFromInputs(config, STACK_RAW); 187 187 188 psFree (objects); 189 188 190 // create the exported-metadata and free local data 189 191 return psphotReadoutCleanup (config, view, STACK_OUT);
Note:
See TracChangeset
for help on using the changeset viewer.
