Changeset 12978 for branches/eam_02_branch/psphot/src/psphotFitSet.c
- Timestamp:
- Apr 23, 2007, 4:54:30 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphotFitSet.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotFitSet.c
r12957 r12978 1 1 # include "psphotInternal.h" 2 2 3 // XXX this is not used in main psphot code3 // This is not used in main psphot code (only in psphotModelTest.c) 4 4 bool psphotFitSet (pmSource *source, pmModel *oneModel, char *fitset, pmSourceFitMode mode) { 5 5 … … 33 33 for (int i = 0; i < modelSet->n; i++) { 34 34 pmModel *model = modelSet->data[i]; 35 pmModelSub (source->pixels, source->mask , model, PM_MODEL_OP_FULL);35 pmModelSub (source->pixels, source->maskObj, model, PM_MODEL_OP_FULL); 36 36 37 37 fprintf (stderr, "output parameters (obj %d):\n", i); … … 43 43 // write out 44 44 psphotSaveImage (NULL, source->pixels, "resid.fits"); 45 psphotSaveImage (NULL, source->mask , "mask.fits");45 psphotSaveImage (NULL, source->maskObj, "mask.fits"); 46 46 return true; 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.
