Classes | |
class | orbito.module_orbito.OrbitoError |
Error returned by module_orbito. More... | |
Namespaces | |
orbito.module_orbito | |
module_orbito | |
Orbitography module using Spice kernels and Spiceypy. | |
Functions | |
def | orbito.module_orbito.scname_connecttool2spice |
Rename into SPICE names: More... | |
def | orbito.module_orbito.init_orbito |
Load general spice files (naifXXXX.tls,pckXXXXX.tpc). More... | |
def | orbito.module_orbito.load_orbito |
Load in memory specific spice files need for the spacecraft. More... | |
def | orbito.module_orbito.close_orbito |
Unload spice meta kernels. More... | |
def | orbito.module_orbito.frame_transfo |
Frame transformation for a coordinate object. More... | |
def | orbito.module_orbito.frame_transfo_velocity |
Velocity frame transformation for a coordinate object. More... | |
def | orbito.module_orbito.read_orbito |
For given Time object list, return sc position as a Coordinate list. More... | |
def | orbito.module_orbito.find_perihelion |
Return list of all perihelion of a scraft between 2 dates. More... | |
Variables | |
tuple | orbito.module_orbito.path_orbito = os.path.join(swddb_path,'Orbito') |
dictionary | orbito.module_orbito.orbito_info |
dictionary | orbito.module_orbito.perihelion = {} |