Changeset 13810 for trunk/psModules/src/detrend/pmBias.h
- Timestamp:
- Jun 13, 2007, 4:03:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.h
r12696 r13810 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-06-14 02:03:29 $ 9 9 * Copyright 2004--2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 57 57 bool pmBiasSubtract(pmReadout *in, ///< Input readout, to be overscan/bias/dark corrected 58 58 pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL 59 const pmReadout *bias, ///< Bias image to subtract, or NULL 60 const pmReadout *dark ///< Dark image to scale and subtract, or NULL 59 const pmReadout *bias, ///< Bias to subtract, or NULL 60 const pmReadout *dark, ///< Dark to scale and subtract, or NULL 61 const pmFPAview *view ///< View for readout of interest 61 62 ); 62 63
Note:
See TracChangeset
for help on using the changeset viewer.
