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/astronomy/psAstrometry.c

    r3682 r3708  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-04-07 20:27:41 $
     10 *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-04-19 00:17:05 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    230230
    231231    // XXX: how is this value derived?
    232     *(double *)&exp->lst = psTimeToLST((psTime*)time,observatory->longitude);
     232    *(double *)&exp->lst = psTimeToLMST((psTime*)time,observatory->longitude);
    233233    *(float *)&exp->positionAngle = 0.0f; // XXX: need input, see Bug #207
    234234    *(float *)&exp->parallacticAngle = 0.0f; // XXX: need input, see Bug #207
Note: See TracChangeset for help on using the changeset viewer.