|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.pal.AMParams
public class AMParams
Star-independent mean-to-apparent parameters
Method Summary | |
---|---|
double[] |
getBary()
Get barycentric position of the Earth |
double[] |
getEarthv()
Get barycentric Earth velocity |
double |
getGrad()
Get gravitational radius of Sun |
double[] |
getHelio()
Get heliocentric direction of the Earth |
double[][] |
getPrecess()
Get precession/nutation matix |
double |
getRoot()
Get square root of ( 1 - |v x v| ) |
double |
getTimeint()
Get time interval for proper motion |
void |
setBary(double[] b)
Set barycentric position of the Earth |
void |
setEarthv(double[] bev)
set barycentric Earth velocity |
void |
setGrad(double g)
Set gravitational radius of Sun |
void |
setHelio(double[] h)
Set heliocentric direction of the Earth |
void |
setPrecess(double[][] p)
Get precession/nutation matix |
void |
setRoot(double sqrt)
Set square root of ( 1 - |v x v| ) |
void |
setTimeint(double t)
set time interval for proper motion |
String |
toString()
Get string representation apparent parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double getTimeint()
public double[] getBary()
public double[] getHelio()
public double getGrad()
public double[] getEarthv()
public double getRoot()
public double[][] getPrecess()
public void setTimeint(double t)
t
- Time interval (Julian years)public void setBary(double[] b)
b[3]
- Barycentric position of the Earth (AU)public void setHelio(double[] h)
h[3]
- Heliocentric direction of the Earth (unit vector)public void setGrad(double g)
g
- (Gravitational radius of Sun) x 2 / (Sun-earth distance)public void setEarthv(double[] bev)
bev[3]
- barycentric Earth velocity in units of cpublic void setRoot(double sqrt)
sqrt
- Square Root of ( 1 - |v x v| )public void setPrecess(double[][] p)
p[3][3]
- Precession/nutation matixpublic String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |