Versions Compared

Key

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

...

Inputs of the App

Files

Format

Datatype

Description

Optional

MEG signals

.fif

meg/fif

The data can be continuous or epoched. Notch filtering and resampling can have been applied beforehand.

No

...

Outputs of the App:

Files

Format

Datatype

Description

MEG signals

.fif

meg/fif

Data after filtering

Report

.html

html

Visualization in time and frequency domains

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.

Note

The parameter iir_params can’t be used on BL (it’s set to “READ ONLY”) because it is a dictionary and BL doesn’t handle Python dictionaries as parameter values and no conversion script has been written in the python file of this app (see Parameters conversion to make an App run on BL).

...