Changeset 8866 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Sep 20, 2006, 4:18:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r8842 r8866 28 28 * we avoid directly fitting these values as the process would be a non-linear 29 29 * least-squares problem for every pixel in the image, and thus very time 30 * consum ning. There are insteadlinear options which may be used instead.30 * consuming. There are linear options which may be used instead. 31 31 * First, as T_o goes to a large value, s() approaches the value of f'(x,y). 32 32 * Next, as T_o goes to a very small value, s() approaches the value of … … 48 48 * @author Eugene Magnier, IfA 49 49 * 50 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $51 * @date $Date: 2006-09-2 0 01:03:00$50 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 51 * @date $Date: 2006-09-21 02:18:19 $ 52 52 * 53 53 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 */ 65 65 66 bool pmFlatField(67 pmReadout *in, ///< Readout with input image68 const pmReadout *flat ///< Readout with flat image69 );70 71 66 typedef struct 72 67 { 73 double scale; 74 double offset; 75 double offref; 68 double scale; // A(k) 69 double offset; // dTk 70 double offref; // dTo 76 71 } 77 72 pmShutterCorrPars;
Note:
See TracChangeset
for help on using the changeset viewer.
