Changeset 29548 for trunk/psphot/src/psphotStackReadout.c
- Timestamp:
- Oct 25, 2010, 3:16:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackReadout.c
r28013 r29548 154 154 155 155 psphotStackObjectsUnifyPosition (objects); 156 157 // measure circular, radial apertures (objects sorted by S/N) 156 158 psphotRadialAperturesByObject (config, objects, view, STACK_OUT); 157 159 160 // measure elliptical apertures, petrosians (objects sorted by S/N) 158 161 psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources) 162 163 // measure non-linear extended source models (exponential, deVaucouleur, Sersic) (sources sorted by S/N) 159 164 psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources) 160 165 … … 162 167 psphotMagnitudes(config, view, STACK_OUT); 163 168 164 if ( !psphotEfficiency(config, view, STACK_OUT)) {169 if (0 && !psphotEfficiency(config, view, STACK_OUT)) { 165 170 psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources"); 166 171 psErrorClear();
Note:
See TracChangeset
for help on using the changeset viewer.
