IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:31:17 PM (20 years ago)
Author:
eugene
Message:

substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

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

    r6481 r6715  
    2626    if (isnan(model->radius)) psAbort ("apply_psf_model", "error in radius");
    2727       
    28     if (source->mode &  PM_SOURCE_SATSTAR) {
     28    if (source->mode &  PM_SOURCE_MODE_SATSTAR) {
    2929        model->radius *= 2;
    3030    }
    3131
    32     bool status = psphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
     32    bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
    3333    return status;
    3434}
     
    4343    if (isnan(model->radius)) psAbort ("apply_psf_model", "error in radius");
    4444       
    45     if (source->mode &  PM_SOURCE_SATSTAR) {
     45    if (source->mode &  PM_SOURCE_MODE_SATSTAR) {
    4646        model->radius *= 2;
    4747    }
    4848
    49     bool status = psphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
     49    bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
    5050    return status;
    5151}
     
    7777
    7878    // redefine the pixels if needed
    79     bool status = psphotRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
     79    bool status = pmSourceRedefinePixels (source, readout, model->params->data.F32[2], model->params->data.F32[3], model->radius);
    8080    return status;
    8181}
Note: See TracChangeset for help on using the changeset viewer.