Changeset 11253 for trunk/psModules/src/detrend/pmDetrendDB.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.h
r9854 r11253 1 /** @file pmDetrendDB.h 2 * 3 * @brief Tools to query the detrend database system 4 * 5 * the functions in here do not perform the detrend database queries directly. all interfaces 6 * to the detrend database go through the external dettools functions. this allows the modules 7 * and directly dependent program to be sufficiently independent of the database schema that it 8 * can be used with any properly defined detrend database tables. 9 * 10 * XXX place the specific name of the detrend database query command in the configuration data 11 * 12 * @ingroup Detrend 13 * 14 * @author EAM, IfA 15 * 16 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-11-04 02:34:01 $ 18 * 19 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 20 */ 1 /* @file pmDetrendDB.h 2 * @brief Tools to query the detrend database system 3 * 4 * the functions in here do not perform the detrend database queries directly. all interfaces 5 * to the detrend database go through the external dettools functions. this allows the modules 6 * and directly dependent program to be sufficiently independent of the database schema that it 7 * can be used with any properly defined detrend database tables. 8 * 9 * @author EAM, IfA 10 * 11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-24 02:54:15 $ 13 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 14 */ 21 15 22 16 #ifndef PM_DETREND_DB_H 23 17 #define PM_DETREND_DB_H 18 19 /// @addtogroup detrend Detrend Creation and Application 20 /// @{ 24 21 25 22 #include "pmFPALevel.h" … … 69 66 char *pmDetrendFile (const char *detID, const char *classID); 70 67 68 /// @} 71 69 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
