...
Discuss if these datatypes must be updated.
Datatype updated, see Datatype meeting 18.02.2021
Inputs of the App:
Files | Format | Description | Optional |
---|---|---|---|
MEG signal | .fif | first run | No |
MEG signal | .fif | second run | No |
… | … | … | Yes |
MEG signal | .fif | nth run | Yes |
...
Files | Format | Description |
---|---|---|
Raw file | .fif |
|
Steps:
...
Steps:
The python file mean-transformation-matrix.py
is composed of several functions:
mean_transformation_matrix()
Extract the transformation matrix from each file
Create info object of the empty .fif file
Compute the mean of all matrices across all files and add it to the info of the empty .fif file
Create fake data to put in into the .fif file
Create raw object
...
main()
Read all the input files by parsing the
config.json
Raise a
ValueError
if only one file was givenApply
mean_transformation_matrix()
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.
...