#include "orsa_coord.h"
#include "orsa_secure_math.h"
#include "orsa_frame.h"
#include <string>
#include <vector>
#include <list>
Include dependency graph for orsa_orbit.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Classes | |
class | Observation |
class | Sky |
class | Orbit |
class | OrbitWithEpoch |
class | OptimizedOrbitPositions |
class | Asteroid |
class | AsteroidDatabase |
class | ObservationCandidate |
class | Location |
Functions | |
double | orsa::residual (const Observation &, const OrbitWithEpoch &) |
The RMS of the residuals in arcsec units. | |
double | orsa::RMS_residuals (const std::vector< Observation > &, const OrbitWithEpoch &) |
Sky | orsa::PropagatedSky_J2000 (const OrbitWithEpoch &orbit, const UniverseTypeAwareTime &final_time, const std::string &obscode, const bool integrate, const bool light_time_corrections) |