Lung and Ventilation Models to support the VentOS project.
Broadly the notebooks, and python codes, provide the following functionality:
- a rudimentary lung and ventilator model [notebook] (currently only capable of generating PCV traces)
- code for generating test traces [demo notebook], complete with noise, and mocking of signals from dual pressure and flow sensors. The
test_traces.py
script is executable from the command line and will repulate a set of JSON files and plots illustrating potential test cases. - applying signal processing filters to test traces [notebook]
This is the standard python nomenclature for packaging:
- modules: named by filenames (lowercase, with underscores)
- packages: named by their directory name (lowercase, without underscores)