NovasMakeCatEntry Method
Create a structure of type 'cat_entry' containing catalog data for a star or "star-like" object.
Namespace: ASCOM.Tools.Novas31Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
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
)
Public Shared Sub MakeCatEntry (
StarName As String,
Catalog As String,
StarNum As Integer,
Ra As Double,
Dec As Double,
PmRa As Double,
PmDec As Double,
Parallax As Double,
RadVel As Double,
ByRef Star As CatEntry3
)
- 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
Supported in: 2.0