Changeset 5435 for trunk/psModules/src/detrend/pmNonLinear.h
- Timestamp:
- Oct 20, 2005, 1:06:24 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmNonLinear.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmNonLinear.h
r5170 r5435 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005- 09-28 20:43:52$7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-10-20 23:06:24 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 #include "pmAstrometry.h" 19 19 20 pmReadout *pmNonLinearityPolynomial(pmReadout *in, 21 const psPolynomial1D *coeff); 20 pmReadout *pmNonLinearityPolynomial( 21 pmReadout *in, 22 const psPolynomial1D *coeff 23 ); 22 24 23 pmReadout *pmNonLinearityLookup(pmReadout *in, 24 const psVector *inFlux, 25 const psVector *outFlux); 25 pmReadout *pmNonLinearityLookup( 26 pmReadout *in, 27 const char *filename 28 ); 26 29 27 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
