-
Notifications
You must be signed in to change notification settings - Fork 27
MneExperiment Epochs
Below is a list of processing steps from loading events to loading epoch data, for different types of epochs. Arrows to methods indicate MneExperiment
methods which can be used to load data at that stage.
-
Load all events (using
e.load_events()
) -
Apply
sel
event selection -
discard rejected trials
-
Shift trigger position (
i_start
) bytrigger_shift
-
Add variables from
vars
(→e.load_selected_events()
) -
Load MEG data for epochs
-
baseline correction
-
post_baseline_trigger_shift
(→e.load_epochs()
)
-
Load base events (using
e.load_selected_events()
for base epoch) -
Apply
sel
event selection -
Shift trigger position (
i_start
) bytrigger_shift
-
Add variables from
vars
(→e.load_selected_events()
) -
Load MEG data for epochs
-
baseline correction
-
post_baseline_trigger_shift
(→e.load_epochs()
)
-
Load events (using
e.load_selected_events()
for eachsub
-epoch). A newFactor
“epoch”
is added with the name of the sub-epoch from which each event stems. -
Shift trigger position (
i_start
) bytrigger_shift
-
Add variables from
vars
(→e.load_selected_events()
) -
Load MEG data for epochs
-
baseline correction
-
post_baseline_trigger_shift
(→e.load_epochs()
)