Changeset 4129 for trunk/psphot/src/test_psf_scatter.c
- Timestamp:
- Jun 6, 2005, 11:20:45 PM (21 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/test_psf_scatter.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:ignore
set to
bin
-
Property svn:ignore
set to
-
trunk/psphot/src/test_psf_scatter.c
r4115 r4129 70 70 snBin ->n = bin; 71 71 72 // XXX these APIs should get changed 72 73 psPolynomial1D *dsxLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD); 73 psVectorFitPolynomial1D (dsxLine, NULL,snBin, dsxBin, NULL);74 psVectorFitPolynomial1D (dsxLine, snBin, dsxBin, NULL); 74 75 psPolynomial1D *dsyLine = psPolynomial1DAlloc (2, PS_POLYNOMIAL_ORD); 75 psVectorFitPolynomial1D (dsyLine, NULL,snBin, dsyBin, NULL);76 psVectorFitPolynomial1D (dsyLine, snBin, dsyBin, NULL); 76 77 // these should have a slope of 1.0 77 78 psPolynomial1DDump (dsxLine);
Note:
See TracChangeset
for help on using the changeset viewer.
