Changeset 19432 for trunk/psModules/src/detrend/pmBias.h
- Timestamp:
- Sep 8, 2008, 6:10:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.h
r19299 r19432 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 8-30 02:28:07$7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-09-09 04:10:14 $ 9 9 * Copyright 2004--2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 27 27 ); 28 28 29 // pmBiasSubtractFrame(): this routine will take as input a readout for the input image and a readout for the bias 29 // pmBiasSubtractFrame 30 // this routine will take as input a readout for the input image and a readout for the bias 30 31 // image. The bias image is subtracted in place from the input image. 31 32 bool pmBiasSubtractFrame(pmReadout *in, // Input readout … … 34 35 ); 35 36 36 bool pmBiasSubtractScan_Threaded(psThreadJob *job); 37 bool pmBiasSubtractScan (pmReadout *in, pmReadout *sub, float scan, int xOffset, int yOffset, int rowStart, int rowStop); 37 /// Thread entry point for bias subtraction 38 bool pmBiasSubtractScan_Threaded(psThreadJob *job ///< Job to execute 39 ); 40 41 /// Do bias subtraction for a scan 42 bool pmBiasSubtractScan( 43 pmReadout *in, ///< Input image to correct 44 const pmReadout *sub, ///< Bias+dark image to subtract 45 float scale, ///< Scale to apply 46 int xOffset, int yOffset, ///< Offset between input and bias images 47 int rowStart, int rowStop ///< Scan range 48 ); 38 49 39 50 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
