public class AMParams extends Object
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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 matixCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.