IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2005, 2:26:01 PM (21 years ago)
Author:
desonia
Message:

removed SLALIB functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r3993 r4143  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-05-20 00:44:12 $
     7*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-06-08 00:26:01 $
    99*
    1010* XXX: Must test
     
    381381
    382382    printf("grom->latitude is %.2f\n", grom->latitude);
    383     printf("grom->sinLat is %.2f\n", grom->sinLat);
    384     printf("grom->cosLat is %.2f\n", grom->cosLat);
     383    printf("grom->longitude is %.2f\n", grom->longitude);
     384    printf("grom->height is %.2f\n", grom->height);
    385385    printf("grom->abberationMag is %.2f\n", grom->abberationMag);
    386     printf("grom->height is %.2f\n", grom->height);
    387386    printf("grom->temperature is %.2f\n", grom->temperature);
    388387    printf("grom->pressure is %.2f\n", grom->pressure);
     
    392391    printf("grom->refractA is %.2f\n", grom->refractA);
    393392    printf("grom->refractB is %.2f\n", grom->refractB);
    394     printf("grom->longitudeOffset is %.2f\n", grom->longitudeOffset);
     393
    395394    // printf("grom->siderealTime is %.2f\n", grom->siderealTime);
    396395
Note: See TracChangeset for help on using the changeset viewer.