Changeset 3708 for trunk/psLib/src/astronomy/psTime.h
- Timestamp:
- Apr 18, 2005, 2:17:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.h
r3706 r3708 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-04-1 8 23:40:15 $12 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-19 00:17:05 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 107 107 ); 108 108 109 /** Convert psTime to Local Mean Sidereal Time (L ST).110 * 111 * Converts psTime at the given longitude to L ST time. If the input time is not in UTC format, then it is109 /** Convert psTime to Local Mean Sidereal Time (LMST). 110 * 111 * Converts psTime at the given longitude to LMST time. If the input time is not in UTC format, then it is 112 112 * converted. 113 113 * 114 114 * @return double: LST Time. 115 115 */ 116 double psTimeToL ST(116 double psTimeToLMST( 117 117 psTime *time, ///< psTime to be converted. 118 118 double longitude ///< Longitude.
Note:
See TracChangeset
for help on using the changeset viewer.
