Changeset 4770 for trunk/psModules/src/pmSubtractBias.h
- Timestamp:
- Aug 15, 2005, 3:10:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmSubtractBias.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmSubtractBias.h
r4754 r4770 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-08-1 1 00:03:51$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-08-16 01:10:34 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 } pmFit; 39 39 40 p sReadout *pmSubtractBias(psReadout *in, ///< The input psReadout image40 pmReadout *pmSubtractBias(pmReadout *in, ///< The input pmReadout image 41 41 void *fitSpec, ///< A polynomial or spline, defining the fit type. 42 42 const psList *overscans, ///< A psList of overscan images … … 45 45 int nBin, ///< The amount of binning to be done image pixels. 46 46 pmFit fit, ///< PM_FIT_SPLINE, PM_FIT_POLYNOMIAL, or PM_FIT_NONE 47 const p sReadout *bias); ///< A possibly NULL bias psReadout which is to be subtracted47 const pmReadout *bias); ///< A possibly NULL bias pmReadout which is to be subtracted 48 48 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
