Changeset 12952 for branches/eam_02_branch/psphot/src/psphotFitSet.c
- Timestamp:
- Apr 21, 2007, 11:41:37 AM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphotFitSet.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotFitSet.c
r12792 r12952 32 32 for (int i = 0; i < modelSet->n; i++) { 33 33 pmModel *model = modelSet->data[i]; 34 pmModelSub (source->pixels, source->mask, model, false, false);34 pmModelSub (source->pixels, source->mask, model, PM_MODEL_ADD_FULL); 35 35 36 36 fprintf (stderr, "output parameters (obj %d):\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.
