Compute and dump solid earth tide, pole tide and ocean loading tide.
Definition in file test_tides.cpp.
#include <string>
#include <vector>
#include <iostream>
#include <iomanip>
#include <fstream>
#include "Exception.hpp"
#include "EphTime.hpp"
#include "Position.hpp"
#include "CommandLine.hpp"
#include "logstream.hpp"
#include "singleton.hpp"
#include "expandtilde.hpp"
#include "SolarPosition.hpp"
#include "SolarSystem.hpp"
#include "SunEarthSatGeometry.hpp"
#include "OceanLoadTides.hpp"
#include "AtmLoadTides.hpp"
Go to the source code of this file.
Classes | |
class | InputConfig |
Functions | |
int | GetCommandLine (int argc, char **argv) |
int | main (int argc, char **argv) |
static const string | tidesVersion ("4.0 12/3/19") |
int GetCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Exception |
Definition at line 582 of file test_tides.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 136 of file test_tides.cpp.
|
static |