#include <string>#include "orsa_orbit.h"#include "orsa_universe.h"


Go to the source code of this file.
Namespaces | |
| namespace | orsa |
Classes | |
| class | OrbitWithCovarianceMatrixGSL |
| class | PreliminaryOrbit |
| class | Asteroid |
| class | AsteroidDatabase |
| class | ObservationCandidate |
| class | CloseApproach |
Enumerations | |
| enum | CovarianceMatrixElements { Osculating, Equinoctal } |
Functions | |
| double | MOID (const Orbit &, const Orbit &, Vector &, Vector &) |
| Minimal Orbit Intersection Distance between two orbits. | |
| double | MOID2RB (const Vector &, const Vector &, const Orbit &, const Orbit &, Vector &, Vector &) |
| Minimal Orbit Intersection Distance between two orbits with different reference bodies. | |
| OrbitWithCovarianceMatrixGSL | Compute (const std::vector< Observation > &) |
| General interface to the Orbit computation from a set of observations. | |
| void | Compute_Gauss (const std::vector< Observation > &, std::vector< PreliminaryOrbit > &) |
| void | Compute_TestMethod (const std::vector< Observation > &, std::vector< PreliminaryOrbit > &) |
| void | SearchCloseApproaches (const Evolution *evol, const unsigned int obj_index, const unsigned int index, std::vector< CloseApproach > &clapp, const double distance_threshold, const double time_accuracy) |
| void | OrbitDifferentialCorrectionsLeastSquares (OrbitWithCovarianceMatrixGSL &, const std::vector< Observation > &) |
1.5.5