Changeset 5543 for trunk/psModules/src/detrend/pmNonLinear.c
- Timestamp:
- Nov 18, 2005, 9:43:14 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmNonLinear.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmNonLinear.c
r5516 r5543 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-11-1 5 20:09:03$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-11-18 19:43:14 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 24 #include "pmSubtractBias.h" 25 25 26 // XXX: Remove, autoconf must be 27 #define PS_WARN_PTR_NON_NULL(NAME) \ 28 if ((NAME) == NULL) { \ 29 psLogMsg(__func__, PS_LOG_WARN, "WARNING: %s is NULL.", #NAME); \ 30 } \ 26 31 /****************************************************************************** 27 32 pmNonLinearityLookup(): This routine will take an pmReadout image as input 28 33 and a 1-D polynomial. For each pixel in the input image, the polynomial will 29 be evaluated at that pixels value, and the image pixel will then be set to 34 be evaluated at that pixels value, and the image pixel will then be set 35 to 30 36 that value. 31 *****************************************************************************/37 *****************************************************************************/ 32 38 33 39 pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout,
Note:
See TracChangeset
for help on using the changeset viewer.
