SofaDtdb Method
Approximate TDB−TT for an observer on the Earth.
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static double Dtdb(
double date1,
double date2,
double ut,
double elong,
double u,
double v
)
Public Shared Function Dtdb (
date1 As Double,
date2 As Double,
ut As Double,
elong As Double,
u As Double,
v As Double
) As Double
- date1 Double
- First part of the date as a 2-part Julian Date (TDB; TT is acceptable in practice).
- date2 Double
- Second part of the date as a 2-part Julian Date (TDB; TT is acceptable in practice).
- ut Double
- Universal time UT1 as a fraction of one day.
- elong Double
- Observer longitude (east positive, radians).
- u Double
- Distance from Earth spin axis (km).
- v Double
- Distance north of the equatorial plane (km).
DoubleTDB−TT in seconds.
This is a model of the quasi-periodic part of the TT/TCB relationship, dominated by an annual term (~1.7 ms).
Providing zero for u and v removes the topocentric contribution.
Supported in: 2.0