Changeset 257 for trunk/archive/pslib/include/psDateTime.h
- Timestamp:
- Mar 18, 2004, 9:37:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psDateTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psDateTime.h
r256 r257 11 11 */ 12 12 13 /** Get current MJD, for a timestamp */ 13 /** \addtogroup AstroGroup Astronomy-Specific Utilities 14 * \{ 15 */ 16 17 /** Get current MJD, for a timestamp \ingroup AstroGroup */ 14 18 double 15 19 psGetMJD(void); 16 20 17 /** Get current sidereal time at longitude */21 /** Get current sidereal time at longitude \ingroup AstroGroup */ 18 22 double 19 23 psGetSidereal(float mjd, //!< MJD … … 53 57 54 58 /***** convert to psTime *****/ 55 /** Convert ISOTime (Human-readable date/time string YYYY/MM/DD,HH:MM:SS.SSS) to psTime */59 /** Convert ISOTime (Human-readable date/time string YYYY/MM/DD,HH:MM:SS.SSS) to psTime \ingroup AstroGroup */ 56 60 psTime * 57 61 psISOTimeToTime (char *input) //!< Input ISOTime time … … 83 87 ; 84 88 89 /* \} end of AstroGroup */ 90 85 91 #endif 86 92
Note:
See TracChangeset
for help on using the changeset viewer.
