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
-
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
-