IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 11:20:45 PM (21 years ago)
Author:
eugene
Message:

further basic concepts

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

    • Property svn:ignore set to
      bin
  • trunk/psphot/src/test_psf_scatter.c

    r4115 r4129  
    7070    snBin ->n = bin;
    7171
     72    // XXX these APIs should get changed
    7273    psPolynomial1D *dsxLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD);
    73     psVectorFitPolynomial1D (dsxLine, NULL, snBin, dsxBin, NULL);
     74    psVectorFitPolynomial1D (dsxLine, snBin, dsxBin, NULL);
    7475    psPolynomial1D *dsyLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD);
    75     psVectorFitPolynomial1D (dsyLine, NULL, snBin, dsyBin, NULL);
     76    psVectorFitPolynomial1D (dsyLine, snBin, dsyBin, NULL);
    7677    // these should have a slope of 1.0
    7778    psPolynomial1DDump (dsxLine);
Note: See TracChangeset for help on using the changeset viewer.