|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjat.timeRef.FitIERS
public class FitIERS
International Earth Rotation and Reference Service parameters. Parses and calculates the polar motion for the Celestial Ephemeris Pole and the offset UT1-UTC. Uses either a space delimited Earth Orientation Parameters file or the GEONS algorithm for parsing the IERS Bulletin A. (Currently not using GEONS method, to use the GEONS method, change the parameter 'use_GEONS' to true and place the IERS Bulletin A into a file called 'iers.dat' into the jat.timeRef directory.
FitIERS| Field Summary | |
|---|---|
boolean |
use_GEONS
Deprecated. |
| Constructor Summary | |
|---|---|
FitIERS()
Deprecated. Default constructor |
|
FitIERS(java.lang.String fname)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
void |
fit(double mjd)
Deprecated. Fit the x and y poles to the given Julian Date |
double |
get_update_interval()
Deprecated. |
double |
getDUT1()
Deprecated. Returns the time difference between UT1 and UTC; |
double |
getX()
Deprecated. Returns the Earth's x pole; |
double |
getY()
Deprecated. Returns the Earth's y pole; |
static void |
main(java.lang.String[] args)
Deprecated. |
void |
print()
Deprecated. |
void |
printDiff(double[] u,
double[] a)
Deprecated. |
void |
process()
Deprecated. Determine the interpolation coefficients and parameters. |
double[] |
search(double mjd_arg)
Deprecated. |
void |
set_update_interval(double val)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean use_GEONS
| Constructor Detail |
|---|
public FitIERS()
public FitIERS(java.lang.String fname)
fname - Filename of the IERS reference data (eg "iers.dat").| Method Detail |
|---|
public void process()
public double[] search(double mjd_arg)
public void fit(double mjd)
mjd - Modified Julian Datepublic void print()
public void set_update_interval(double val)
public double get_update_interval()
public double getX()
public double getY()
public double getDUT1()
public static void main(java.lang.String[] args)
public void printDiff(double[] u,
double[] a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||