Changeset 12957 for branches/eam_02_branch/psphot/src/psphotFitSet.c
- Timestamp:
- Apr 22, 2007, 5:39:10 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphotFitSet.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotFitSet.c
r12952 r12957 24 24 } 25 25 26 // XXX pmSourceFitSet must cache the modelFlux? 26 27 pmSourceFitSet (source, modelSet, mode); 27 28 … … 32 33 for (int i = 0; i < modelSet->n; i++) { 33 34 pmModel *model = modelSet->data[i]; 34 pmModelSub (source->pixels, source->mask, model, PM_MODEL_ ADD_FULL);35 pmModelSub (source->pixels, source->mask, model, PM_MODEL_OP_FULL); 35 36 36 37 fprintf (stderr, "output parameters (obj %d):\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.
