data exploration
parent
6e07f12482
commit
f36fd91327
File diff suppressed because one or more lines are too long
|
@ -6,13 +6,14 @@ import pandas as pd
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
|
#project_dir = "C:/Users/Nils/Documents/0000MASTER/IM1/DSA/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0"
|
||||||
# Directories and file paths
|
# Directories and file paths
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
# Specify the directory where the WFDB records are stored
|
# Specify the directory where the WFDB records are stored
|
||||||
project_dir = 'C:/Users/felix/OneDrive/Studium/Master MDS/1 Semester/DSA/physionet/large_12_ecg_data/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0'
|
project_dir = 'C:/Users/felix/OneDrive/Studium/Master MDS/1 Semester/DSA/physionet/large_12_ecg_data/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0'
|
||||||
data_dir = project_dir + '/WFDBRecords'
|
data_dir = project_dir + '/WFDBRecords'
|
||||||
path_diag_lookup = "C:/Users/felix/OneDrive/Studium/Master MDS/1 Semester/DSA/physionet/large_12_ecg_data/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0/ConditionNames_SNOMED-CT.csv"
|
path_diag_lookup = "C:/Users/felix/OneDrive/Studium/Master MDS/1 Semester/DSA/physionet/large_12_ecg_data/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0/ConditionNames_SNOMED-CT.csv"
|
||||||
|
#path_diag_lookup = project_dir + '/ConditionNames_SNOMED-CT.csv'
|
||||||
#project_dir +'/ConditionNames_SNOMED-CT.csv'
|
#project_dir +'/ConditionNames_SNOMED-CT.csv'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue