Changeset 21183 for trunk/psLib/src/math/psClip.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psClip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psClip.h
r14452 r21183 4 4 * @author Paul Price, IfA. 5 5 * 6 * $Revision: 1. 5$ $Name: not supported by cvs2svn $7 * $Date: 200 7-08-09 01:40:07$6 * $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * $Date: 2009-01-27 06:39:38 $ 8 8 * Copyright 2007 Institute for Astronomy, University of Hawaii 9 9 */ … … 25 25 int iter; ///< Number of rejection iterations; unused by psClip functions 26 26 float rej; ///< Rejection limit (standard deviations) 27 ps MaskType masked; ///< Mask value for entries already masked28 ps MaskType clipped; ///< Mask value to give to clipped entries27 psVectorMaskType masked; ///< Mask value for entries already masked 28 psVectorMaskType clipped; ///< Mask value to give to clipped entries 29 29 double mean; ///< Resultant mean 30 30 double stdev; ///< Resultant stdev … … 35 35 psClipParams *psClipParamsAlloc(psStatsOptions meanStat, ///< Stats option to use for mean 36 36 psStatsOptions stdevStat, ///< Stats option to use for standard deviation 37 ps MaskType masked, ///< Mask value for entries already masked38 ps MaskType clipped ///< Mask value to give to clipped entries37 psVectorMaskType masked, ///< Mask value for entries already masked 38 psVectorMaskType clipped ///< Mask value to give to clipped entries 39 39 ) PS_ATTR_MALLOC; 40 40
Note:
See TracChangeset
for help on using the changeset viewer.
