EIT-ALIVE / eitprocessing

Software for electrical impedance tomography data loading, visualization and processing
https://eit-alive.github.io/eitprocessing/
Apache License 2.0
5 stars 0 forks source link

Parameter EELI calculation #269

Closed psomhorst closed 2 months ago

psomhorst commented 2 months ago

This PR adds the ParameterCalculation superclass and EELI calculation.

ParameterCalculation is a simple superclass for now. It only requires calculate_parameter().

EELI extracts the end-expiratory values based from breaths based on BreathDetection.

psomhorst commented 2 months ago

@JulietteFrancovich I added 5 commits that:

Could you re-review this? Thanks!