public static class NOVAS.SkyPosition
extends java.lang.Object
Contains data specifying a celestial object's place on the sky, specifically the output from function place.
For more information, see NOVAS_C3.1_Guide.pdf, page C-43.
Modifier and Type | Field and Description |
---|---|
double |
dec
Apparent, topocentric, or astrometric declination in degrees.
|
double |
distance
True (geometric, Euclidian) distance to solar system body or 0.0 for star
in AU.
|
double |
ra
Apparent, topocentric, or astrometric right ascension in hours.
|
double |
radialVelocity
Radial velocity in km/s.
|
double[] |
rHat
Unit vector toward object.
|
Constructor and Description |
---|
NOVAS.SkyPosition()
Create uninitialized instance.
|
NOVAS.SkyPosition(double[] rHat,
double ra,
double dec,
double distance,
double radialVelocity)
Create initialized instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Dump attributes.
|
public double[] rHat
public double ra
public double dec
public double distance
public double radialVelocity