.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.release-please-manifest.json
CHANGELOG.md
LICENSE
README.md
mypy.ini
pyproject.toml
release-please-config.json
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/python-lint.yml
.github/workflows/python-test.yml
.github/workflows/release-pr.yaml
coast_sim.egg-info/PKG-INFO
coast_sim.egg-info/SOURCES.txt
coast_sim.egg-info/dependency_links.txt
coast_sim.egg-info/requires.txt
coast_sim.egg-info/top_level.txt
conops/__init__.py
conops/_version.py
conops/common/__init__.py
conops/common/common.py
conops/common/enums.py
conops/common/vector.py
conops/config/__init__.py
conops/config/acs.py
conops/config/battery.py
conops/config/communications.py
conops/config/config.py
conops/config/constants.py
conops/config/constraint.py
conops/config/data_generator.py
conops/config/fault_management.py
conops/config/groundstation.py
conops/config/instrument.py
conops/config/observation_categories.py
conops/config/power.py
conops/config/recorder.py
conops/config/solar_panel.py
conops/config/spacecraft_bus.py
conops/config/thermal.py
conops/config/visualization.py
conops/ditl/__init__.py
conops/ditl/ditl.py
conops/ditl/ditl_event.py
conops/ditl/ditl_log.py
conops/ditl/ditl_log_store.py
conops/ditl/ditl_mixin.py
conops/ditl/ditl_stats.py
conops/ditl/queue_ditl.py
conops/schedulers/__init__.py
conops/schedulers/queue_scheduler.py
conops/schedulers/scheduler.py
conops/simulation/__init__.py
conops/simulation/acs.py
conops/simulation/acs_command.py
conops/simulation/emergency_charging.py
conops/simulation/passes.py
conops/simulation/roll.py
conops/simulation/saa.py
conops/simulation/slew.py
conops/targets/__init__.py
conops/targets/plan.py
conops/targets/plan_entry.py
conops/targets/pointing.py
conops/targets/target_queue.py
conops/visualization/__init__.py
conops/visualization/acs_mode_analysis.py
conops/visualization/data_management.py
conops/visualization/ditl_telemetry.py
conops/visualization/ditl_timeline.py
conops/visualization/sky_pointing.py
docs/Makefile
docs/README.md
docs/communications.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/data_management.rst
docs/examples.rst
docs/fault_management.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/sky_pointing_visualization.rst
docs/target_of_opportunity.rst
docs/visualization.rst
docs/_static/coast-sim-logo.png
docs/api/conops.battery.rst
docs/api/conops.common.enums.rst
docs/api/conops.common.rst
docs/api/conops.config.acs.rst
docs/api/conops.config.communications.rst
docs/api/conops.config.data_generator.rst
docs/api/conops.config.fault_management.rst
docs/api/conops.config.observation_categories.rst
docs/api/conops.config.power.rst
docs/api/conops.config.rst
docs/api/conops.config.spacecraft_bus.rst
docs/api/conops.config.thermal.rst
docs/api/conops.constants.rst
docs/api/conops.constraint.rst
docs/api/conops.ditl.ditl.rst
docs/api/conops.ditl.ditl_event.rst
docs/api/conops.ditl.ditl_log.rst
docs/api/conops.ditl.ditl_log_store.rst
docs/api/conops.ditl.ditl_mixin.rst
docs/api/conops.ditl.ditl_stats.rst
docs/api/conops.ditl.queue_ditl.rst
docs/api/conops.ditl.rst
docs/api/conops.emergency_charging.rst
docs/api/conops.ephemeris.rst
docs/api/conops.groundstation.rst
docs/api/conops.instrument.rst
docs/api/conops.passes.rst
docs/api/conops.recorder.rst
docs/api/conops.saa.rst
docs/api/conops.schedulers.queue_scheduler.rst
docs/api/conops.schedulers.rst
docs/api/conops.schedulers.scheduler.rst
docs/api/conops.simulation.acs.rst
docs/api/conops.simulation.acs_command.rst
docs/api/conops.simulation.roll.rst
docs/api/conops.simulation.rst
docs/api/conops.slew.rst
docs/api/conops.solar_panel.rst
docs/api/conops.targets.plan.rst
docs/api/conops.targets.plan_entry.rst
docs/api/conops.targets.pointing.rst
docs/api/conops.targets.rst
docs/api/conops.targets.target_queue.rst
docs/api/conops.vector.rst
docs/api/conops.visualization.rst
docs/api/modules.rst
examples/Example_DITL_from_JSON.ipynb
examples/Example_Spacecraft_DITL.ipynb
examples/Quick_DITL_Example.ipynb
examples/example.tle
examples/example_config.json
tests/conftest.py
tests/acs/conftest.py
tests/acs/test_acs.py
tests/acs/test_acs_comprehensive.py
tests/acs/test_acs_coverage.py
tests/acs/test_acs_safe_mode.py
tests/acs/test_attitude_control_system.py
tests/acs/test_slew_with_acs.py
tests/battery/conftest.py
tests/battery/test_battery.py
tests/battery/test_battery_recharge.py
tests/common/conftest.py
tests/common/test_common.py
tests/config/conftest.py
tests/config/test_communications.py
tests/config/test_config.py
tests/config/test_observation_categories.py
tests/constraint/conftest.py
tests/constraint/test_constraint.py
tests/ditl/conftest.py
tests/ditl/test_data_management_integration.py
tests/ditl/test_ditl.py
tests/ditl/test_ditl_data_rate.py
tests/ditl/test_ditl_log.py
tests/ditl/test_ditl_log_more.py
tests/ditl/test_ditl_log_store.py
tests/ditl/test_ditl_log_store_more.py
tests/ditl/test_ditl_mixin.py
tests/ditl/test_ditl_mixin_coverage.py
tests/ditl/test_ditl_mixin_statistics.py
tests/fault_management/conftest.py
tests/fault_management/test_fault_management.py
tests/fault_management/test_red_limit_constraints.py
tests/groundstation/conftest.py
tests/groundstation/test_groundstation.py
tests/instrument/conftest.py
tests/instrument/test_data_generation.py
tests/instrument/test_instrument.py
tests/passes/conftest.py
tests/passes/test_antenna_offset.py
tests/passes/test_passes.py
tests/passes/test_passes_communications.py
tests/plan/conftest.py
tests/plan/test_plan.py
tests/plan_entry/conftest.py
tests/plan_entry/test_plan_entry.py
tests/pointing/conftest.py
tests/pointing/test_pointing.py
tests/power/__init__.py
tests/power/conftest.py
tests/power/test_power.py
tests/queue/conftest.py
tests/queue/test_queue_ditl.py
tests/queue/test_queue_scheduler.py
tests/recorder/test_recorder.py
tests/roll/conftest.py
tests/roll/test_roll.py
tests/saa/conftest.py
tests/saa/test_saa.py
tests/scheduler/conftest.py
tests/scheduler/test_scheduler.py
tests/slew/conftest.py
tests/slew/test_slew.py
tests/solar_panel/conftest.py
tests/solar_panel/test_solar_panel_comprehensive.py
tests/solar_panel/test_solar_panel_model.py
tests/spacecraft_bus/conftest.py
tests/spacecraft_bus/test_spacecraft_bus.py
tests/target_queue/conftest.py
tests/target_queue/test_target_queue.py
tests/thermal/conftest.py
tests/thermal/test_thermal.py
tests/vector/conftest.py
tests/vector/test_vector.py
tests/visualization/conftest.py
tests/visualization/test_acs_mode_analysis.py
tests/visualization/test_data_management.py
tests/visualization/test_ditl_telemetry.py
tests/visualization/test_ditl_timeline.py
tests/visualization/test_sky_pointing.py
tests/visualization/test_sky_pointing_movie.py