LICENSE
README.md
pyproject.toml
./ADCS/__init__.py
./ADCS/simulate.py
./ADCS/simulate_remote.py
./ADCS/CONOPS/__init__.py
./ADCS/CONOPS/goallist/__init__.py
./ADCS/CONOPS/goallist/goallist.py
./ADCS/CONOPS/goals/__init__.py
./ADCS/CONOPS/goals/attitude_goal.py
./ADCS/CONOPS/goals/goal.py
./ADCS/CONOPS/goals/no_goal.py
./ADCS/CONOPS/goals/vector_goal.py
./ADCS/CONOPS/goals/attitude_goals/__init__.py
./ADCS/CONOPS/goals/attitude_goals/fixed_attitude_goal.py
./ADCS/CONOPS/goals/vector_goals/__init__.py
./ADCS/CONOPS/goals/vector_goals/antibfield_goal.py
./ADCS/CONOPS/goals/vector_goals/antisun_goal.py
./ADCS/CONOPS/goals/vector_goals/antivelocity_goal.py
./ADCS/CONOPS/goals/vector_goals/bfield_goal.py
./ADCS/CONOPS/goals/vector_goals/coordinate_goal.py
./ADCS/CONOPS/goals/vector_goals/eci_goal.py
./ADCS/CONOPS/goals/vector_goals/lvlh_tangential_goal.py
./ADCS/CONOPS/goals/vector_goals/nadir_goal.py
./ADCS/CONOPS/goals/vector_goals/perpbfield_goal.py
./ADCS/CONOPS/goals/vector_goals/sun_goal.py
./ADCS/CONOPS/goals/vector_goals/velocity_goal.py
./ADCS/CONOPS/goals/vector_goals/zentih_goal.py
./ADCS/controller/__init__.py
./ADCS/controller/bdot.py
./ADCS/controller/controller.py
./ADCS/controller/mtq_lovera.py
./ADCS/controller/mtq_w_rw.py
./ADCS/controller/mtq_w_rw_LP.py
./ADCS/controller/mtq_w_rw_QP.py
./ADCS/controller/mtq_w_rw_QPC.py
./ADCS/controller/mtq_w_rw_QPG.py
./ADCS/controller/mtq_w_rw_QPW.py
./ADCS/controller/mtq_wisniewski.py
./ADCS/controller/plan_and_track_base.py
./ADCS/controller/plan_and_track_exact.py
./ADCS/controller/plan_and_track_lqr.py
./ADCS/controller/plan_and_track_lqr_disturbed.py
./ADCS/controller/helpers/__init__.py
./ADCS/controller/helpers/optional_dependencies.py
./ADCS/controller/helpers/quaternion_math.py
./ADCS/controller/helpers/trajectory.py
./ADCS/controller/neo_planner/__init__.py
./ADCS/controller/plan_and_track/__init__.py
./ADCS/controller/plan_and_track/build_csat.py
./ADCS/controller/plan_and_track/debug_planner.py
./ADCS/controller/plan_and_track/planner_settings.py
./ADCS/controller/plan_and_track/planner_subsettings.py
./ADCS/controller/saltro/SALTRO_constraint_settings.py
./ADCS/controller/saltro/SALTRO_pass_settings.py
./ADCS/controller/saltro/SALTRO_planner_settings.py
./ADCS/controller/saltro/__init__.py
./ADCS/controller/saltro/saltro_controller.py
./ADCS/environment/__init__.py
./ADCS/environment/star_catalog.py
./ADCS/estimators/__init__.py
./ADCS/estimators/attitude_estimators/__init__.py
./ADCS/estimators/attitude_estimators/attitude_SRUAKF.py
./ADCS/estimators/attitude_estimators/attitude_UAKF.py
./ADCS/estimators/attitude_estimators/attitude_estimator.py
./ADCS/estimators/estimator_helpers/__init__.py
./ADCS/estimators/estimator_helpers/estimator_helpers.py
./ADCS/estimators/orbit_estimators/__init__.py
./ADCS/estimators/orbit_estimators/orbit_EKF.py
./ADCS/estimators/orbit_estimators/orbit_GPS.py
./ADCS/estimators/orbit_estimators/orbit_estimator.py
./ADCS/flight_software/__init__.py
./ADCS/flight_software/single_core/__init__.py
./ADCS/flight_software/single_core/ttc_single_core.py
./ADCS/flight_software/tasks/__init__.py
./ADCS/flight_software/tasks/task.py
./ADCS/helpers/__init__.py
./ADCS/helpers/math_constants.py
./ADCS/helpers/math_helpers.py
./ADCS/helpers/simresults.py
./ADCS/helpers/plot/__init__.py
./ADCS/helpers/plot/close_all.py
./ADCS/helpers/plot/plot.py
./ADCS/helpers/plot/subplot.py
./ADCS/helpers/plot/control/__init__.py
./ADCS/helpers/plot/control/attitudeplot.py
./ADCS/helpers/plot/control/controlplot.py
./ADCS/helpers/plot/control/targetplot.py
./ADCS/helpers/plot/orbit/__init__.py
./ADCS/helpers/plot/orbit/animationplot.py
./ADCS/helpers/plot/orbit/illuminationplot.py
./ADCS/helpers/plot/orbit/orbitdensityplot.py
./ADCS/helpers/plot/orbit/orbitmagneticplot.py
./ADCS/helpers/plot/orbit/orbitplot.py
./ADCS/helpers/plot/orbit/orbitpositionplot.py
./ADCS/helpers/plot/orbit/orbitvelocityplot.py
./ADCS/helpers/plot/sensors/__init__.py
./ADCS/helpers/plot/sensors/biasplot.py
./ADCS/helpers/plot/sensors/sensorsplot.py
./ADCS/helpers/plot/states/__init__.py
./ADCS/helpers/plot/states/angularvelocityplot.py
./ADCS/helpers/plot/states/quaternionplot.py
./ADCS/helpers/plotting/__init__.py
./ADCS/helpers/plotting/animate_estimator.py
./ADCS/helpers/plotting/animate_orbit.py
./ADCS/helpers/plotting/animate_orbit_pyvista.py
./ADCS/helpers/plotting/close_all_plots.py
./ADCS/helpers/plotting/plot_controller.py
./ADCS/helpers/plotting/plot_estimator.py
./ADCS/helpers/plotting/plot_orbit_estimator.py
./ADCS/helpers/plotting_mc/__init__.py
./ADCS/helpers/plotting_mc/plot_controller_compare_mc.py
./ADCS/helpers/plotting_mc/plot_controller_mc.py
./ADCS/helpers/save_and_load/__init__.py
./ADCS/helpers/save_and_load/save_and_load.py
./ADCS/mc/__init__.py
./ADCS/mc/mcconfig.py
./ADCS/mc/monte_carlo_runner.py
./ADCS/mc/simulate_mc.py
./ADCS/orbits/__init__.py
./ADCS/orbits/density_model.py
./ADCS/orbits/ephemeris.py
./ADCS/orbits/orbit.py
./ADCS/orbits/orbital_state.py
./ADCS/orbits/universal_constants.py
./ADCS/orbits/helpers/orbit_factory.py
./ADCS/remote/__init__.py
./ADCS/remote/controller_rpc.py
./ADCS/satellite_factory/__init__.py
./ADCS/satellite_factory/actuators/__init__.py
./ADCS/satellite_factory/actuators/create_cubesat_MTQ.py
./ADCS/satellite_factory/actuators/create_cubesat_RW.py
./ADCS/satellite_factory/satellites/__init__.py
./ADCS/satellite_factory/satellites/create_cubesats.py
./ADCS/satellite_factory/sensors/__init__.py
./ADCS/satellite_factory/sensors/create_cubesat_GPS.py
./ADCS/satellite_factory/sensors/create_cubesat_MTM.py
./ADCS/satellite_factory/sensors/create_cubesat_gyro.py
./ADCS/satellite_factory/sensors/create_cubesat_sunpair.py
./ADCS/satellite_factory/sensors/create_earth_horizon.py
./ADCS/satellite_factory/sensors/create_star_tracker.py
./ADCS/satellite_hardware/__init__.py
./ADCS/satellite_hardware/actuators/__init__.py
./ADCS/satellite_hardware/actuators/actuator.py
./ADCS/satellite_hardware/actuators/magnetotorquer.py
./ADCS/satellite_hardware/actuators/reaction_wheel.py
./ADCS/satellite_hardware/disturbances/__init__.py
./ADCS/satellite_hardware/disturbances/dipole_disturbance.py
./ADCS/satellite_hardware/disturbances/disturbance.py
./ADCS/satellite_hardware/disturbances/drag_disturbance.py
./ADCS/satellite_hardware/disturbances/general_disturbance.py
./ADCS/satellite_hardware/disturbances/gg_disturbance.py
./ADCS/satellite_hardware/disturbances/prop_disturbance.py
./ADCS/satellite_hardware/disturbances/srp_disturbance.py
./ADCS/satellite_hardware/disturbances/helpers/__init__.py
./ADCS/satellite_hardware/disturbances/helpers/geometry_config.py
./ADCS/satellite_hardware/errors/__init__.py
./ADCS/satellite_hardware/errors/anisotropicnoise.py
./ADCS/satellite_hardware/errors/bias.py
./ADCS/satellite_hardware/errors/noise.py
./ADCS/satellite_hardware/errors/helpers/__init__.py
./ADCS/satellite_hardware/errors/helpers/error_mode.py
./ADCS/satellite_hardware/satellite/__init__.py
./ADCS/satellite_hardware/satellite/estimated_satellite.py
./ADCS/satellite_hardware/satellite/satellite.py
./ADCS/satellite_hardware/sensors/__init__.py
./ADCS/satellite_hardware/sensors/earth_horizon.py
./ADCS/satellite_hardware/sensors/gps.py
./ADCS/satellite_hardware/sensors/gyro.py
./ADCS/satellite_hardware/sensors/magnetometer.py
./ADCS/satellite_hardware/sensors/sensor.py
./ADCS/satellite_hardware/sensors/star_tracker.py
./ADCS/satellite_hardware/sensors/star_tracker_quaternion.py
./ADCS/satellite_hardware/sensors/sunpair.py
./ADCS/satellite_hardware/sensors/sunsensor.py
ADCS/__init__.py
ADCS/simulate.py
ADCS/simulate_remote.py
ADCS/CONOPS/__init__.py
ADCS/CONOPS/goallist/__init__.py
ADCS/CONOPS/goallist/goallist.py
ADCS/CONOPS/goals/__init__.py
ADCS/CONOPS/goals/attitude_goal.py
ADCS/CONOPS/goals/goal.py
ADCS/CONOPS/goals/no_goal.py
ADCS/CONOPS/goals/vector_goal.py
ADCS/CONOPS/goals/attitude_goals/__init__.py
ADCS/CONOPS/goals/attitude_goals/fixed_attitude_goal.py
ADCS/CONOPS/goals/vector_goals/__init__.py
ADCS/CONOPS/goals/vector_goals/antibfield_goal.py
ADCS/CONOPS/goals/vector_goals/antisun_goal.py
ADCS/CONOPS/goals/vector_goals/antivelocity_goal.py
ADCS/CONOPS/goals/vector_goals/bfield_goal.py
ADCS/CONOPS/goals/vector_goals/coordinate_goal.py
ADCS/CONOPS/goals/vector_goals/eci_goal.py
ADCS/CONOPS/goals/vector_goals/lvlh_tangential_goal.py
ADCS/CONOPS/goals/vector_goals/nadir_goal.py
ADCS/CONOPS/goals/vector_goals/perpbfield_goal.py
ADCS/CONOPS/goals/vector_goals/sun_goal.py
ADCS/CONOPS/goals/vector_goals/velocity_goal.py
ADCS/CONOPS/goals/vector_goals/zentih_goal.py
ADCS/controller/__init__.py
ADCS/controller/bdot.py
ADCS/controller/controller.py
ADCS/controller/mtq_lovera.py
ADCS/controller/mtq_w_rw.py
ADCS/controller/mtq_w_rw_LP.py
ADCS/controller/mtq_w_rw_QP.py
ADCS/controller/mtq_w_rw_QPC.py
ADCS/controller/mtq_w_rw_QPG.py
ADCS/controller/mtq_w_rw_QPW.py
ADCS/controller/mtq_wisniewski.py
ADCS/controller/plan_and_track_base.py
ADCS/controller/plan_and_track_exact.py
ADCS/controller/plan_and_track_lqr.py
ADCS/controller/plan_and_track_lqr_disturbed.py
ADCS/controller/helpers/__init__.py
ADCS/controller/helpers/optional_dependencies.py
ADCS/controller/helpers/quaternion_math.py
ADCS/controller/helpers/trajectory.py
ADCS/controller/neo_planner/__init__.py
ADCS/controller/plan_and_track/__init__.py
ADCS/controller/plan_and_track/build_csat.py
ADCS/controller/plan_and_track/debug_planner.py
ADCS/controller/plan_and_track/planner_settings.py
ADCS/controller/plan_and_track/planner_subsettings.py
ADCS/controller/saltro/SALTRO_constraint_settings.py
ADCS/controller/saltro/SALTRO_pass_settings.py
ADCS/controller/saltro/SALTRO_planner_settings.py
ADCS/controller/saltro/__init__.py
ADCS/controller/saltro/saltro_controller.py
ADCS/environment/__init__.py
ADCS/environment/star_catalog.py
ADCS/estimators/__init__.py
ADCS/estimators/attitude_estimators/__init__.py
ADCS/estimators/attitude_estimators/attitude_SRUAKF.py
ADCS/estimators/attitude_estimators/attitude_UAKF.py
ADCS/estimators/attitude_estimators/attitude_estimator.py
ADCS/estimators/estimator_helpers/__init__.py
ADCS/estimators/estimator_helpers/estimator_helpers.py
ADCS/estimators/orbit_estimators/__init__.py
ADCS/estimators/orbit_estimators/orbit_EKF.py
ADCS/estimators/orbit_estimators/orbit_GPS.py
ADCS/estimators/orbit_estimators/orbit_estimator.py
ADCS/flight_software/__init__.py
ADCS/flight_software/single_core/__init__.py
ADCS/flight_software/single_core/ttc_single_core.py
ADCS/flight_software/tasks/__init__.py
ADCS/flight_software/tasks/task.py
ADCS/helpers/__init__.py
ADCS/helpers/math_constants.py
ADCS/helpers/math_helpers.py
ADCS/helpers/simresults.py
ADCS/helpers/plot/__init__.py
ADCS/helpers/plot/close_all.py
ADCS/helpers/plot/plot.py
ADCS/helpers/plot/subplot.py
ADCS/helpers/plot/control/__init__.py
ADCS/helpers/plot/control/attitudeplot.py
ADCS/helpers/plot/control/controlplot.py
ADCS/helpers/plot/control/targetplot.py
ADCS/helpers/plot/orbit/__init__.py
ADCS/helpers/plot/orbit/animationplot.py
ADCS/helpers/plot/orbit/illuminationplot.py
ADCS/helpers/plot/orbit/orbitdensityplot.py
ADCS/helpers/plot/orbit/orbitmagneticplot.py
ADCS/helpers/plot/orbit/orbitplot.py
ADCS/helpers/plot/orbit/orbitpositionplot.py
ADCS/helpers/plot/orbit/orbitvelocityplot.py
ADCS/helpers/plot/sensors/__init__.py
ADCS/helpers/plot/sensors/biasplot.py
ADCS/helpers/plot/sensors/sensorsplot.py
ADCS/helpers/plot/states/__init__.py
ADCS/helpers/plot/states/angularvelocityplot.py
ADCS/helpers/plot/states/quaternionplot.py
ADCS/helpers/plotting/__init__.py
ADCS/helpers/plotting/animate_estimator.py
ADCS/helpers/plotting/animate_orbit.py
ADCS/helpers/plotting/animate_orbit_pyvista.py
ADCS/helpers/plotting/close_all_plots.py
ADCS/helpers/plotting/plot_controller.py
ADCS/helpers/plotting/plot_estimator.py
ADCS/helpers/plotting/plot_orbit_estimator.py
ADCS/helpers/plotting_mc/__init__.py
ADCS/helpers/plotting_mc/plot_controller_compare_mc.py
ADCS/helpers/plotting_mc/plot_controller_mc.py
ADCS/helpers/save_and_load/__init__.py
ADCS/helpers/save_and_load/save_and_load.py
ADCS/mc/__init__.py
ADCS/mc/mcconfig.py
ADCS/mc/monte_carlo_runner.py
ADCS/mc/simulate_mc.py
ADCS/orbits/__init__.py
ADCS/orbits/density_model.py
ADCS/orbits/ephemeris.py
ADCS/orbits/orbit.py
ADCS/orbits/orbital_state.py
ADCS/orbits/universal_constants.py
ADCS/orbits/helpers/orbit_factory.py
ADCS/remote/__init__.py
ADCS/remote/controller_rpc.py
ADCS/satellite_factory/__init__.py
ADCS/satellite_factory/actuators/__init__.py
ADCS/satellite_factory/actuators/create_cubesat_MTQ.py
ADCS/satellite_factory/actuators/create_cubesat_RW.py
ADCS/satellite_factory/satellites/__init__.py
ADCS/satellite_factory/satellites/create_cubesats.py
ADCS/satellite_factory/sensors/__init__.py
ADCS/satellite_factory/sensors/create_cubesat_GPS.py
ADCS/satellite_factory/sensors/create_cubesat_MTM.py
ADCS/satellite_factory/sensors/create_cubesat_gyro.py
ADCS/satellite_factory/sensors/create_cubesat_sunpair.py
ADCS/satellite_factory/sensors/create_earth_horizon.py
ADCS/satellite_factory/sensors/create_star_tracker.py
ADCS/satellite_hardware/__init__.py
ADCS/satellite_hardware/actuators/__init__.py
ADCS/satellite_hardware/actuators/actuator.py
ADCS/satellite_hardware/actuators/magnetotorquer.py
ADCS/satellite_hardware/actuators/reaction_wheel.py
ADCS/satellite_hardware/disturbances/__init__.py
ADCS/satellite_hardware/disturbances/dipole_disturbance.py
ADCS/satellite_hardware/disturbances/disturbance.py
ADCS/satellite_hardware/disturbances/drag_disturbance.py
ADCS/satellite_hardware/disturbances/general_disturbance.py
ADCS/satellite_hardware/disturbances/gg_disturbance.py
ADCS/satellite_hardware/disturbances/prop_disturbance.py
ADCS/satellite_hardware/disturbances/srp_disturbance.py
ADCS/satellite_hardware/disturbances/helpers/__init__.py
ADCS/satellite_hardware/disturbances/helpers/geometry_config.py
ADCS/satellite_hardware/errors/__init__.py
ADCS/satellite_hardware/errors/anisotropicnoise.py
ADCS/satellite_hardware/errors/bias.py
ADCS/satellite_hardware/errors/noise.py
ADCS/satellite_hardware/errors/helpers/__init__.py
ADCS/satellite_hardware/errors/helpers/error_mode.py
ADCS/satellite_hardware/satellite/__init__.py
ADCS/satellite_hardware/satellite/estimated_satellite.py
ADCS/satellite_hardware/satellite/satellite.py
ADCS/satellite_hardware/sensors/__init__.py
ADCS/satellite_hardware/sensors/earth_horizon.py
ADCS/satellite_hardware/sensors/gps.py
ADCS/satellite_hardware/sensors/gyro.py
ADCS/satellite_hardware/sensors/magnetometer.py
ADCS/satellite_hardware/sensors/sensor.py
ADCS/satellite_hardware/sensors/star_tracker.py
ADCS/satellite_hardware/sensors/star_tracker_quaternion.py
ADCS/satellite_hardware/sensors/sunpair.py
ADCS/satellite_hardware/sensors/sunsensor.py
Generalized_ADCS.egg-info/PKG-INFO
Generalized_ADCS.egg-info/SOURCES.txt
Generalized_ADCS.egg-info/dependency_links.txt
Generalized_ADCS.egg-info/requires.txt
Generalized_ADCS.egg-info/top_level.txt