Changeset 21183 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r19432 r21183 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $8 * @date $Date: 200 8-09-09 04:10:14$7 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-01-27 06:39:38 $ 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) 94 psMaskType maskVal ///< Mask value 93 float rej ///< Rejection threshold (sigma) 95 94 ); 96 95 … … 121 120 int nIter, ///< Number of iterations 122 121 float rej, ///< Rejection threshold (sigma) 123 ps MaskType maskVal ///< Mask value122 psImageMaskType maskVal ///< Mask value 124 123 ); 125 124 … … 135 134 psImage *mask, ///< Input mask image 136 135 float exptime, ///< Exposure time to which to correct 137 ps MaskType blank, ///< Mask value to give blank pixels136 psImageMaskType blank, ///< Mask value to give blank pixels 138 137 int rowStart, int rowStop ///< Range of scan 139 138 ); … … 145 144 pmReadout *readout, ///< Readout to which to apply shutter correction 146 145 const pmReadout *shutter, ///< Shutter correction readout, with dT for each pixel 147 ps MaskType blank ///< Value to give blank pixels146 psImageMaskType blank ///< Value to give blank pixels 148 147 ); 149 148 … … 181 180 psStatsOptions meanStat, ///< Statistic to use for mean 182 181 psStatsOptions stdevStat, ///< Statistic to use for stdev 183 ps MaskType maskVal, ///< Mask value182 psImageMaskType maskVal, ///< Mask value 184 183 psRandom *rng ///< Random number generator 185 184 ); … … 201 200 int nIter, ///< Number of iterations 202 201 float rej, ///< Rejection threshold (sigma) 203 ps MaskType maskVal ///< Mask value202 psImageMaskType maskVal ///< Mask value 204 203 ); 205 204 206 205 // prepare outputs for shutter correction 207 206 bool pmShutterCorrectionGeneratePrepare(pmReadout *shutter, pmReadout *pattern, const psArray *inputs, 208 ps MaskType maskVal);207 psImageMaskType maskVal); 209 208 210 209 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
