Changeset 5828 for trunk/psphot/src/psphotFitGalaxies.c
- Timestamp:
- Dec 22, 2005, 4:20:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFitGalaxies.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFitGalaxies.c
r5772 r5828 43 43 44 44 // sets the model radius (via source->model) and adjusts pixels as needed 45 psphotCheckRadiusFLT (imdata, source );45 psphotCheckRadiusFLT (imdata, source, model); 46 46 47 47 // fit FLT (not PSF) model (set/unset the pixel mask) … … 56 56 if (pmModelFitStatus (model)) { 57 57 pmSourceSubModel (source->pixels, source->mask, model, false, false); 58 source->mode |= PM_SOURCE_SUBTRACTED; 58 source->mode |= PM_SOURCE_SUBTRACTED; 59 source->mode &= ~PM_SOURCE_TEMPSUB; 59 60 Nsub ++; 60 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
