This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

After working with continuous data, we typically have to deal with evoked designs and and there we have to create epochs, meaning we have to slice the continuous data into quite a bunch of small time segments typically just a second or two seconds or so long and we analyze those. So in this App we're going to create epochs and eventually we're going to average these epochs to create evolved responses meaning Event-related potentials (ERPs) of the Electroencephalography (EEG) and Event-related fields (ERFs) of the magnetoencephalogram (MEG)

Links to the App:

https://github.com/zahransa/app-epoch

https://brainlife.io/app/625d3130cc8ab2b339ea2692

Inputs of the App:

Files

Format

Datatype

Description

Optional

Raw data

.fif

neuro/meg/fif

Data to process

No

Events

.tsv

neuro/meg/fif

Channels

Yes

Configuation parameter

Type

Description

tmin

number

The time relative to each event at which to start epoch (in seconds)

tmax

number

The time relative to each event at which to end each epoch (in seconds)

Outputs of the App:

File

Format

Datatype

Description

Epochs

.fif

neuro/meeg/mne/epochs

Epoched data

Evoked

.fif

neuro/meeg/mne/evoked

Evoked data

Report

.html

html

Visualization of raw, event, epoched and evoked data

  • No labels