#include <string>
#include "orsa_orbit.h"
#include "orsa_universe.h"
Include dependency graph for orsa_orbit_gsl.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 | OrbitWithCovarianceMatrixGSL |
class | PreliminaryOrbit |
class | Asteroid |
class | AsteroidDatabase |
class | ObservationCandidate |
class | CloseApproach |
Enumerations | |
enum | orsa::CovarianceMatrixElements { orsa::Osculating, orsa::Equinoctal } |
Functions | |
double | orsa::MOID (const Orbit &, const Orbit &, Vector &, Vector &) |
Minimal Orbit Intersection Distance between two orbits. | |
double | orsa::MOID2RB (const Vector &, const Vector &, const Orbit &, const Orbit &, Vector &, Vector &) |
Minimal Orbit Intersection Distance between two orbits with different reference bodies. | |
OrbitWithCovarianceMatrixGSL | orsa::Compute (const std::vector< Observation > &) |
General interface to the Orbit computation from a set of observations. | |
void | orsa::Compute_Gauss (const std::vector< Observation > &, std::vector< PreliminaryOrbit > &) |
void | orsa::Compute_TestMethod (const std::vector< Observation > &, std::vector< PreliminaryOrbit > &) |
void | orsa::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 | orsa::OrbitDifferentialCorrectionsLeastSquares (OrbitWithCovarianceMatrixGSL &, const std::vector< Observation > &) |