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

    r3706 r3708  
    1818 *     M) Convert psTime to tm time
    1919 *     N) Convert tm time to psTime
    20  *     O) Convert psTime time to LST
     20 *     O) Convert psTime time to LMST
    2121 *     P) Free data
    2222 *
    2323 *  @author  Ross Harman, MHPCC
    2424 *
    25  *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
    26  *  @date  $Date: 2005-04-18 23:40:15 $
     25 *  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
     26 *  @date  $Date: 2005-04-19 00:17:06 $
    2727 *
    2828 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    202202
    203203
    204     // Test O - psTime to LST
     204    // Test O - psTime to LMST
    205205    printPositiveTestHeader(stdout, "psTime", "Convert psTime time to LST");
    206206    char *testString2 = "2004-09-10T1:00:00.00Z";
    207207    psTime* testTime2 = NULL;
    208208    testTime2 = psTimeFromISO(testString2);
    209     double dblTime = psTimeToLST(testTime2, 1);
     209    double dblTime = psTimeToLMST(testTime2, 1);
    210210    printf("LST (rad): %lf\n", dblTime);
    211211    psFree(testTime2);
Note: See TracChangeset for help on using the changeset viewer.