PositionVectorSetFromSiteJD(Site, Double, Double) Method

Initialize the PositionVector from a Site object using UTC Julian date and Delta-T

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public bool SetFromSiteJD(
	Site site,
	double ujd,
	double delta_t
)

Parameters

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)

Return Value

Boolean
True if successful or throws an exception

Remarks

The Julian date must be UTC Julian date, not terrestrial.

Version Information

.NET Standard

Supported in: 2.0

See Also