Changeset 21457 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Feb 12, 2009, 9:33:30 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r21183 r21457 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2009-0 1-27 06:39:38$7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-02-12 19:33:30 $ 9 9 * Copyright 2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 91 91 float offref, ///< Reference time offset 92 92 int nIter, ///< Number of iterations 93 float rej ///< Rejection threshold (sigma)93 float rej ///< Rejection threshold (sigma) 94 94 ); 95 95 … … 131 131 bool pmShutterCorrectionApplyScan( 132 132 psImage *image, ///< Input image to correct 133 psImage *mask, ///< Input mask image 134 psImage *var, ///< Input variance image 133 135 const psImage *shutterImage, ///< Shutter correction image 134 psImage *mask, ///< Input mask image135 136 float exptime, ///< Exposure time to which to correct 136 137 psImageMaskType blank, ///< Mask value to give blank pixels
Note:
See TracChangeset
for help on using the changeset viewer.
