Click or drag to resize

CatEntry Structure

Structure to hold astrometric catalogue data
Inheritance Hierarchy
SystemObject
  SystemValueType
    ASCOM.AstrometryCatEntry

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public struct CatEntry

The CatEntry type exposes the following members.

Fields
 NameDescription
Public fieldCatalog 3-character catalogue designator.
Public fieldDec Mean declination [degrees].
Public fieldParallax Parallax [arc seconds].
Public fieldProMoDec Proper motion in declination [arc seconds per century].
Public fieldProMoRA Proper motion in RA [seconds of time per century].
Public fieldRA Mean right ascension [hours].
Public fieldRadialVelocity Radial velocity [kilometres per second]
Public fieldStarName Name of star.
Public fieldStarNumber Integer identifier assigned to star.
Top
Remarks
The astrometric catalogue data for a star; equator and equinox and units will depend on the catalogue. While this structure can be used as a generic container for catalogue data, all high-level NOVAS-C functions require J2000.0 catalogue data with FK5-type units (shown in square brackets below).
See Also