StarSetHipparcos Method

Initialise all star properties in one call using Hipparcos data. Transforms to FK5 standard used by NOVAS.

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public void SetHipparcos(
	double RA,
	double Dec,
	double ProMoRA,
	double ProMoDec,
	double Parallax,
	double RadVel
)

Parameters

RA  Double
Catalog mean right ascension (hours)
Dec  Double
Catalog mean declination (degrees)
ProMoRA  Double
Catalog mean J2000 proper motion in right ascension (sec/century)
ProMoDec  Double
Catalog mean J2000 proper motion in declination (arcsec/century)
Parallax  Double
Catalog mean J2000 parallax (arcsec)
RadVel  Double
Catalog mean J2000 radial velocity (km/sec)

Remarks

Assumes positions are Hipparcos standard and transforms to FK5 standard used by NOVAS.

If Parallax is set to zero, NOVAS-COM assumes the object is on the "celestial sphere", which has a distance of 10 mega parsecs.

Version Information

.NET Standard

Supported in: 2.0

See Also