Changeset 10302 for trunk/psModules/src/detrend/pmBias.h
- Timestamp:
- Nov 29, 2006, 3:03:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.h
r10299 r10302 1 /// @file pm SubtractBias.h1 /// @file pmBias.h 2 2 /// 3 3 /// @brief Subtract the overscan, bias and dark … … 8 8 /// @author Paul Price, IfA 9 9 /// 10 /// @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 /// @date $Date: 2006-11-30 0 0:52:21$10 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-30 01:03:06 $ 12 12 /// 13 13 /// Copyright 2004--2006 Institute for Astronomy, University of Hawaii 14 14 /// 15 15 16 #ifndef PM_ SUBTRACT_BIAS_H17 #define PM_ SUBTRACT_BIAS_H16 #ifndef PM__BIAS_H 17 #define PM__BIAS_H 18 18 19 19 #include <pslib.h> … … 60 60 /// Subtracts the overscan, as measured from the bias member of the input readout (if options are non-NULL), 61 61 /// bias (if non-NULL) and dark (if non-NULL) scaled by the CELL.DARKTIME concept. 62 bool pm SubtractBias(pmReadout *in, ///< Input readout, to be overscan/bias/dark corrected62 bool pmBiasSubtract(pmReadout *in, ///< Input readout, to be overscan/bias/dark corrected 63 63 pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL 64 64 const pmReadout *bias, ///< Bias image to subtract, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
