IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 6:32:40 PM (21 years ago)
Author:
eugene
Message:

cleanup, organization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/models/pmModel_SGAUSS.c

    r4954 r4977  
    300300    for (int i = 4; i < 9; i++) {
    301301        psPolynomial2D *poly = psf->params->data[i-4];
    302         out[i] = Polynomial2DEval (poly, out[2], out[3]);
     302        out[i] = Polynomial2DEval_EAM (poly, out[2], out[3]);
    303303    }
    304304    return(true);
Note: See TracChangeset for help on using the changeset viewer.