#include "orsa_orbit.h"
#include "support.h"
#include "orsa_units.h"
#include "orsa_common.h"
#include "orsa_universe.h"
#include "orsa_file.h"
#include "orsa_frame.h"
#include "orsa_secure_math.h"
#include <sys/time.h>
#include <time.h>
#include <cstring>
#include <limits>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Functions | |
double | RMS_residuals (const vector< Observation > &obs, const OrbitWithEpoch &orbit) |
The RMS of the residuals in arcsec units. | |
double | residual (const Observation &, const OrbitWithEpoch &) |
The RMS of the residuals in arcsec units. | |
Sky | PropagatedSky_J2000 (const OrbitWithEpoch &orbit, const UniverseTypeAwareTime &final_time, const std::string &obscode, const bool integrate, const bool light_time_corrections) |
static Vector | unit_vector (const Angle &ra, const Angle &dec) |