Go to the source code of this file.
Variables | |
struct { | |
double ce | |
double cet | |
obliquity cosine and rate coefficients More... | |
int nd | |
int nf | |
int nl | |
int nlp | |
int nom | |
coefficients of l,l',F,D,Om More... | |
double sp | |
double spt | |
longitude sine and rate coefficients More... | |
} | coeff [] |
Constants used in the nutation models, adapted from SOFA nut80.c. More... | |
const int | Ncoeff = (int)(sizeof coeff / sizeof coeff[0]) |
Number of terms in the series. More... | |
double ce |
Definition at line 47 of file IERS1996NutationData.hpp.
double cet |
obliquity cosine and rate coefficients
Definition at line 47 of file IERS1996NutationData.hpp.
const { ... } coeff[] |
Constants used in the nutation models, adapted from SOFA nut80.c.
structure to hold coefficients and rates
Number of terms in the series.
Definition at line 169 of file IERS1996NutationData.hpp.
int nd |
Definition at line 44 of file IERS1996NutationData.hpp.
int nf |
Definition at line 44 of file IERS1996NutationData.hpp.
int nl |
Definition at line 44 of file IERS1996NutationData.hpp.
int nlp |
Definition at line 44 of file IERS1996NutationData.hpp.
int nom |
coefficients of l,l',F,D,Om
Definition at line 44 of file IERS1996NutationData.hpp.
double sp |
Definition at line 46 of file IERS1996NutationData.hpp.
double spt |
longitude sine and rate coefficients
Definition at line 46 of file IERS1996NutationData.hpp.