IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2005, 2:17:06 PM (21 years ago)
Author:
evanalst
Message:

Change function name psTimeToLST to psTimeToLMST. (SDR-13)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r3706 r3708  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-18 23:40:15 $
     12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-19 00:17:05 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    107107);
    108108
    109 /** Convert psTime to Local Mean Sidereal Time (LST).
    110  *
    111  *  Converts psTime at the given longitude to LST time. If the input time is not in UTC format, then it is
     109/** 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
    112112 *  converted.
    113113 *
    114114 *  @return  double: LST Time.
    115115 */
    116 double psTimeToLST(
     116double psTimeToLMST(
    117117    psTime *time,                       ///< psTime to be converted.
    118118    double longitude                    ///< Longitude.
Note: See TracChangeset for help on using the changeset viewer.