Changeset 6056 for trunk/psphot/src/psphotRadiusChecks.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiusChecks.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiusChecks.c
r5993 r6056 20 20 } 21 21 22 bool psphotCheckRadiusPSF ( eamReadout *imdata, pmSource *source, pmModel *model) {22 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model) { 23 23 24 24 // set the fit radius based on the object flux limit and the model … … 31 31 } 32 32 33 bool status = psphotRedefinePixels (source, imdata, model->params->data.F32[2], model->params->data.F32[3], model->radius);33 bool status = psphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius); 34 34 return status; 35 35 } … … 54 54 } 55 55 56 bool psphotCheckRadiusEXT ( eamReadout *imdata, pmSource *source, pmModel *model) {56 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model) { 57 57 58 58 // set the fit radius based on the object flux limit and the model … … 61 61 62 62 // redefine the pixels if needed 63 bool status = psphotRedefinePixels (source, imdata, model->params->data.F32[2], model->params->data.F32[3], model->radius);63 bool status = psphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius); 64 64 return status; 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.
