NovasIraEquinox Method

Compute the intermediate right ascension of the equinox at the input Julian date

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static double IraEquinox(
	double JdTdb,
	EquinoxType Equinox,
	Accuracy Accuracy
)

Parameters

JdTdb  Double
TDB Julian date.
Equinox  EquinoxType
Equinox selection flag: mean pr true
Accuracy  Accuracy
Selection for accuracy

Return Value

Double
Intermediate right ascension of the equinox, in hours (+ or -). If 'equinox' = 1 (i.e true equinox), then the returned value is the equation of the origins.

Version Information

.NET Standard

Supported in: 2.0

See Also