.gitignore
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci_conda.yml
.github/workflows/code_formatting.yml
.github/workflows/python-publish.yml
.github/workflows/test_frontend.yml
src/SHIELD_DAS.egg-info/PKG-INFO
src/SHIELD_DAS.egg-info/SOURCES.txt
src/SHIELD_DAS.egg-info/dependency_links.txt
src/SHIELD_DAS.egg-info/requires.txt
src/SHIELD_DAS.egg-info/top_level.txt
src/shield_das/__init__.py
src/shield_das/_version.py
src/shield_das/analysis.py
src/shield_das/data_plotter.py
src/shield_das/data_recorder.py
src/shield_das/dataset.py
src/shield_das/dataset_table.py
src/shield_das/helpers.py
src/shield_das/layout_components.py
src/shield_das/pressure_gauge.py
src/shield_das/thermocouple.py
src/shield_das/assets/delete.svg
src/shield_das/assets/download.svg
src/shield_das/assets/shield.svg
src/shield_das/callbacks/__init__.py
src/shield_das/callbacks/dataset_callbacks.py
src/shield_das/callbacks/export_callbacks.py
src/shield_das/callbacks/live_data_callbacks.py
src/shield_das/callbacks/plot_control_callbacks.py
src/shield_das/callbacks/states.py
src/shield_das/callbacks/ui_callbacks.py
src/shield_das/figures/__init__.py
src/shield_das/figures/base_graph.py
src/shield_das/figures/permeability_plot.py
src/shield_das/figures/pressure_plot.py
src/shield_das/figures/temperature_plot.py
test/test_analysis.py
test/test_base_graph.py
test/test_callbacks_init.py
test/test_data_plotter.py
test/test_data_recorder.py
test/test_dataset.py
test/test_dataset_callbacks.py
test/test_dataset_table.py
test/test_export_callbacks.py
test/test_helpers.py
test/test_init.py
test/test_layout_components.py
test/test_live_data_callbacks.py
test/test_permeability_plot.py
test/test_plot_control_callbacks.py
test/test_pressure_gauge.py
test/test_pressure_plot.py
test/test_temperature_plot.py
test/test_thermocouple_conversion_function.py
test/test_ui_callbacks.py
test/integration/__init__.py
test/integration/test_base_graph_integration.py
test/integration/test_dataset_callbacks_integration.py
test/integration/test_export_callbacks_integration.py
test/integration/test_live_data_callbacks_integration.py
test/integration/test_permeability_plot_integration.py
test/integration/test_plot_control_callbacks_integration.py
test/integration/test_pressure_plot_integration.py
test/integration/test_temperature_plot_integration.py
test/integration/test_ui_callbacks_integration.py