Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourRedtitledraftYellow
titleapp under development
Status
colourPurple
titlePrivate app on bl

This App writes a BIDS compliant events.tsv. This file can contain existing events, extracted from the meg.fif using mne.find_events, or events created with mne.make_fixed_length_events.

 

GitHub repository

https://github.com/AuroreBussalb/app-get-events

 

Brainlife datatype used:

 

Inputs of the App

Files

Format

Datatype

Description

Optional

MEG signals

.fif

meg/fif

The data can contain events or be resting state data

No

 

Outputs of the App:

Files

Format

Datatype

Description

events

.tsv

meg/fif-override

BIDS compliant events.tsv

Besides, in the output directory, there are the optional files that can be used in a next App (see How to run Apps one after another).

 

Parameters of the App

The parameters of the App correspond to the parameters passed to the Python functions used in the App. Their default values proposed in Brainlife or in config.json.example correspond to the default values of MNE Python 0.23.

 

Next improvements

  • Test this app with fif file containing events and make sure that the resulting events.tsv is correct