org.orekit.frames.configuration.eop
Class NutationCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.eop.NutationCorrection
All Implemented Interfaces:
Serializable

public class NutationCorrection
extends Object
implements Serializable

Simple container class for nutation correction (IAU 1980) parameters.

This class is a simple container, it does not provide any processing method.

Author:
Pascal Parraud
See Also:
Serialized Form

Field Summary
static NutationCorrection NULL_CORRECTION
          Null correction (ddeps = 0, ddpsi = 0).
 
Constructor Summary
NutationCorrection(double dx, double dy)
          Simple constructor.
 
Method Summary
 double getDdeps()
          Get the δΔε1980 parameter.
 double getDdpsi()
          Get the δΔψ1980 parameter.
 double getDX()
          Get the δX2000 parameter (radians).
 double getDY()
          Get the δY2000 parameter (radians).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_CORRECTION

public static final NutationCorrection NULL_CORRECTION
Null correction (ddeps = 0, ddpsi = 0).

Constructor Detail

NutationCorrection

public NutationCorrection(double dx,
                          double dy)
Simple constructor.

Parameters:
dx - δΔψ1980 parameter (radians) or δX2000 parameter (radians)
dy - δΔε1980 parameter (radians) or δY2000 parameter (radians)
Method Detail

getDdeps

public double getDdeps()
Get the δΔε1980 parameter.

Returns:
δΔε1980 parameter

getDdpsi

public double getDdpsi()
Get the δΔψ1980 parameter.

Returns:
δΔψ1980 parameter

getDY

public double getDY()
Get the δY2000 parameter (radians).

Returns:
δY2000 parameter (radians)

getDX

public double getDX()
Get the δX2000 parameter (radians).

Returns:
δX2000 parameter (radians)


Copyright © 2016 CNES. All Rights Reserved.