Code for basic analysis of the Giessen RV pulmonary pressure trace data
Project description
GiessenDataAnalysis
Code for basic analysis of the Giessen RV pulmonary pressure trace data.
Installation
Clone the repository:
git clone git@github.com:MaxBalmus/GiessenDataAnalysis.git
If no environment exists, create a new one:
python -m venv myenv
Then install the packege with pip:
pip install .
Getting started
Instatiate the analysis class using the target csv file path as input:
ag = analyseGiessen('data/file.csv')
Interogate the percentage of data that is covered by an error code:
ag.report_error_percentage()
Compute the 1st and 2nd derivatives of the pressure pulse:
ag.compute_derivatives()
Results can be found in ag.df DataFrame.
We can compute pulse values of interest (e.g. systolic, diastolic pressures):
ag.compute_point_of_interest()
with the results available in ag.points_df DataFrame.
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 giessen_data_analysis-0.1.0.tar.gz.
File metadata
- Download URL: giessen_data_analysis-0.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44c98550506919d7e888a186af002cb615551e3b6c7a1667718eb4e3a5c33f9
|
|
| MD5 |
4bbb3298b3c25a304c7e6fccee99d086
|
|
| BLAKE2b-256 |
828b0febc3b5ddeb434a550ef8a446a8ca2c4075a4c647c25572cbb02e839c88
|
File details
Details for the file giessen_data_analysis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: giessen_data_analysis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2949b501e2bbd85726250412eb9dc5a3cc564e64dd4d9a8bb888c8c8f191385
|
|
| MD5 |
bef61626b0c50df3ff9c62ad056f8c86
|
|
| BLAKE2b-256 |
a9037e235cd9dfed951f417574209546b0cd41770cc2f84d602af1edfb58ab30
|