Changeset 32996 for trunk/psphot/src/psphotGuessModels.c
- Timestamp:
- Dec 22, 2011, 9:00:06 AM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot (added) merged: 32850,32924
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psphot/src (added) merged: 32850,32924
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotGuessModels.c
r32633 r32996 46 46 psAssert (detections, "missing detections?"); 47 47 48 psArray *sources = detections-> newSources;48 psArray *sources = detections->allSources; 49 49 psAssert (sources, "missing sources?"); 50 50 … … 160 160 pmSource *source = sources->data[i]; 161 161 162 // do not redo sources already guessed 163 if (source->tmpFlags & PM_SOURCE_TMPF_MODEL_GUESS) continue; 164 162 165 // this is used to mark sources for which the model is measured. We check later that 163 166 // all are used.
Note:
See TracChangeset
for help on using the changeset viewer.
