.flake8
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENSE
LISCENCE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/_static/BiPASS_logo.png
docs/_static/bipass_overview.pdf
docs/api/apps.rst
docs/api/config.rst
docs/api/general_framework.rst
docs/api/index.rst
docs/api/power_consumption.rst
docs/api/solar_production.rst
docs/getting_started/concepts.rst
docs/getting_started/index.rst
docs/getting_started/installation.rst
docs/getting_started/quickstart.rst
docs/use_cases/index.rst
docs/user_guide/configuration.rst
docs/user_guide/index.rst
docs/user_guide/cli/index.rst
docs/user_guide/cli/make_config.rst
docs/user_guide/cli/minimum_battery_cap.rst
docs/user_guide/cli/multiple_traj.rst
docs/user_guide/cli/net_power_production.rst
docs/user_guide/cli/optimal_tilt.rst
docs/user_guide/cli/phase_space.rst
docs/user_guide/cli/plot_trajectory.rst
docs/user_guide/cli/power_consumption.rst
docs/user_guide/cli/power_production.rst
docs/user_guide/cli/single_traj.rst
src/PASS/__init__.py
src/PASS/_version.py
src/PASS/apps/L1_L2_probability_statistics.py
src/PASS/apps/__init__.py
src/PASS/apps/cli.py
src/PASS/apps/make_config.py
src/PASS/apps/minimum_battery_capacitance.py
src/PASS/apps/multiple_trajectory.py
src/PASS/apps/net_power_production.py
src/PASS/apps/optimal_tilt.py
src/PASS/apps/phase_space.py
src/PASS/apps/plot_trajectory.py
src/PASS/apps/power_consumption.py
src/PASS/apps/power_production.py
src/PASS/apps/single_trajectory.py
src/PASS/apps/traj_stats.py
src/PASS/config/PASS_config.toml
src/PASS/config/__init__.py
src/PASS/config/config.py
src/PASS/config/load_config.py
src/PASS/data/__init__.py
src/PASS/data/simulated_trajectories.zip
src/PASS/general_framework/__init__.py
src/PASS/general_framework/general_classes.py
src/PASS/general_framework/power_status.py
src/PASS/general_framework/power_system_capacitance.py
src/PASS/power_consumption/__init__.py
src/PASS/power_consumption/observation_period_2.py
src/PASS/power_consumption/power_capacitance.py
src/PASS/power_consumption/power_consumption_classes.py
src/PASS/power_consumption/read_astro.py
src/PASS/power_consumption/sun_moon_cuts.py
src/PASS/solar_production/__init__.py
src/PASS/solar_production/optimal_tilt_angle.py
src/PASS/solar_production/solar_elevation_angle.py
src/PASS/solar_production/solar_production_classes.py
src/PASS/visualization/__init__.py
src/PASS/visualization/old_plotting_funcs.py
src/PASS/visualization/plotting_funcs.py
src/PASS/visualization/spp_plots.py
src/PASS/visualization/style/__init__.py
src/PASS/visualization/style/document.py
src/PASS/visualization/style/document_nw.py
src/PASS/visualization/style/watermark.py
src/PASS/visualization/style/assets/BiPASS_logo.png
src/PASS/visualization/style/styles/document.mplstyle
src/bipass.egg-info/PKG-INFO
src/bipass.egg-info/SOURCES.txt
src/bipass.egg-info/dependency_links.txt
src/bipass.egg-info/entry_points.txt
src/bipass.egg-info/requires.txt
src/bipass.egg-info/top_level.txt
tests/conftest.py
tests/test-config.toml
tests/test_imports.py
tests/apps/__init__.py
tests/apps/test_apps_e2e.py
tests/apps/test_cli.py
tests/apps/test_data/test_config.toml
tests/apps/test_data/test_trajectory.csv
tests/apps/test_data/trajectories/test_trajectory.csv
tests/config/test_config.py
tests/config/test_config_classes.py
tests/config/test_load_config.py
tests/data/__init__.py
tests/data/test_data.py
tests/general_framework/__init__.py
tests/general_framework/test_general_classes.py
tests/general_framework/test_power_status.py
tests/general_framework/test_power_system_capacitance.py
tests/power_consumption/__init__.py
tests/power_consumption/test_power_consumption_classes.py
tests/power_production/test_solar_array.py
tests/solar_production/__init__.py
tests/solar_production/test_solar_elevation_angle.py
tests/solar_production/test_solar_production_classes.py
tests/visualization/__init__.py
tests/visualization/test_style.py