|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.pal.Stardata
public class Stardata
Various characteristics of an Observation
Constructor Summary | |
---|---|
Stardata(AngleDR a,
double[] pm,
double p,
double rv)
Various characteristics of an Observation |
Method Summary | |
---|---|
AngleDR |
getAngle()
Get the Angle |
double[] |
getMotion()
Get the Proper motion |
double |
getParallax()
Get the Parallax |
double |
getRV()
Get the radial velocity |
String |
toString()
Get the current values as a string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Stardata(AngleDR a, double[] pm, double p, double rv)
a
- Angle (α,δ)pm
- Proper motionp
- Parallaxpm
- Radial velocityMethod Detail |
---|
public AngleDR getAngle()
public double[] getMotion()
public double getParallax()
public double getRV()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |