VelocityVectorSetFromSite Method
Initialize the VelocityVector from a Site object and Greenwich Apparent Sdereal Time.
Namespace: ASCOM.Tools.NovasComAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public bool SetFromSite(
Site site,
double gast
)
Public Function SetFromSite (
site As Site,
gast As Double
) As Boolean
- site Site
- The Site object from which to initialize
- gast Double
- Greenwich Apparent Sidereal Time
BooleanTrue if OK or throws an exception
The velocity vector is that of the observer with respect to the Earth's center
of mass. The GAST parameter must be for Greenwich, not local. The time is rotated through
the site longitude. See SetFromSiteJD() for an equivalent method that takes UTC Julian
Date and optionally Delta-T (eliminating the need for calculating hyper-accurate GAST yourself).
Supported in: 2.0