Skip to content

Commit

Permalink
Renamed script
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Tessier-Larivière committed Apr 4, 2024
1 parent 15e59bc commit c2a1339
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/read_edf.py → scripts/load_and_plot_edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2a1339

Please sign in to comment.