jat.timeRef
Class FitIERS

java.lang.Object
  extended by jat.timeRef.FitIERS

Deprecated.

public class FitIERS
extends java.lang.Object

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.

Author:
dgaylor, Richard C. Page III
See Also:
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

use_GEONS

public boolean use_GEONS
Deprecated. 
Constructor Detail

FitIERS

public FitIERS()
Deprecated. 
Default constructor


FitIERS

public FitIERS(java.lang.String fname)
Deprecated. 
Constructor

Parameters:
fname - Filename of the IERS reference data (eg "iers.dat").
Method Detail

process

public void process()
Deprecated. 
Determine the interpolation coefficients and parameters.


search

public double[] search(double mjd_arg)
Deprecated. 

fit

public void fit(double mjd)
Deprecated. 
Fit the x and y poles to the given Julian Date

Parameters:
mjd - Modified Julian Date

print

public void print()
Deprecated. 

set_update_interval

public void set_update_interval(double val)
Deprecated. 

get_update_interval

public double get_update_interval()
Deprecated. 

getX

public double getX()
Deprecated. 
Returns the Earth's x pole;

Returns:

getY

public double getY()
Deprecated. 
Returns the Earth's y pole;

Returns:

getDUT1

public double getDUT1()
Deprecated. 
Returns the time difference between UT1 and UTC;

Returns:

main

public static void main(java.lang.String[] args)
Deprecated. 

printDiff

public void printDiff(double[] u,
                      double[] a)
Deprecated.