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_GAUSS.c

    r4954 r4977  
    124124    for (int i = 4; i < 7; i++) {
    125125        psPolynomial2D *poly = psf->params->data[i-4];
    126         out[i] = Polynomial2DEval (poly, out[2], out[3]);
     126        out[i] = Polynomial2DEval_EAM (poly, out[2], out[3]);
    127127    }
    128128    return(true);
Note: See TracChangeset for help on using the changeset viewer.