LICENSE
setup.py
lib/afmaths/__init__.py
lib/afmaths/computer_science.py
lib/afmaths/constants.py
lib/afmaths/graph.py
lib/afmaths/list.py
lib/afmaths/operation.py
lib/afmaths/statistics.py
lib/afmaths/tensors.py
lib/afmaths/types.py
lib/afmaths.egg-info/PKG-INFO
lib/afmaths.egg-info/SOURCES.txt
lib/afmaths.egg-info/dependency_links.txt
lib/afmaths.egg-info/requires.txt
lib/afmaths.egg-info/top_level.txt
lib/afmaths/geometry/__init__.py
lib/afmaths/geometry/geometry.py
lib/afmaths/geometry/transformations.py
lib/afmaths/physics/__init__.py
lib/afmaths/physics/ballistics.py
lib/afmaths/physics/electromagnetism.py
lib/afmaths/physics/kinematics.py
lib/afmaths/physics/physics.py
lib/afmaths/physics/waves.py
lib/afmaths/physics/space/__init__.py
lib/afmaths/physics/space/celestial_mechanics.py
lib/afmaths/physics/space/relativity.py
lib/afmaths/physics/space/transformations.py
lib/afmaths/physics/space/type_conversion_helpers.py
lib/afmaths/physics/space/astronomy/__init__.py
lib/afmaths/physics/space/astronomy/coordinate_correction_functions.py
lib/afmaths/physics/space/astronomy/coordinate_functions.py
lib/afmaths/physics/space/astronomy/sun_functions.py
lib/afmaths/physics/space/astronomy/time_functions.py
lib/afmaths/physics/space/engineering/__init__.py
lib/afmaths/physics/space/engineering/rocketry.py
lib/afmaths/physics/space/engineering/thermal_subsystem.py
lib/afmaths/physics/space/engineering/two_line_elements.py
lib/afmaths/physics/space/engineering/astrodynamics/__init__.py
lib/afmaths/physics/space/engineering/astrodynamics/ground_track.py
lib/afmaths/physics/space/engineering/astrodynamics/hohmann_transfer.py
lib/afmaths/physics/space/engineering/astrodynamics/maneuvers.py
lib/afmaths/physics/space/engineering/astrodynamics/orbital_directions.py
lib/afmaths/physics/space/engineering/astrodynamics/phase_orbit.py
lib/afmaths/physics/space/external/__init__.py
lib/afmaths/physics/space/external/horizons_api.py
lib/afmaths/physics/space/external/space_track_api.py
lib/afmaths/physics/space/sgp4/__init__.py
lib/afmaths/physics/space/sgp4/sgp4.py
lib/afmaths/visualisations/__init__.py
lib/afmaths/visualisations/base.py
lib/afmaths/visualisations/collision_detection.py
lib/afmaths/visualisations/control_room.py
lib/afmaths/visualisations/eci_orbit_3d.py
lib/afmaths/visualisations/ground_track.py
lib/afmaths/visualisations/helpers.py
lib/afmaths/visualisations/hohmann_tradeoff.py
lib/afmaths/visualisations/hohmann_transfer_perifocal_2d.py
lib/afmaths/visualisations/itrs_orbit_3d.py
lib/afmaths/visualisations/keplers_ellipse_2d.py
lib/afmaths/visualisations/moon_earth_3d.py
lib/afmaths/visualisations/newton_iteration.py
lib/afmaths/visualisations/phase_orbit_2d.py
lib/afmaths/visualisations/solar_system_3d.py
lib/afmaths/visualisations/two_body_visualiser_2d.py
lib/afmaths/visualisations/velocity_time.py
test/test_astrodynamics.py
test/test_celestial_mechanics.py
test/test_computer_science.py
test/test_coordinate_correction_functions.py
test/test_coordinate_functions.py
test/test_geometry.py
test/test_kinematics.py
test/test_list.py
test/test_operation.py
test/test_rocketry.py
test/test_stats.py
test/test_sun_functions.py
test/test_thermal_subsystem.py
test/test_time_functions.py
test/test_tle.py
test/test_visualisation_helpers.py