NovasMakeCatEntry Method

Create a structure of type 'cat_entry' containing catalog data for a star or "star-like" object.

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void MakeCatEntry(
	string StarName,
	string Catalog,
	int StarNum,
	double Ra,
	double Dec,
	double PmRa,
	double PmDec,
	double Parallax,
	double RadVel,
	ref CatEntry3 Star
)

Parameters

StarName  String
Object name (50 characters maximum).
Catalog  String
Three-character catalog identifier (e.g. HIP = Hipparcos, TY2 = Tycho-2)
StarNum  Int32
Object number in the catalog.
Ra  Double
Right ascension of the object (hours).
Dec  Double
Declination of the object (degrees).
PmRa  Double
Proper motion in right ascension (milli-arcseconds/year).
PmDec  Double
Proper motion in declination (milli-arcseconds/year).
Parallax  Double
Parallax (milli-arcseconds).
RadVel  Double
Radial velocity (kilometers/second).
Star  CatEntry3
CatEntry3 structure containing the input data

Version Information

.NET Standard

Supported in: 2.0

See Also