Anesthesia simulator: modellize the effect of drugs (Propofol, Remifentanil, Norepinephrine) during general anesthesia. Specially build for control design.
Project description
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.
- Documentation and examples: https://python-anesthesia-simulator.readthedocs.io
- Associated paper: https://joss.theoj.org/papers/10.21105/joss.05480
Installation
Use pip to install the package:
pip install git+https://github.com/BobAubouin/Python_Anesthesia_Simulator.git
The package can be imported in your python script with:
import python_anesthesia_simulator as pas
Citation
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
- To report a bug or request a feature please open an issue.
- To contribute, you can fork the repository and ask for a pull request.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_anesthesia_simulator-1.0.0.tar.gz.
File metadata
- Download URL: python_anesthesia_simulator-1.0.0.tar.gz
- Upload date:
- Size: 6.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
214b50f5c7ab536eae4021ecd67a5e760fc3b61fab0b728d33911d47bce2cba0
|
|
| MD5 |
2ae7cddce90b3b38519b4ba4589d4dba
|
|
| BLAKE2b-256 |
9d7c561187586041099dd8b54ddb8b9068d909b471335aaacfa742f085cffbdb
|
File details
Details for the file python_anesthesia_simulator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: python_anesthesia_simulator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 37.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f364b94575f0ff9f46e79b9f75c971adbe91444081d1edd38e600091f84ee10f
|
|
| MD5 |
3cd63b808b5d6ea8ccc055e14a8d7741
|
|
| BLAKE2b-256 |
c72b7c49023e70c71671a7e75661fc4b72c6aa164804ea369cd202d39bb70620
|