Changeset 6056 for trunk/psphot/src/psphotEnsemblePSF.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotEnsemblePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotEnsemblePSF.c
r5993 r6056 1 1 # include "psphot.h" 2 2 3 bool psphotEnsemblePSF ( eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {3 bool psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) { 4 4 5 5 bool status; … … 103 103 104 104 // if needed, ask for more object pixels 105 psphotRedefinePixels (inSource, imdata, x, y, model->radius);105 psphotRedefinePixels (inSource, readout, x, y, model->radius); 106 106 107 107 // make temporary copies of the image pixels and mask
Note:
See TracChangeset
for help on using the changeset viewer.
