Changeset 6056 for trunk/psphot/src/psphotFitGalaxies.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFitGalaxies.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFitGalaxies.c
r5993 r6056 1 1 # include "psphot.h" 2 2 3 bool psphotFitExtended ( eamReadout *imdata, psMetadata *config, psArray *sources, psStats *skyStats)3 bool psphotFitExtended (pmReadout *readout, psMetadata *config, psArray *sources, psStats *skyStats) 4 4 { 5 5 bool status; … … 43 43 44 44 // sets the model radius (via source->model) and adjusts pixels as needed 45 psphotCheckRadiusEXT ( imdata, source, model);45 psphotCheckRadiusEXT (readout, source, model); 46 46 47 47 // fit EXT (not PSF) model (set/unset the pixel mask)
Note:
See TracChangeset
for help on using the changeset viewer.
