IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2005, 5:22:13 PM (21 years ago)
Author:
eugene
Message:

running sources in brightness order, using a mask

File:
1 edited

Legend:

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

    r4114 r4115  
    7171
    7272    psPolynomial1D *dsxLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD);
    73     psVectorFitPolynomial1D (dsxLine, snBin, dsxBin, NULL);
     73    psVectorFitPolynomial1D (dsxLine, NULL, snBin, dsxBin, NULL);
    7474    psPolynomial1D *dsyLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD);
    75     psVectorFitPolynomial1D (dsyLine, snBin, dsyBin, NULL);
     75    psVectorFitPolynomial1D (dsyLine, NULL, snBin, dsyBin, NULL);
    7676    // these should have a slope of 1.0
    7777    psPolynomial1DDump (dsxLine);
Note: See TracChangeset for help on using the changeset viewer.