PositionVectorSetFromSiteJD(Site, Double, Double) Method
Initialize the PositionVector from a Site object using UTC Julian date and Delta-T
Namespace: ASCOM.Tools.NovasComAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
public bool SetFromSiteJD(
Site site,
double ujd,
double delta_t
)
Public Function SetFromSiteJD (
site As Site,
ujd As Double,
delta_t As Double
) As Boolean
- site Site
- The Site object from which to initialize
- ujd Double
- UTC Julian Date
- delta_t Double
- The value of Delta-T (TT - UT1) to use for reductions (seconds)
BooleanTrue if successful or throws an exception
The Julian date must be UTC Julian date, not terrestrial.
Supported in: 2.0