Core level API

The poliastro.core includes a set of modules that form the kernel of poliastro. All defined functions in these modules work with Numba’s JIT compiler (Numba web site), since many of the computations behind poliastro involve hard numerical methods. This is the Low-Level API of poliastro, being the basis of the High-Level API, the one expected to be used.

digraph {
   "poliastro.core" -> "angles", "elements", "hyper", "iod", "perturbations", "propagation", "stumpff", "util";
}