Changeset 18893 for trunk/psModules/src/detrend/pmBias.h
- Timestamp:
- Aug 4, 2008, 3:24:47 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
r14505 r18893 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-08-15 20:21:18$7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-05 01:24:47 $ 9 9 * Copyright 2004--2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 22 22 bool pmBiasSubtract(pmReadout *in, ///< Input readout, to be overscan/bias/dark corrected 23 23 pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL 24 constpmReadout *bias, ///< Bias to subtract, or NULL25 constpmReadout *dark, ///< Dark to scale and subtract, or NULL24 pmReadout *bias, ///< Bias to subtract, or NULL 25 pmReadout *dark, ///< Dark to scale and subtract, or NULL 26 26 const pmFPAview *view ///< View for readout of interest 27 27 ); … … 30 30 // image. The bias image is subtracted in place from the input image. 31 31 bool pmBiasSubtractFrame(pmReadout *in, // Input readout 32 constpmReadout *sub, // Readout to be subtracted from input33 float scale // Scale to apply before subtracting32 pmReadout *sub, // Readout to be subtracted from input 33 float scale // Scale to apply before subtracting 34 34 ); 35 36 bool pmBiasSubtractScan_Threaded (psThreadJob *job); 37 bool pmBiasSubtractScan (pmReadout *in, pmReadout *sub, float scan, int xOffset, int yOffset, int rowStart, int rowStop); 35 38 36 39 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
