IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 2:55:33 PM (21 years ago)
Author:
eugene
Message:

adapted everything to work with pmReadout *readout instead of eamReadout *imdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotRadiusChecks.c

    r5993 r6056  
    2020}
    2121
    22 bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source, pmModel *model) {
     22bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model) {
    2323
    2424    // set the fit radius based on the object flux limit and the model
     
    3131    }
    3232
    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);
    3434    return status;
    3535}
     
    5454}
    5555
    56 bool psphotCheckRadiusEXT (eamReadout *imdata, pmSource *source, pmModel *model) {
     56bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model) {
    5757
    5858    // set the fit radius based on the object flux limit and the model
     
    6161
    6262    // 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);
    6464    return status;
    6565}
Note: See TracChangeset for help on using the changeset viewer.