PositionVectorSetFromSiteJD(Site, Double) Method

Initialize the PositionVector from a Site object using UTC Julian date

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
)

Parameters

site  Site
The Site object from which to initialize
ujd  Double
UTC Julian Date

Return Value

Boolean
True if successful or throws an exception

Remarks

The Julian date must be UTC Julian date, not terrestrial. Calculations will use the internal delta-T tables and estimator to get delta-T.

Version Information

.NET Standard

Supported in: 2.0

See Also