openlifu-verification 1.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openlifu_verification-1.1.2/.gitignore +174 -0
- openlifu_verification-1.1.2/LICENSE +660 -0
- openlifu_verification-1.1.2/PKG-INFO +818 -0
- openlifu_verification-1.1.2/README.md +137 -0
- openlifu_verification-1.1.2/combined_logs.xlsx +0 -0
- openlifu_verification-1.1.2/deprecated/tst01_console_selftest.py +132 -0
- openlifu_verification-1.1.2/deprecated/tst02_txmodule_selftest.py +105 -0
- openlifu_verification-1.1.2/deprecated/tst04_console_HV.py +1011 -0
- openlifu_verification-1.1.2/deprecated/tst05_thermal_stress.py +1000 -0
- openlifu_verification-1.1.2/deprecated/tst06_2x_burn_in.py +1062 -0
- openlifu_verification-1.1.2/desktop.ini +2 -0
- openlifu_verification-1.1.2/legacy/LIFUTestWidget.py +249 -0
- openlifu_verification-1.1.2/legacy/OpenLIFU_2x_1.json +1931 -0
- openlifu_verification-1.1.2/legacy/demo.py +96 -0
- openlifu_verification-1.1.2/legacy/pinmap.json +969 -0
- openlifu_verification-1.1.2/legacy/run_self_test.py +27 -0
- openlifu_verification-1.1.2/legacy/single_pulse.py +246 -0
- openlifu_verification-1.1.2/legacy/stress_test.py +94 -0
- openlifu_verification-1.1.2/legacy/test_async.py +110 -0
- openlifu_verification-1.1.2/legacy/test_async_mode.py +68 -0
- openlifu_verification-1.1.2/legacy/test_comms.py +340 -0
- openlifu_verification-1.1.2/legacy/test_console2.py +64 -0
- openlifu_verification-1.1.2/legacy/test_console_dfu.py +55 -0
- openlifu_verification-1.1.2/legacy/test_first.py +132 -0
- openlifu_verification-1.1.2/legacy/test_multiple_modules.py +45 -0
- openlifu_verification-1.1.2/legacy/test_nifti.py +107 -0
- openlifu_verification-1.1.2/legacy/test_nucleo.py +119 -0
- openlifu_verification-1.1.2/legacy/test_pwr.py +68 -0
- openlifu_verification-1.1.2/legacy/test_registers.py +158 -0
- openlifu_verification-1.1.2/legacy/test_reset.py +26 -0
- openlifu_verification-1.1.2/legacy/test_simulation.py +75 -0
- openlifu_verification-1.1.2/legacy/test_solution.py +82 -0
- openlifu_verification-1.1.2/legacy/test_solution_analysis.py +63 -0
- openlifu_verification-1.1.2/legacy/test_temp.py +59 -0
- openlifu_verification-1.1.2/legacy/test_thermal_stress.py +724 -0
- openlifu_verification-1.1.2/legacy/test_ti_cfg.py +74 -0
- openlifu_verification-1.1.2/legacy/test_toggle_12v.py +31 -0
- openlifu_verification-1.1.2/legacy/test_transmitter.py +72 -0
- openlifu_verification-1.1.2/legacy/test_tx_dfu.py +79 -0
- openlifu_verification-1.1.2/legacy/test_tx_trigger.py +141 -0
- openlifu_verification-1.1.2/legacy/test_updated_if.py +175 -0
- openlifu_verification-1.1.2/legacy/test_updated_pwr.py +88 -0
- openlifu_verification-1.1.2/legacy/test_vmon.py +1033 -0
- openlifu_verification-1.1.2/legacy/test_watertank.py +406 -0
- openlifu_verification-1.1.2/legacy/test_watertank_simulation.py +404 -0
- openlifu_verification-1.1.2/legacy/ti_example.cfg +400 -0
- openlifu_verification-1.1.2/openlifu_verification/PRODREQS-85_Sonication_Duration.py +1277 -0
- openlifu_verification-1.1.2/openlifu_verification/__init__.py +0 -0
- openlifu_verification-1.1.2/openlifu_verification/config.py +30 -0
- openlifu_verification-1.1.2/openlifu_verification/cooldown_30C_summary.csv +19 -0
- openlifu_verification-1.1.2/openlifu_verification/log_to_csv.py +91 -0
- openlifu_verification-1.1.2/openlifu_verification/pinmap_1x.json +1257 -0
- openlifu_verification-1.1.2/openlifu_verification/pinmap_2x.json +2604 -0
- openlifu_verification-1.1.2/openlifu_verification/prodreqs_base_class.py +1920 -0
- openlifu_verification-1.1.2/openlifu_verification/prodreqs_run_indefinitely_test.py +322 -0
- openlifu_verification-1.1.2/openlifu_verification/prodreqs_tx_long_verification_test.py +87 -0
- openlifu_verification-1.1.2/openlifu_verification/prodreqs_tx_short_verification_test.py +336 -0
- openlifu_verification-1.1.2/openlifu_verification/prodreqs_voltage_accuracy_test.py +357 -0
- openlifu_verification-1.1.2/openlifu_verification/test_retry_behaviors.py +97 -0
- openlifu_verification-1.1.2/openlifu_verification/tst01_console_selftest.py +132 -0
- openlifu_verification-1.1.2/openlifu_verification/tst02_txmodule_selftest.py +105 -0
- openlifu_verification-1.1.2/openlifu_verification/tst04_console_HV.py +1011 -0
- openlifu_verification-1.1.2/openlifu_verification/tst05_thermal_stress.py +1000 -0
- openlifu_verification-1.1.2/openlifu_verification/tst06_2x_burn_in.py +1062 -0
- openlifu_verification-1.1.2/openlifu_verification/worst_case_current_draw.py +260 -0
- openlifu_verification-1.1.2/plotfiles.py +214 -0
- openlifu_verification-1.1.2/plots/test_case_10_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_10_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_11_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_11_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_12_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_12_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_13_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_13_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_14_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_14_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_15_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_15_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_16_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_16_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_17_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_17_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_18_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_18_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_19_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_19_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_1_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_1_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_20_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_20_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_21_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_21_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_22_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_22_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_23_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_23_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_24_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_24_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_25_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_25_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_26_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_26_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_2_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_2_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_3_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_3_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_4_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_4_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_5_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_5_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_6_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_6_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_7_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_7_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_8_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_8_voltage.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_9_temp.png +0 -0
- openlifu_verification-1.1.2/plots/test_case_9_voltage.png +0 -0
- openlifu_verification-1.1.2/pyproject.toml +35 -0
- openlifu_verification-1.1.2/test_prepend.py +54 -0
- openlifu_verification-1.1.2/tools/analyze_log_file_temp.py +149 -0
- openlifu_verification-1.1.2/tools/analyze_log_file_voltage.py +84 -0
- openlifu_verification-1.1.2/tools/build_openlifu_bundle.py +367 -0
- openlifu_verification-1.1.2/tools/calibrate_supply_dmm.py +1018 -0
- openlifu_verification-1.1.2/tools/standardize_database.py +93 -0
- openlifu_verification-1.1.2/tutorials/01_Introduction_And_Object_Creation.py +217 -0
- openlifu_verification-1.1.2/tutorials/02_Database_Interaction.py +389 -0
- openlifu_verification-1.1.2/tutorials/README.md +25 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[cod]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
# C extensions
|
|
7
|
+
*.so
|
|
8
|
+
|
|
9
|
+
# Distribution / packaging
|
|
10
|
+
.Python
|
|
11
|
+
build/
|
|
12
|
+
develop-eggs/
|
|
13
|
+
dist/
|
|
14
|
+
downloads/
|
|
15
|
+
eggs/
|
|
16
|
+
.eggs/
|
|
17
|
+
lib/
|
|
18
|
+
lib64/
|
|
19
|
+
parts/
|
|
20
|
+
sdist/
|
|
21
|
+
var/
|
|
22
|
+
wheels/
|
|
23
|
+
share/python-wheels/
|
|
24
|
+
*.egg-info/
|
|
25
|
+
.installed.cfg
|
|
26
|
+
*.egg
|
|
27
|
+
MANIFEST
|
|
28
|
+
|
|
29
|
+
# PyInstaller
|
|
30
|
+
# Usually these files are written by a python script from a template
|
|
31
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
32
|
+
*.manifest
|
|
33
|
+
*.spec
|
|
34
|
+
|
|
35
|
+
# Installer logs
|
|
36
|
+
pip-log.txt
|
|
37
|
+
pip-delete-this-directory.txt
|
|
38
|
+
|
|
39
|
+
# Unit test / coverage reports
|
|
40
|
+
htmlcov/
|
|
41
|
+
.tox/
|
|
42
|
+
.nox/
|
|
43
|
+
.coverage
|
|
44
|
+
.coverage.*
|
|
45
|
+
.cache
|
|
46
|
+
nosetests.xml
|
|
47
|
+
coverage.xml
|
|
48
|
+
*.cover
|
|
49
|
+
*.py,cover
|
|
50
|
+
.hypothesis/
|
|
51
|
+
.pytest_cache/
|
|
52
|
+
cover/
|
|
53
|
+
|
|
54
|
+
# Translations
|
|
55
|
+
*.mo
|
|
56
|
+
*.pot
|
|
57
|
+
|
|
58
|
+
# Django stuff:
|
|
59
|
+
*.log
|
|
60
|
+
local_settings.py
|
|
61
|
+
db.sqlite3
|
|
62
|
+
db.sqlite3-journal
|
|
63
|
+
|
|
64
|
+
# Flask stuff:
|
|
65
|
+
instance/
|
|
66
|
+
.webassets-cache
|
|
67
|
+
|
|
68
|
+
# Scrapy stuff:
|
|
69
|
+
.scrapy
|
|
70
|
+
|
|
71
|
+
# Sphinx documentation
|
|
72
|
+
docs/_build/
|
|
73
|
+
docs/_autosummary/
|
|
74
|
+
|
|
75
|
+
# PyBuilder
|
|
76
|
+
.pybuilder/
|
|
77
|
+
target/
|
|
78
|
+
|
|
79
|
+
# Jupyter Notebook
|
|
80
|
+
.ipynb_checkpoints
|
|
81
|
+
*.ipynb
|
|
82
|
+
|
|
83
|
+
# IPython
|
|
84
|
+
profile_default/
|
|
85
|
+
ipython_config.py
|
|
86
|
+
|
|
87
|
+
# pyenv
|
|
88
|
+
# For a library or package, you might want to ignore these files since the code is
|
|
89
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
90
|
+
# .python-version
|
|
91
|
+
|
|
92
|
+
# pipenv
|
|
93
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
94
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
95
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
96
|
+
# install all needed dependencies.
|
|
97
|
+
#Pipfile.lock
|
|
98
|
+
|
|
99
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
100
|
+
__pypackages__/
|
|
101
|
+
|
|
102
|
+
# Celery stuff
|
|
103
|
+
celerybeat-schedule
|
|
104
|
+
celerybeat.pid
|
|
105
|
+
|
|
106
|
+
# SageMath parsed files
|
|
107
|
+
*.sage.py
|
|
108
|
+
|
|
109
|
+
# Environments
|
|
110
|
+
.env
|
|
111
|
+
.venv
|
|
112
|
+
env/
|
|
113
|
+
venv/
|
|
114
|
+
ENV/
|
|
115
|
+
env.bak/
|
|
116
|
+
venv.bak/
|
|
117
|
+
|
|
118
|
+
# Spyder project settings
|
|
119
|
+
.spyderproject
|
|
120
|
+
.spyproject
|
|
121
|
+
|
|
122
|
+
# Rope project settings
|
|
123
|
+
.ropeproject
|
|
124
|
+
|
|
125
|
+
# mkdocs documentation
|
|
126
|
+
/site
|
|
127
|
+
|
|
128
|
+
# mypy
|
|
129
|
+
.mypy_cache/
|
|
130
|
+
.dmypy.json
|
|
131
|
+
dmypy.json
|
|
132
|
+
|
|
133
|
+
# Pyre type checker
|
|
134
|
+
.pyre/
|
|
135
|
+
|
|
136
|
+
# pytype static type analyzer
|
|
137
|
+
.pytype/
|
|
138
|
+
|
|
139
|
+
# Cython debug symbols
|
|
140
|
+
cython_debug/
|
|
141
|
+
|
|
142
|
+
# setuptools_scm
|
|
143
|
+
src/*/_version.py
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
# ruff
|
|
147
|
+
.ruff_cache/
|
|
148
|
+
|
|
149
|
+
# OS specific stuff
|
|
150
|
+
.DS_Store
|
|
151
|
+
.DS_Store?
|
|
152
|
+
._*
|
|
153
|
+
.Spotlight-V100
|
|
154
|
+
.Trashes
|
|
155
|
+
ehthumbs.db
|
|
156
|
+
Thumbs.db
|
|
157
|
+
|
|
158
|
+
# Common editor files
|
|
159
|
+
*~
|
|
160
|
+
*.swp
|
|
161
|
+
.vscode
|
|
162
|
+
/db_dvc
|
|
163
|
+
/logs
|
|
164
|
+
/examples/tutorials/tutorial_database
|
|
165
|
+
|
|
166
|
+
# ONNX checkpoints
|
|
167
|
+
*.onnx
|
|
168
|
+
|
|
169
|
+
notebooks/calibration_coeffs.py
|
|
170
|
+
neg_cal.csv
|
|
171
|
+
pos_cal.csv
|
|
172
|
+
calibration_coeffs.py
|
|
173
|
+
hv_calibration_coeffs.c
|
|
174
|
+
hv_calibration_coeffs.h
|