From b49bdb6fddaaa2243be779fea9d3990000fd34ec Mon Sep 17 00:00:00 2001
From: Peter Somhorst
Date: Mon, 16 Dec 2024 20:49:01 +0100
Subject: [PATCH] Remove mention of draeger data limitation
---
eitprocessing/datahandling/loading/__init__.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/eitprocessing/datahandling/loading/__init__.py b/eitprocessing/datahandling/loading/__init__.py
index 3dad111fa..134573267 100644
--- a/eitprocessing/datahandling/loading/__init__.py
+++ b/eitprocessing/datahandling/loading/__init__.py
@@ -18,10 +18,6 @@ def load_eit_data(
) -> Sequence:
"""Load EIT data from path(s).
- Current limitations:
- - Dräger data is assumed to have a limited set of (Medibus) data. Newer additions that add data like pleural
- pressure are not yet supported.
-
Args:
path: relative or absolute path(s) to data file.
vendor: vendor indicating the device used.