deltaUT1
Calculate difference between Coordinated Universal Time (UTC) and Principal Universal Time (UT1)
Syntax
Description
calculates the difference between Coordinated Universal Time (UTC) and Principal
Universal Time (UT1) for UTC, specified as a modified Julian date (MJD). By
default, this function uses a prepopulated list of International Astronomical
Union (IAU) 2000A Earth orientation (IERS) data. This list contains measured and
calculated (predicted) data supplied by the IERS. The IERS measures and
calculates this data for a set of predetermined dates. For dates after those
listed in the prepopulated list, DUT1
=deltaUT1(utc
)deltaUT1
calculates the
data by using this equation, limiting the values to +/-
.9s:
UT1-UTC=0.5309-0.00123(MJD-57808)-(UT2-UT1)
[
returns the error for the difference between Coordinated Universal Time (UTC)
and Principal Universal Time (UT1) for UTC.DUT1
,DUT1Error
]=deltaUT1(utc
)
calculates the difference between UTC and UT1 using additional options specified
by one or more DUT1
=deltaUT1(utc
,Name,Value
)Name,Value
pair arguments.
[
returns the error for the difference between Coordinated Universal Time (UTC)
and Principal Universal Time (UT1) for UTC.DUT1
,DUT1Error
]=deltaUT1(utc
,Name,Value
)