Hello,
I have my SEEG data preprocessed (notch filter, wavelet, and artefact detection) in a different software. This software uses R. Is it possible to somehow take the output (.yaml, .fst) and import it into Brainstorm so I don't have to preprocess all the data again?
Thanks for help!
Daniel
Hi Daniel,
These are the currently supported formats in Brainstorm:
https://neuroimage.usc.edu/brainstorm/Introduction#Supported_file_formats
You could try to export your data to other formats, e.g:
- European data format,
EDF/EDF+
- A Matlab
.mat
file with matrix with the data
- Any type of text (
.txt
, .csv
, ``)
Best,
Raymundo