Changeset 5049 for trunk/psphot/src/psphotApplyPSF.c
- Timestamp:
- Sep 13, 2005, 4:06:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApplyPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApplyPSF.c
r5048 r5049 5 5 // run this function to a specific flux limit? 6 6 7 bool psphotApplyPSF ( psImageData*imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)7 bool psphotApplyPSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) 8 8 { 9 9 bool status; … … 61 61 // XXX EAM : a better test would examine the source pixels 62 62 if (model->radius > OUTER_RADIUS) { 63 // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)63 // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER) 64 64 psphotDefinePixels (source, imdata, x, y, model->radius); 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.
