Produced by IDL 7.1.1
User Documentation

./toolbox
utctout1.pro

Last modification date:
Wed Sep 28 13:27:11 2016

utcToUt1

function utcToUt1(juldat, utcInfo)

utctout1 - convert utc to ut1

Return the offset from utc to ut1 as a fraction of a day. The returned value (dut1Frac) is defined as ut1Frac=utcFrac + dut1Frac; The fraction of a day can be less then 0.

The utc to ut1 conversion info is passed in via the structure UTC_INFO.

This code came from Phil Perillat at Arecibo. Local changes:

Returns
ut1FracOffset[n]: double add this to utc based times to get ut1
Version
$Id$

Parameters
juldat
in, required
double
julian date, may be a vector
utcInfo
in, required
utc_info structure
The utc to ut1 conversion information.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:39 2016