Changeset 3024
- Timestamp:
- Jan 17, 2005, 9:58:18 AM (22 years ago)
- Location:
- trunk/psModules
- Files:
-
- 3 edited
-
src/pmNonLinear.h (modified) (1 diff)
-
src/pmSubtractBias.c (modified) (2 diffs)
-
test/tst_pmSubtractSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmNonLinear.h
r2125 r3024 3 3 * Provides polynomial or table lookup non-linearity corrections to readouts. 4 4 * 5 * @author G eorge Gusciora, MHPCC5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 200 4-10-14 19:01:37$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-01-17 19:58:18 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psModules/src/pmSubtractBias.c
r2916 r3024 6 6 * @author George Gusciora, MHPCC 7 7 * 8 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01- 05 23:43:58 $8 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-17 19:58:18 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 532 532 // 533 533 534 535 // 536 // This doesn't seem right. The only way to do a spline fit is if, 537 // by SDRS requirements, fitSpec is not-NULL> But in order for it 538 // to be non-NULL, someone must have called psSpline1DAlloc() with 539 // the min, max, and number of splines. 540 // 534 541 if (!((fitSpec == NULL) || (fit == PM_FIT_NONE))) { 535 542 // -
trunk/psModules/test/tst_pmSubtractSky.c
r2945 r3024 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-1 0 22:22:52$9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-17 19:58:18 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 {NULL} 29 29 }; 30 //XXX: Test a few input parameter error conditions.31 30 32 31 float func(int i, int j)
Note:
See TracChangeset
for help on using the changeset viewer.
