- Timestamp:
- May 13, 2010, 11:01:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackReadout.c
r27939 r27950 73 73 } 74 74 75 // XXX do this now or below?76 // remove chisq image from config->file:PSPHOT.INPUT (why?)77 // psphotStackRemoveChisqFromInputs(config, STACK_RAW);78 79 75 // copy the detections from RAW to OUT 80 76 if (!psphotCopySources (config, view, STACK_OUT, STACK_RAW)) { … … 90 86 } 91 87 92 // *** generate the objects (whichunify the sources from the different images)88 // generate the objects (object unify the sources from the different images) 93 89 psArray *objects = psphotMatchSources (config, view, STACK_OUT); 94 90 … … 137 133 } 138 134 139 // include externally-supplied sources140 // XXX fix this in the new multi-input context141 // psphotLoadExtSources (config, view, "PSPHOT.INPUT"); // pass 1142 143 135 // construct an initial model for each object, set the radius to fitRadius, set circular fit mask 144 136 psphotGuessModels (config, view, STACK_OUT); … … 161 153 } 162 154 155 psphotStackObjectsUnifyPosition (objects); 163 156 psphotRadialAperturesByObject (config, objects, view, STACK_OUT); 157 164 158 psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources) 165 159 psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources) … … 182 176 psphotSourceFreePixels (config, view, STACK_OUT); 183 177 184 // XXX do this now or above?185 178 // remove chisq image from config->file:PSPHOT.INPUT (why?) 186 179 psphotStackRemoveChisqFromInputs(config, STACK_RAW);
Note:
See TracChangeset
for help on using the changeset viewer.
