public static class NOVAS.CatalogEntry
extends java.lang.Object
implements java.io.Serializable
Basic astrometric data for any celestial object located outside the solar system; the catalog data for a star.
For more information, see NOVAS_C3.1_Guide.pdf, page C-41.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
catalog
Catalog designator (e.g.
|
double |
dec
ICRS declination in degrees.
|
double |
decProperMotion
ICRS proper motion in declination in milliarcseconds/year.
|
java.lang.String |
name
Name of celestial object (limited to 50 characters).
|
int |
number
Integer identifier assigned to object.
|
double |
parallax
Parallax in milliarcseconds.
|
double |
ra
ICRS right ascension in hours.
|
double |
radialVelocity
Radial velocity in km/s.
|
double |
raProperMotion
ICRS proper motion in right ascension in milliarcseconds/year.
|
Constructor and Description |
---|
NOVAS.CatalogEntry()
Create uninitialized instance.
|
NOVAS.CatalogEntry(java.lang.String name,
java.lang.String catalog,
int number,
double ra,
double dec,
double raProperMotion,
double decProperMotion,
double parallax,
double radialVelocity)
Create initialized instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Dump attributes.
|
public java.lang.String name
public java.lang.String catalog
public int number
public double ra
public double dec
public double raProperMotion
public double decProperMotion
public double parallax
public double radialVelocity
public NOVAS.CatalogEntry()
public NOVAS.CatalogEntry(java.lang.String name, java.lang.String catalog, int number, double ra, double dec, double raProperMotion, double decProperMotion, double parallax, double radialVelocity)