Read the binary solar system ephemeris file (created by convertSSEph) and the JPL test file, compute the coordinates listed in test file and compare the results with the values given in the test file. Based on testeph.f on the JPL ftp site. Ascii files can be downloaded from JPL website.
Definition in file testSSEph.cpp.
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <time.h>
#include <cmath>
#include "TimeString.hpp"
#include "Exception.hpp"
#include "StringUtils.hpp"
#include "CommonTime.hpp"
#include "SystemTime.hpp"
#include "SolarSystemEphemeris.hpp"
#include "logstream.hpp"
#include "FormattedDouble.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
string | Version ("1.0 9/10/07") |
Variables | |
ofstream | logstrm |
string | PrgmName |
string | Title |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 95 of file testSSEph.cpp.
string Version | ( | "1.0 9/10/07" | ) |
ofstream logstrm |
Definition at line 87 of file testSSEph.cpp.
string PrgmName |
Definition at line 85 of file testSSEph.cpp.
string Title |
Definition at line 86 of file testSSEph.cpp.