LICENSE
NOTICE
README.md
pyproject.toml
demos/README.md
demos/__init__.py
demos/analysis_dashboards/__init__.py
demos/analysis_dashboards/demo_build_dashboard.py
demos/analysis_dashboards/demo_divergence_plot.py
demos/analysis_dashboards/demo_orbital_stats_dashboard.py
demos/benchmarks/README.md
demos/benchmarks/__init__.py
demos/benchmarks/benchmark_report.py
demos/benchmarks/demo_artemis_benchmark.py
demos/benchmarks/demo_basilisk_6dof.py
demos/benchmarks/demo_gmat_benchmark.py
demos/benchmarks/demo_long_term_propagation_benchmark.py
demos/benchmarks/demo_nbody_propagation_benchmark.py
demos/benchmarks/demo_orekit_benchmark.py
demos/benchmarks/demo_station_keeping_burn.py
demos/benchmarks/orekit/OrekitJ2.java
demos/benchmarks/orekit/OrekitNBody.java
demos/benchmarks/orekit/OrekitTwoBody.java
demos/benchmarks/orekit/pom.xml
demos/coordinates/__init__.py
demos/coordinates/demo_coordinate_frames.py
demos/coordinates/demo_gcrf_to_latlon.py
demos/coordinates/demo_gcrs_to_itrs_astropy.py
demos/coordinates/demo_itrf_to_gcrf.py
demos/coordinates/demo_ntw_and_gcrf.py
demos/coordinates/demo_rotate_vector.py
demos/coordinates/demo_surface.py
demos/coordinates/demo_surface_rv.py
demos/data_io/__init__.py
demos/data_io/demo_sampling.py
demos/data_io/demo_sphere_generation.py
demos/data_io/demo_tests_dict_to_from_hdf5.py
demos/eclipse/__init__.py
demos/eclipse/demo_eclipse_views.py
demos/getting_started/__init__.py
demos/getting_started/demo_data_package_access.py
demos/getting_started/demo_first_user_workflow.py
demos/getting_started/demo_get_times.py
demos/getting_started/demo_parsing_3le.py
demos/getting_started/demo_plotting_quickstart.py
demos/orbit_visualization/__init__.py
demos/orbit_visualization/demo_globe_orbit_daynight.py
demos/orbit_visualization/demo_globe_plot.py
demos/orbit_visualization/demo_groundtrack_enhanced.py
demos/orbit_visualization/demo_groundtrack_plot.py
demos/orbit_visualization/demo_moon_plot.py
demos/orbit_visualization/demo_orbit_plot.py
demos/orbital_mechanics/__init__.py
demos/orbital_mechanics/demo_all_orbit_quantities.py
demos/orbital_mechanics/demo_compare_models.py
demos/orbital_mechanics/demo_ellipse_ae_for_arrival_rv.py
demos/orbital_mechanics/demo_ellipse_fit.py
demos/orbital_mechanics/demo_ellipse_fit_against_ssapy.py
demos/orbital_mechanics/demo_ellipse_from_rv.py
demos/orbital_mechanics/demo_ellipses.py
demos/orbital_mechanics/demo_ellipses_rebound.py
demos/orbital_mechanics/demo_equally_spaced_ta.py
demos/orbital_mechanics/demo_gamma_and_heading.py
demos/orbital_mechanics/demo_groundtrack_accuracy.py
demos/orbital_mechanics/demo_kepler_vs_harmonics.py
demos/orbital_mechanics/demo_leapfrog.py
demos/orbital_mechanics/demo_orbital_maneuvers.py
demos/orbital_mechanics/demo_ssapy_orbits.py
demos/orbital_mechanics/demo_station_keeping.py
demos/orbital_mechanics/demo_structured_transfer_api.py
demos/photometry/__init__.py
demos/photometry/demo_lambertian_brightness.py
demos/photometry/demo_photometry_application.py
demos/photometry/demo_ssapy_ground_lambertian_reflectance.py
demos/sensor_coverage/__init__.py
demos/sensor_coverage/demo_coverage_analysis.py
demos/sensor_coverage/demo_satellite_viewer.py
demos/sensor_coverage/demo_sensor_fov_plot.py
demos/six_dof/__init__.py
demos/six_dof/_common.py
demos/six_dof/demo_6dof_attitude_control.py
demos/six_dof/demo_6dof_finite_burn.py
demos/six_dof/demo_6dof_gravity_gradient.py
demos/six_dof/demo_6dof_srp_facets.py
demos/space_environment/__init__.py
demos/space_environment/demo_earth_sun_plot.py
demos/space_environment/demo_magfield_plot.py
demos/space_environment/demo_solar_view_plot.py
demos/space_environment/demo_sun_view.py
demos/space_environment/demo_van_allen.py
demos/video_animation/__init__.py
demos/video_animation/demo_fancy_video.py
demos/video_animation/demo_gifify.py
ssapy_toolkit/__init__.py
ssapy_toolkit/_namespace.py
ssapy_toolkit/_paths.py
ssapy_toolkit/_sorting.py
ssapy_toolkit/asteroids.py
ssapy_toolkit/benchmark.py
ssapy_toolkit/constants.py
ssapy_toolkit/data.py
ssapy_toolkit/demo_gallery.py
ssapy_toolkit/environment.py
ssapy_toolkit/environment_eop.py
ssapy_toolkit/environment_space_weather.py
ssapy_toolkit/geomagnetics.py
ssapy_toolkit/hpc.py
ssapy_toolkit/orbit_initializer.py
ssapy_toolkit/run_all_demos.py
ssapy_toolkit/satellites.py
ssapy_toolkit/utils.py
ssapy_toolkit/vectors.py
ssapy_toolkit.egg-info/PKG-INFO
ssapy_toolkit.egg-info/SOURCES.txt
ssapy_toolkit.egg-info/dependency_links.txt
ssapy_toolkit.egg-info/entry_points.txt
ssapy_toolkit.egg-info/requires.txt
ssapy_toolkit.egg-info/top_level.txt
ssapy_toolkit/accelerations_6dof/__init__.py
ssapy_toolkit/accelerations_6dof/spacecraft.py
ssapy_toolkit/accelerations_6dof/ssapy_models.py
ssapy_toolkit/accelerations_6dof/thrust.py
ssapy_toolkit/accelerations_orbit/__init__.py
ssapy_toolkit/accelerations_orbit/_state.py
ssapy_toolkit/accelerations_orbit/accel_add.py
ssapy_toolkit/accelerations_orbit/accel_circularize.py
ssapy_toolkit/accelerations_orbit/accel_earth_harmonics.py
ssapy_toolkit/accelerations_orbit/accel_equatorial.py
ssapy_toolkit/accelerations_orbit/accel_inclination.py
ssapy_toolkit/accelerations_orbit/accel_moon.py
ssapy_toolkit/accelerations_orbit/accel_plane.py
ssapy_toolkit/accelerations_orbit/accel_point_earth.py
ssapy_toolkit/accelerations_orbit/accel_radial.py
ssapy_toolkit/accelerations_orbit/accel_sun.py
ssapy_toolkit/accelerations_orbit/accel_uniform_earth.py
ssapy_toolkit/accelerations_orbit/accel_velocity.py
ssapy_toolkit/compute/__init__.py
ssapy_toolkit/compute/calculate_errors.py
ssapy_toolkit/compute/fft.py
ssapy_toolkit/compute/find_bounding_cube.py
ssapy_toolkit/compute/generate_sphere_of_vectors.py
ssapy_toolkit/compute/lambertian_magnitude.py
ssapy_toolkit/compute/lyapunov_exponent.py
ssapy_toolkit/compute/mengos.py
ssapy_toolkit/compute/proper_motions.py
ssapy_toolkit/compute/sampling.py
ssapy_toolkit/compute/segment_intersection.py
ssapy_toolkit/coordinates/__init__.py
ssapy_toolkit/coordinates/angle_units.py
ssapy_toolkit/coordinates/attitude.py
ssapy_toolkit/coordinates/cartesian.py
ssapy_toolkit/coordinates/earth_fixed.py
ssapy_toolkit/coordinates/equatorial_ecliptic.py
ssapy_toolkit/coordinates/frames.py
ssapy_toolkit/coordinates/geodetic.py
ssapy_toolkit/coordinates/inertial.py
ssapy_toolkit/coordinates/local_equatorial.py
ssapy_toolkit/coordinates/lunar.py
ssapy_toolkit/coordinates/rotating_frames.py
ssapy_toolkit/coordinates/satellite_frames.py
ssapy_toolkit/coordinates/sky.py
ssapy_toolkit/coordinates/velocity.py
ssapy_toolkit/engines/__init__.py
ssapy_toolkit/engines/catalog.py
ssapy_toolkit/engines/fuel_usage.py
ssapy_toolkit/engines/rescale_burn.py
ssapy_toolkit/io/__init__.py
ssapy_toolkit/io/ccsds_cdm.py
ssapy_toolkit/io/ccsds_omm.py
ssapy_toolkit/io/converter_json_hdf5.py
ssapy_toolkit/io/csv_utils.py
ssapy_toolkit/io/datapath.py
ssapy_toolkit/io/demo_data.py
ssapy_toolkit/io/dict_to_from_hdf5.py
ssapy_toolkit/io/get_memory.py
ssapy_toolkit/io/guess_delimiter.py
ssapy_toolkit/io/h5cache.py
ssapy_toolkit/io/hdf5_to_csv.py
ssapy_toolkit/io/hdf5_utils.py
ssapy_toolkit/io/html_to_gif.py
ssapy_toolkit/io/io_utils.py
ssapy_toolkit/io/json_utils.py
ssapy_toolkit/io/listfiles.py
ssapy_toolkit/io/pickle_utils.py
ssapy_toolkit/io/pprint_utils.py
ssapy_toolkit/io/read_3le.py
ssapy_toolkit/io/read_3le_by_bit.py
ssapy_toolkit/io/reference_case.py
ssapy_toolkit/io/ssatk_cache.py
ssapy_toolkit/io/ssatk_data.py
ssapy_toolkit/io/ssatk_logging.py
ssapy_toolkit/io/ssatk_save.py
ssapy_toolkit/io/tle_iter_pairs.py
ssapy_toolkit/io/tle_prop_to_time.py
ssapy_toolkit/io/tle_updater.py
ssapy_toolkit/io/workspace_io.py
ssapy_toolkit/io/xml_utils.py
ssapy_toolkit/launch/__init__.py
ssapy_toolkit/launch/gravity_turn.py
ssapy_toolkit/launch/sites.py
ssapy_toolkit/launch/vehicles.py
ssapy_toolkit/navigation/__init__.py
ssapy_toolkit/navigation/batch.py
ssapy_toolkit/navigation/ekf.py
ssapy_toolkit/navigation/measurements.py
ssapy_toolkit/navigation/sensors.py
ssapy_toolkit/operations/__init__.py
ssapy_toolkit/operations/timeline.py
ssapy_toolkit/orbital_mechanics/__init__.py
ssapy_toolkit/orbital_mechanics/_transfer_result.py
ssapy_toolkit/orbital_mechanics/_two_body.py
ssapy_toolkit/orbital_mechanics/all_orbit_quantities.py
ssapy_toolkit/orbital_mechanics/burn_to_deltav.py
ssapy_toolkit/orbital_mechanics/calculate_finite_burn_acceleration.py
ssapy_toolkit/orbital_mechanics/deltav_to_burn.py
ssapy_toolkit/orbital_mechanics/ellipse_fit.py
ssapy_toolkit/orbital_mechanics/ellipse_from_rv.py
ssapy_toolkit/orbital_mechanics/ellipse_inject.py
ssapy_toolkit/orbital_mechanics/equally_spaced_ta.py
ssapy_toolkit/orbital_mechanics/gamma_and_heading.py
ssapy_toolkit/orbital_mechanics/keplerian.py
ssapy_toolkit/orbital_mechanics/lagrange_points.py
ssapy_toolkit/orbital_mechanics/misc.py
ssapy_toolkit/orbital_mechanics/orbital_accel_model_comparisons.py
ssapy_toolkit/orbital_mechanics/orbital_comparison_stats.py
ssapy_toolkit/orbital_mechanics/rv_to_ellipse.py
ssapy_toolkit/orbital_mechanics/synthetic_orbit_population.py
ssapy_toolkit/orbital_mechanics/transfer_bielliptic.py
ssapy_toolkit/orbital_mechanics/transfer_coplanar_continuous.py
ssapy_toolkit/orbital_mechanics/transfer_hohmann.py
ssapy_toolkit/orbital_mechanics/transfer_inclination_continuous.py
ssapy_toolkit/orbital_mechanics/transfer_optimal_function.py
ssapy_toolkit/orbital_mechanics/transfer_ssapy_function.py
ssapy_toolkit/orbital_mechanics/transfer_velocity_and_inclination_continuous.py
ssapy_toolkit/orbital_mechanics/transfer_velocity_continuous.py
ssapy_toolkit/plots/__init__.py
ssapy_toolkit/plots/_cislunar_plot_core.py
ssapy_toolkit/plots/_frames.py
ssapy_toolkit/plots/_groundtrack_helpers.py
ssapy_toolkit/plots/_legend_handlers.py
ssapy_toolkit/plots/_orbit_plot_core.py
ssapy_toolkit/plots/accel_thrust.py
ssapy_toolkit/plots/base_plot.py
ssapy_toolkit/plots/break_plot_lines.py
ssapy_toolkit/plots/build_dashboard.py
ssapy_toolkit/plots/build_satellite_viewer.py
ssapy_toolkit/plots/coverage_analysis.py
ssapy_toolkit/plots/divergence_gif.py
ssapy_toolkit/plots/divergence_plot.py
ssapy_toolkit/plots/earth_sun_plot.py
ssapy_toolkit/plots/eclipse_appearance_strip.py
ssapy_toolkit/plots/eclipse_brightness_plot.py
ssapy_toolkit/plots/eclipse_space_view_plotly.py
ssapy_toolkit/plots/figpath.py
ssapy_toolkit/plots/gifify.py
ssapy_toolkit/plots/globe_orbit_daynight_plotly.py
ssapy_toolkit/plots/globe_plot.py
ssapy_toolkit/plots/groundtrack_dashboard.py
ssapy_toolkit/plots/groundtrack_dashboard_gamma_heading.py
ssapy_toolkit/plots/groundtrack_enhanced.py
ssapy_toolkit/plots/groundtrack_plot.py
ssapy_toolkit/plots/groundtrack_video.py
ssapy_toolkit/plots/layers.py
ssapy_toolkit/plots/magfield_plot_3d.py
ssapy_toolkit/plots/magnetosphere_core.py
ssapy_toolkit/plots/misc_plotting.py
ssapy_toolkit/plots/moon_plot_3d.py
ssapy_toolkit/plots/moon_render.py
ssapy_toolkit/plots/orbit_animation.py
ssapy_toolkit/plots/orbit_plot.py
ssapy_toolkit/plots/orbit_plot_rv.py
ssapy_toolkit/plots/orbit_state.py
ssapy_toolkit/plots/plotutils.py
ssapy_toolkit/plots/rendezvous_plot.py
ssapy_toolkit/plots/satellite.min.js
ssapy_toolkit/plots/satellite.py
ssapy_toolkit/plots/satellite_viewer_scene.js
ssapy_toolkit/plots/satellite_viewer_smoketest.js
ssapy_toolkit/plots/scene_primitives.py
ssapy_toolkit/plots/sensor_fov_plot.py
ssapy_toolkit/plots/set_axes_equal.py
ssapy_toolkit/plots/solar_bodies.py
ssapy_toolkit/plots/solar_view_plot.py
ssapy_toolkit/plots/starfield.py
ssapy_toolkit/plots/sun_mpl.py
ssapy_toolkit/plots/sun_render.py
ssapy_toolkit/plots/sun_view.py
ssapy_toolkit/plots/three.min.js
ssapy_toolkit/plots/tracking_plot.py
ssapy_toolkit/plots/transfer_burn_profile_plot.py
ssapy_toolkit/plots/transfer_designer_curves_plot.py
ssapy_toolkit/plots/transfer_plot.py
ssapy_toolkit/plots/transfer_trajectory_plot.py
ssapy_toolkit/plots/van_allen_plot_3d.py
ssapy_toolkit/plots/write_gifs.py
ssapy_toolkit/plots/write_videos.py
ssapy_toolkit/propagators_6dof/__init__.py
ssapy_toolkit/propagators_6dof/extended.py
ssapy_toolkit/propagators_6dof/high_accuracy.py
ssapy_toolkit/propagators_6dof/sixdof.py
ssapy_toolkit/propagators_6dof/targeting.py
ssapy_toolkit/propagators_6dof/variational.py
ssapy_toolkit/propagators_orbit/__init__.py
ssapy_toolkit/propagators_orbit/high_accuracy.py
ssapy_toolkit/propagators_orbit/int_utils.py
ssapy_toolkit/propagators_orbit/leap_frog.py
ssapy_toolkit/propagators_orbit/rk4.py
ssapy_toolkit/ssa/__init__.py
ssapy_toolkit/ssa/conjunction.py
ssapy_toolkit/ssapy_wrappers/__init__.py
ssapy_toolkit/ssapy_wrappers/accel_ladder.py
ssapy_toolkit/ssapy_wrappers/quick_int.py
ssapy_toolkit/ssapy_wrappers/sat_kwargs.py
ssapy_toolkit/ssapy_wrappers/ssapy_orbits.py
ssapy_toolkit/ssapy_wrappers/ssapy_props.py
ssapy_toolkit/time_functions/__init__.py
ssapy_toolkit/time_functions/_gps.py
ssapy_toolkit/time_functions/absolute_times_to_relative.py
ssapy_toolkit/time_functions/convert_dd_and_dms.py
ssapy_toolkit/time_functions/convert_dd_and_hms.py
ssapy_toolkit/time_functions/convert_gps_to_TT.py
ssapy_toolkit/time_functions/convert_to_gps.py
ssapy_toolkit/time_functions/get_times.py
ssapy_toolkit/time_functions/gmst.py
ssapy_toolkit/time_functions/julian_date.py
ssapy_toolkit/time_functions/now_time.py
ssapy_toolkit/time_functions/relative_times_to_absolute.py
ssapy_toolkit/yastropy/__init__.py
ssapy_toolkit/yastropy/astropy_gcrf_to_llh.py
ssapy_toolkit/yastropy/astropy_llh_to_gcrf.py
ssapy_toolkit/yastropy/astropy_surface_rv.py
ssapy_toolkit/yastropy/astropy_test.py
tests/test_6dof_extended.py
tests/test_6dof_variational.py
tests/test_acceleration_helpers.py
tests/test_artemis_benchmark.py
tests/test_basilisk_6dof_benchmark.py
tests/test_benchmark_harness.py
tests/test_ccsds_cdm.py
tests/test_ccsds_omm.py
tests/test_compute_helpers.py
tests/test_conic_sampling_helpers.py
tests/test_constants.py
tests/test_coordinate_lagrange_helpers.py
tests/test_coordinate_namespace.py
tests/test_coverage_analysis.py
tests/test_data_access.py
tests/test_demo_data.py
tests/test_demo_gallery_helpers.py
tests/test_demos_easy.py
tests/test_demos_heavy.py
tests/test_ekf.py
tests/test_ellipse_fit_helpers.py
tests/test_ellipse_inject.py
tests/test_engine_helpers.py
tests/test_environment.py
tests/test_environment_eop.py
tests/test_environment_space_weather.py
tests/test_external_validation_report.py
tests/test_geomagnetics_imports.py
tests/test_ground_station_sensor.py
tests/test_groundtrack_dashboard_helpers.py
tests/test_io_file_helpers.py
tests/test_io_format_helpers.py
tests/test_io_plot_hpc_small_helpers.py
tests/test_j2_reference.py
tests/test_keplerian_helpers.py
tests/test_lambertian_workflows.py
tests/test_magfield_physics.py
tests/test_media_writers.py
tests/test_misc_plotting_helpers.py
tests/test_mission_timeline.py
tests/test_namespace_exports.py
tests/test_navigation_batch.py
tests/test_navigation_measurements.py
tests/test_navigation_sensors.py
tests/test_numeric_mechanics_helpers.py
tests/test_optional_land_mask.py
tests/test_orbit_quantities_helpers.py
tests/test_orbital_accel_model_comparisons.py
tests/test_orbital_comparison_stats_helpers.py
tests/test_orbital_maneuver_modes.py
tests/test_orbital_maneuver_reference_cases.py
tests/test_orekit_j2_external.py
tests/test_plot_animation_and_transfer_helpers.py
tests/test_plot_cores.py
tests/test_plot_low_coverage_helpers.py
tests/test_plotutils_helpers.py
tests/test_private_helper_audit.py
tests/test_propagators.py
tests/test_propagators_6dof.py
tests/test_propagators_6dof_truth.py
tests/test_propulsion_catalog.py
tests/test_public_api_audit.py
tests/test_public_factory_coverage.py
tests/test_real_ssapy_force_parity.py
tests/test_real_ssapy_parity.py
tests/test_reference_case.py
tests/test_run_all_demos_cli.py
tests/test_sampling_asteroids_helpers.py
tests/test_satellite_frames.py
tests/test_shared_helpers.py
tests/test_small_remaining_helpers.py
tests/test_ssa_conjunction.py
tests/test_ssapy_aliases.py
tests/test_ssapy_wrapper_and_quickint_helpers.py
tests/test_ssatk_save_read.py
tests/test_station_keeping_burn_benchmark.py
tests/test_targeting.py
tests/test_time_and_yastropy_helpers.py
tests/test_time_functions.py
tests/test_tle_fixed_width_helpers.py
tests/test_transfer_bielliptic.py
tests/test_transfer_optimal_helpers.py
tests/test_transfer_shooter_and_continuous_helpers.py
tests/test_transfer_ssapy_helpers.py
tests/test_transfer_standard_helpers.py
tests/test_utils_helpers.py
tests/test_vector_helpers.py