Pfad angepasst
parent
750efd04fc
commit
a87bc998cd
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
@ -10,13 +10,13 @@
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"Reading SB\n",
|
"Reading SB\n",
|
||||||
"Length of SB: 16559\n",
|
"Length of SB: 50\n",
|
||||||
"Reading AFIB\n",
|
"Reading AFIB\n",
|
||||||
"Length of AFIB: 9839\n",
|
"Length of AFIB: 27\n",
|
||||||
"Reading GSVT\n",
|
"Reading GSVT\n",
|
||||||
"Length of GSVT: 948\n",
|
"Length of GSVT: 0\n",
|
||||||
"Reading SR\n",
|
"Reading SR\n",
|
||||||
"Length of SR: 9720\n"
|
"Length of SR: 13\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -26,8 +26,10 @@
|
||||||
"import wfdb\n",
|
"import wfdb\n",
|
||||||
"# read pickle files and check len and print first record and first record keys\n",
|
"# read pickle files and check len and print first record and first record keys\n",
|
||||||
"\n",
|
"\n",
|
||||||
"path = \"C:/Studium/dsa/data\"\n",
|
"#path = \"C:/Studium/dsa/data\"\n",
|
||||||
"#path = \"C:/Users/Nils/Documents/HS-Mannheim/0000_MASTER/DSA/EKG_Prog/data\"\n",
|
"#path = \"C:/Users/Nils/Documents/HS-Mannheim/0000_MASTER/DSA/EKG_Prog/data\"\n",
|
||||||
|
"path = \"C:/Users/klara/projects/DSA/data\"\n",
|
||||||
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"categories_dict = {\n",
|
"categories_dict = {\n",
|
||||||
"'SB': [426177001],\n",
|
"'SB': [426177001],\n",
|
||||||
|
@ -55,7 +57,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 18,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
@ -94,7 +96,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.4"
|
"version": "3.11.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,8 @@
|
||||||
"# read pickle files and check len and print first record and first record keys\n",
|
"# read pickle files and check len and print first record and first record keys\n",
|
||||||
"\n",
|
"\n",
|
||||||
"#path = \"C:/Studium/dsa/data\"\n",
|
"#path = \"C:/Studium/dsa/data\"\n",
|
||||||
"path = \"C:/Users/Nils/Documents/HS-Mannheim/0000_MASTER/DSA/EKG_Prog/data\"\n",
|
"#path = \"C:/Users/Nils/Documents/HS-Mannheim/0000_MASTER/DSA/EKG_Prog/data\"\n",
|
||||||
|
"path = \"C:/Users/klara/projects/DSA/data\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"categories_dict = {\n",
|
"categories_dict = {\n",
|
||||||
"'SB': [426177001],\n",
|
"'SB': [426177001],\n",
|
||||||
|
|
Loading…
Reference in New Issue