Skip to content

Commit 45b1ccf

Browse files
authored
Update README.md
1 parent ebf1cea commit 45b1ccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ Example usage of the library with Pearson Correlation.
7979
```python
8080
import eegraph
8181
G = eegraph.Graph()
82-
G.load_data(path = "espasmo1.edf", exclude = ['EEG TAntI1-TAntI', 'EEG TAntD1-TAntD', 'EEG EKG1-EKG2'])
82+
G.load_data(path = 'espasmo1.edf', exclude = ['EEG TAntI1-TAntI', 'EEG TAntD1-TAntD', 'EEG EKG1-EKG2'])
8383
```
8484
#### Electrode Montage
8585
An electrode montage file can be specified for channels names while loading EEG data. Visit [documentation](https://github.com/ufvceiec/EEGRAPH/wiki/Load-data-from-EEG) for more info.
8686
```python
8787
import eegraph
8888
G = eegraph.Graph()
89-
G.load_data(path = "espasmo1.edf", electrode_montage_path = 'electrodemontage.set.ced')
89+
G.load_data(path = 'espasmo1.edf', electrode_montage_path = 'electrodemontage.set.ced')
9090
```
9191
***
9292
### Modelate data

0 commit comments

Comments
 (0)