forked from aces/Loris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[electrophysiology_browser] Add help directory and missing docs (aces…
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
modules/electrophysiology_browser/help/electrophysiology_browser.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Electrophysiology Browser | ||
|
||
This module allows you to review, filter and download EEG recordings and metadata. Downloads are organized according to the EEG-BIDS standard. | ||
|
||
Individual sessions can be accessed by clicking on the *raw* (for raw datasets) or *all types* (for all data) links of one of the rows under the links column, which will redirect you to the *View Session* page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# View Session | ||
|
||
This page displays information from an individual recording session. | ||
|
||
Summary information about the candidate, the recording session and the hardware used is displayed. | ||
|
||
Files can be downloaded containing only the recording signal, the events, or other metadata, or all files compressed together, for the current session. These files are organized according to the EEG-BIDS standard (more information on the standard can be found [here](https://www.nature.com/articles/s41597-019-0104-8)), and are available for download as follows: | ||
|
||
- All files (tgz): a compressed folder containing all the recording data as well as the metadata for the EEG scan session. | ||
- EEG: the file containing the session recording data. | ||
- Electrode info (tsv): contains electrode locations. | ||
- Channels info (tsv): channel status and filter settings. | ||
- Events (tsv): events (both stimuli and responses) recorded during the session. | ||
|