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 16 Current »

APP UNDER DEVELOPMENT PRIVATE APP ON BL

This App aims at apply to MEG signals temporal filtering (lowpass, highpass, or bandpass) on epoched or continuous data. To do so, the MNE Python functions raw.filter and Epoch.filter are used.

The filter function is the same for epoched and raw data but the value of the pad parameter is not the same if the data is continuous or epoched.

GitHub repository

https://github.com/AuroreBussalb/app-temporal-filtering

Brainlife datatype used:

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

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.

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).

Next improvements

  • Be able to use the iir_params: register this parameter as a STRING in BL and convert it into a Python dict in temporal_filtering.py

  • Allow user to change the plot parameters for the plots in the HTML report?

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.