Changeset 11253 for trunk/psModules/src/detrend/pmNonLinear.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmNonLinear.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmNonLinear.h
r9617 r11253 1 /// @file pmNonLinear.h 2 /// 3 /// @brief Perform non-linear correction through polynomial or table lookup 4 /// 5 /// @ingroup Detrend 6 /// 7 /// @author George Gusciora, MHPCC 8 /// @author Paul Price, IfA 9 /// 10 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-10-17 22:57:27 $ 12 /// 13 /// Copyright 2004 Institute for Astronomy, University of Hawaii 14 /// 1 /* @file pmNonLinear.h 2 * @brief Perform non-linear correction through polynomial or table lookup 3 * 4 * @author George Gusciora, MHPCC 5 * @author Paul Price, IfA 6 * 7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:15 $ 9 * Copyright 2004 Institute for Astronomy, University of Hawaii 10 */ 15 11 16 12 #ifndef PM_NON_LINEAR_H 17 13 #define PM_NON_LINEAR_H 14 15 /// @addtogroup detrend Detrend Creation and Application 16 /// @{ 18 17 19 18 #include <pslib.h> … … 36 35 ); 37 36 37 /// @} 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
