ttut1

erfa.ttut1(tt1, tt2, dt)[source]

Wrapper for ERFA function eraTtut1.

Parameters

tt1 : double array

tt2 : double array

dt : double array

Returns

ut11 : double array

ut12 : double array

Notes

The ERFA documentation is below.

- - - - - - - - -
 e r a T t u t 1
- - - - - - - - -

Time scale transformation:  Terrestrial Time, TT, to Universal Time,
UT1.

Given:
   tt1,tt2    double    TT as a 2-part Julian Date
   dt         double    TT-UT1 in seconds

Returned:
   ut11,ut12  double    UT1 as a 2-part Julian Date

Returned (function value):
              int       status:  0 = OK

Notes:

1) tt1+tt2 is Julian Date, apportioned in any convenient way between
   the two arguments, for example where tt1 is the Julian Day Number
   and tt2 is the fraction of a day.  The returned ut11,ut12 follow
   suit.

2) The argument dt is classical Delta T.

Reference:

   Explanatory Supplement to the Astronomical Almanac,
   P. Kenneth Seidelmann (ed), University Science Books (1992)

Copyright (C) 2013-2019, NumFOCUS Foundation.
Derived, with permission, from the SOFA library.  See notes at end of file.