diff --git a/scripts/read_edf.py b/scripts/load_and_plot_edf.py similarity index 92% rename from scripts/read_edf.py rename to scripts/load_and_plot_edf.py index 712d6fc..35203cf 100644 --- a/scripts/read_edf.py +++ b/scripts/load_and_plot_edf.py @@ -3,12 +3,9 @@ import argparse from pathlib import Path -import matplotlib.pyplot as plt import numpy as np import plotly.graph_objects as go -from mne.export import export_raw -from mne.io import read_raw_edf -from pyedflib import DO_NOT_CHECK_FILE_SIZE, DO_NOT_READ_ANNOTATIONS, EdfReader +from pyedflib import EdfReader def parse_args() -> argparse.Namespace: