Changeset 4132
- Timestamp:
- Jun 7, 2005, 12:20:55 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmSubtractBias.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmSubtractBias.h
r3668 r4132 4 4 * in place from an input image. 5 5 * 6 * @author G eorge Gusciora, MHPCC6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 4-05 22:55:05 $8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-07 22:20:55 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 37 37 } pmFit; 38 38 39 psReadout *pmSubtractBias(psReadout *in, 40 void *fitSpec, 41 const psList *overscans, 42 pmOverscanAxis overScanAxis, 43 psStats *stat, 44 int nBin, 45 pmFit fit, 46 const psReadout *bias); 39 psReadout *pmSubtractBias(psReadout *in, ///< The input psReadout image 40 void *fitSpec, ///< A polynomial or spline, defining the fit type. 41 const psList *overscans, ///< A psList of overscan images 42 pmOverscanAxis overScanAxis, ///< Defines how overscans are applied 43 psStats *stat, ///< The statistic to be used in combining overscan data 44 int nBin, ///< The amount of binning to be done image pixels. 45 pmFit fit, ///< PM_FIT_SPLINE, PM_FIT_POLYNOMIAL, or PM_FIT_NONE 46 const psReadout *bias); ///< A possibly NULL bias psReadout which is to be subtracted 47 47 48 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
