Package uk.ac.starlink.pal
Class Stardata
java.lang.Object
uk.ac.starlink.pal.Stardata
Various characteristics of an Observation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Stardata
Various characteristics of an Observation- Parameters:
a
- Angle (α,δ)pm
- Proper motionp
- Parallaxrv
- Radial velocity
-
-
Method Details
-
getAngle
Get the Angle- Returns:
- Angle (α,δ)
-
getMotion
public double[] getMotion()Get the Proper motion- Returns:
- Proper motion
-
getParallax
public double getParallax()Get the Parallax- Returns:
- Parallax
-
getRV
public double getRV()Get the radial velocity- Returns:
- Radial velocity
-
toString
Get the current values as a string
-