Go to the source code of this file.
Variables | |
static const double | amp [] |
Amplitudes (microarcsec); indexed using the iamp array below. More... | |
static const int | iamp [] |
indexes into the amplitudes array for each frequency; length = NFALS + NFAP More... | |
static const int | japt [] |
for use with amp[] : power of T More... | |
static const int | jasc [] |
for use with amp[] : sin or cos More... | |
static const int | jaxy [] |
for use with amp[] : X or Y More... | |
static const int | MAXPT = 5 |
order of polynomials in T for X and Y More... | |
static const int | NAmp = (int)(sizeof(amp) / sizeof(double)) |
Number of amplitude coefficients. More... | |
static const int | NFALS = (int)(sizeof(nFAlunarsolar) / sizeof(int) / 5) |
Number of frequencies: lunar solar fundamental args. More... | |
static const int | nFAlunarsolar [][5] |
multipliers of the fundamental arguments, lunar and solar terms More... | |
static const int | NFAP = (int)(sizeof(nFAplanetary) / sizeof(int) / 14) |
Number of frequencies: planetary fundamental args. More... | |
static const int | nFAplanetary [][14] |
multipliers of the fundamental arguments, planetary terms More... | |
static const double | XYcoeff [2][MAXPT+1] |
polynominal coeff for X, Y in arcseconds More... | |
|
static |
Amplitudes (microarcsec); indexed using the iamp array below.
Definition at line 1630 of file IERS2010CIOSeriesData.hpp.
|
static |
indexes into the amplitudes array for each frequency; length = NFALS + NFAP
Definition at line 1509 of file IERS2010CIOSeriesData.hpp.
|
static |
for use with amp[] : power of T
Definition at line 2110 of file IERS2010CIOSeriesData.hpp.
|
static |
for use with amp[] : sin or cos
Definition at line 2107 of file IERS2010CIOSeriesData.hpp.
|
static |
for use with amp[] : X or Y
Definition at line 2104 of file IERS2010CIOSeriesData.hpp.
|
static |
order of polynomials in T for X and Y
Definition at line 48 of file IERS2010CIOSeriesData.hpp.
Number of amplitude coefficients.
Definition at line 2101 of file IERS2010CIOSeriesData.hpp.
|
static |
Number of frequencies: lunar solar fundamental args.
Definition at line 778 of file IERS2010CIOSeriesData.hpp.
|
static |
multipliers of the fundamental arguments, lunar and solar terms
Definition at line 56 of file IERS2010CIOSeriesData.hpp.
|
static |
Number of frequencies: planetary fundamental args.
Definition at line 1506 of file IERS2010CIOSeriesData.hpp.
|
static |
multipliers of the fundamental arguments, planetary terms
Definition at line 781 of file IERS2010CIOSeriesData.hpp.
polynominal coeff for X, Y in arcseconds
Definition at line 51 of file IERS2010CIOSeriesData.hpp.