Changeset 11253 for trunk/psModules/src/detrend/pmFringeStats.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.h
r9951 r11253 1 /// @file pmFringeStats.h 2 /// 3 /// @brief Measure fringe statistics, and apply correction 4 /// 5 /// @ingroup Detrend 6 /// 7 /// @author Eugene Magnier, IfA 8 /// @author Paul Price, IfA 9 /// 10 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-13 22:19:52 $ 12 /// 13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii 14 /// 1 /* @file pmFringeStats.h 2 * @brief Measure fringe statistics, and apply correction 3 * 4 * @author Eugene Magnier, IfA 5 * @author Paul Price, IfA 6 * 7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:15 $ 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 */ 15 11 16 12 #ifndef PM_FRINGE_STATS 17 13 #define PM_FRINGE_STATS 14 15 /// @addtogroup detrend Detrend Creation and Application 16 /// @{ 18 17 19 18 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// … … 212 211 float keepFrac ///< Minimum fraction of regions to keep, for pmFringeScaleMeasure 213 212 ); 214 215 213 /// @} 216 214 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
