Changeset 5049 for trunk/psphot/src/psphotFitGalaxies.c
- Timestamp:
- Sep 13, 2005, 4:06:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFitGalaxies.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFitGalaxies.c
r5048 r5049 1 1 # include "psphot.h" 2 2 3 bool psphotFitGalaxies ( psImageData*imdata, psMetadata *config, psArray *sources, psStats *skyStats)3 bool psphotFitGalaxies (eamReadout *imdata, psMetadata *config, psArray *sources, psStats *skyStats) 4 4 { 5 5 bool status, goodfit; … … 69 69 // XXX EAM : a better test would examine the source pixels 70 70 if (model->radius > OUTER_RADIUS) { 71 // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)71 // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER) 72 72 psphotDefinePixels (source, imdata, x, y, model->radius); 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
