NovasEqu2Gal Method

Converts ICRS right ascension and declination to galactic longitude and latitude.

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void Equ2Gal(
	double RaI,
	double DecI,
	ref double GLon,
	ref double GLat
)

Parameters

RaI  Double
ICRS right ascension in hours.
DecI  Double
ICRS declination in degrees.
GLon  Double
Galactic longitude in degrees.
GLat  Double
Galactic latitude in degrees.

Version Information

.NET Standard

Supported in: 2.0

See Also