BobAubouin / Python_Anesthesia_Simulator

Simulate the effect of drugs during total intrevenous anesthesia
GNU General Public License v3.0
5 stars 3 forks source link
anesthesia drug-dosage simulation

status Documentation Status

GitHub last commit

Python_Anesthesia_Simulator

The Python Anesthesia Simulator (PAS) models the effect of drugs on physiological variables during total intravenous anesthesia. It is particularly dedicated to the control community, to be used as a benchmark for the design of multidrug controllers. The available drugs are Propofol, Remifentanil, and Norepinephrine, the outputs are the Bispectral index (BIS), Mean Arterial Pressure (MAP), Cardiac Output (CO), and Tolerance of Laryngoscopy (TOL). PAS includes different well-known models along with their uncertainties to simulate inter-patient variability. Blood loss can also be simulated to assess the controller's performance in a shock scenario. Finally, PAS includes standard disturbance profiles and metrics computation to facilitate the evaluation of the controller's performances.

To cite PAS in your work, cite this paper:

Aubouin-Pairault et al., (2023). PAS: a Python Anesthesia Simulator for drug control. Journal of Open Source Software, 8(88), 5480, https://doi.org/10.21105/joss.05480

Guidelines

If you want to contact me for any reason, I'm available by mail.

Structure

.
├─── src
|   ├─── python_anesthesia_simulator           # Simulator library + metrics function
|
├── paper              # markdown paper for JOSS submition
|
├── tests              # files for testing the package
|
├── docs               # files for generating the docs
| 
├── LICENSE
├── pyproject.toml      # packaging file
├── requirements.txt
├── README.md
└── .gitignore          

License

GNU General Public License 3.0

Project status

Published in the journal of Open Source Software!

Author

Bob Aubouin--Paitault