public class NutationCorrection extends Object implements Serializable
This class is a simple container, it does not provide any processing method.
| Modifier and Type | Field and Description |
|---|---|
static NutationCorrection |
NULL_CORRECTION
Null correction (ddeps = 0, ddpsi = 0).
|
| Constructor and Description |
|---|
NutationCorrection(double dxIn,
double dyIn)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
public static final NutationCorrection NULL_CORRECTION
public NutationCorrection(double dxIn,
double dyIn)
dxIn - δΔψ1980 parameter (radians) or δX2000 parameter (radians)dyIn - δΔε1980 parameter (radians) or δY2000 parameter
(radians)public double getDdeps()
public double getDdpsi()
public double getDY()
public double getDX()
Copyright © 2025 CNES. All rights reserved.