Changeset 5675 for trunk/psModules/src/detrend/pmNonLinear.c
- Timestamp:
- Dec 5, 2005, 10:49:40 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmNonLinear.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmNonLinear.c
r5543 r5675 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-1 1-18 19:43:14$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-12-05 20:49:40 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 pmNonLinearityLookup(): This routine will take an pmReadout image as input 33 33 and a 1-D polynomial. For each pixel in the input image, the polynomial will 34 be evaluated at that pixels value, and the image pixel will then be set 34 be evaluated at that pixels value, and the image pixel will then be set 35 35 to 36 36 that value. 37 37 *****************************************************************************/ 38 38 39 pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout, 40 const psPolynomial1D *input1DPoly) 39 pmReadout *pmNonLinearityPolynomial( 40 pmReadout *inputReadout, 41 const psPolynomial1D *input1DPoly) 41 42 { 42 43 PS_ASSERT_PTR_NON_NULL(inputReadout, NULL); … … 48 49 PS_WARN_PTR_NON_NULL(inputReadout->parent->concepts); 49 50 } 51 50 52 // 51 53 // Determine trimmed image from metadata.
Note:
See TracChangeset
for help on using the changeset viewer.
