Edouard2laire

Results 42 issues of Edouard2laire

Hello, Recently, BIDS started to be implemented for NIRS (mainly using the snirf format, already supported by Brainstorm). I was wondering if you could guide me on what part of...

Hello, Recently, I was thinking about the possibility for the users to have additional plugin that are not officially integrated to brainstorm (typically code that are in .brainstorm/process). For example,...

enhancement

Hello, As discussed here: https://github.com/brainstorm-tools/brainstorm3/issues/574 , this allows the usage of custom plugins that are not officially supported in Brainstorm. This can be used to share processes within a lab...

Hello, Do you think it would be possible to remove the limitation of having only one continuous signal displayed at a time? https://github.com/brainstorm-tools/brainstorm3/blob/master/toolbox/core/bst_memory.m#L765-L766 I think it's quite important especially if...

Hello I was recently trying to import a channel formatted as BIIDS (optodes.tsv + sidecard json) on nirs file already imported into the database. It seems that if we import...

Hello, The aim of this thread is to discuss the potential of integrating fMRI data analysis into Brainstorm. Having fMRI time course in the volumetric space would require too much...

Hello, it would be great to have brainstorm handle multiple progress bar. ## Use case When we lunch a pipleline on a set of files, it would be great to...

Iso2mesh needs to be recompiled for arm Mac. I tried to recompile according to the instructions but I have an error when compiling JMeshLib. See log file: https://justpaste.it/5o8b3

* Add gitignore to avoid having all the temporary file of cmake being followed by git. List from https://github.com/github/gitignore/blob/main/CMake.gitignore * Fix loading of boost to fix the following error message...

Hello, The main point of this PR is to use fieldtrip to open edf containing multiple frequencies as the reader of edf is automatically resampling signals with different frequencies. it's...