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 5 Next »

APP UNDER DEVELOPMENT

This app aims at computing the mean transformation matrix across all runs. This mean transformation matrix is stored in an empty .fif file, which then can be passed as a parameter in mne.preprocessing.maxwell_filter (destination parameter).

Brainlife datatype used:

Discuss if these datatypes must be updated.

Inputs of the App:

Files

Format

Description

Optional

MEG signal

.fif

first run

No

MEG signal

.fif

second run

No

.fif

Yes

.fif

nth run

Yes

At least two runs are required.

Output of the App:

Files

Format

Description

Raw file

.fif

Info and data created, contain in raw.info["dev_head_t"]["trans"] the mean transformation matrix

Steps:

  1. Read all the input files by parsing the config.json

  2. Extract the transformation matrix from each file

  3. Create info object of the empty .fif file

  4. Compute the mean of all matrices across all files and add it to the info of the empty .fif file

  5. Create “false” data to put in the .fif file

  6. Create raw object

It’s possible to display messages in the Brainlife UI when executing an App: just create a product.json that stores all of the messages (see documentation).

Parameters of the App

The parameters of the App correspond to the parameters passed to the Python functions used in the App. They are listed in the config.json.example when you test your App locally, then when you register you App on Brainlife, you enter them and a config.json is created by Brainlife.

Here, we used the parameters set by default by mne.

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