IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2005, 11:48:13 AM (21 years ago)
Author:
evanalst
Message:

SDR-14 function updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.c

    r4029 r4051  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-05-25 20:26:55 $
     10 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-05-31 21:47:46 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    409409
    410410    double date = psTimeToMJD(exp->time);
    411     double dut = psTimeGetUT1Delta(exp->time);
     411    double dut = psTimeGetUT1Delta(exp->time,PS_IERS_A);
    412412    double elongm = exp->observatory->longitude;
    413413    double phim = exp->observatory->latitude;
    414414    double hm = exp->observatory->height;
    415415
    416     psSphere* polarMotion = psTimeGetPoleCoords(exp->time);
     416    psSphere* polarMotion = p_psTimeGetPoleCoords(exp->time);
    417417    double xp = polarMotion->r;
    418418    double yp = polarMotion->d;
Note: See TracChangeset for help on using the changeset viewer.