@mpompolas @sbaillet :
1. Plugin manager
I added a new solution for managing the packages downloaded by Brainstorm:
https://neuroimage.usc.edu/brainstorm/Tutorials/Plugins
I updated everything in Brainstorm but the functions of the ephys toolbox, since I can't test them.
a8e0a54
To finish this upgrade, we need to defined as plugins (ie. add an entry in bst_plugin.m and replace the DownloadFile calls with bst_plugin('Install', ...)) :
2. File formats
I've updated the file readers, but can't test them, either because I don't have any example data file (TDT, Plexon), or because :
Additionally, an issue was reported on the forum about the Plexon .pl2 file format:
https://neuroimage.usc.edu/forums/t/problems-of-import-a-pl2-file/26107
3. Errors in the tutorials
There is a number of serious issues related the online e-phys tutorial, which are probably one of the cause of this toolbox not being used at all. It has not been cited since its publication, and we have no forum posts about it.
I posted a review in early 2019, I'm not sure any of it was ever addressed:
#170
4. Bug reports
5. Action plan?
If we don't address these few (minor) issues, this impressive amount of work will never be used or cited.
I can help, but I can't lead this initiative, since I don't have any example file of expertise in any of the fields involved, and I didn't write any of the code involved.
Please let me know how you would like to proceed.
@mpompolas @sbaillet :
1. Plugin manager
I added a new solution for managing the packages downloaded by Brainstorm:
https://neuroimage.usc.edu/brainstorm/Tutorials/Plugins
I updated everything in Brainstorm but the functions of the ephys toolbox, since I can't test them.
a8e0a54
To finish this upgrade, we need to defined as plugins (ie. add an entry in
bst_plugin.mand replace theDownloadFilecalls withbst_plugin('Install', ...)) :2. File formats
I've updated the file readers, but can't test them, either because I don't have any example data file (TDT, Plexon), or because :
https://github.com/brainstorm-tools/brainstorm3/blob/master/toolbox/io/in_fopen_nwb.m#L30
https://github.com/brainstorm-tools/brainstorm3/blob/master/toolbox/io/in_fopen_tdt.m#L33
https://github.com/brainstorm-tools/brainstorm3/blob/master/toolbox/io/in_fopen_plexon.m
Additionally, an issue was reported on the forum about the Plexon .pl2 file format:
https://neuroimage.usc.edu/forums/t/problems-of-import-a-pl2-file/26107
3. Errors in the tutorials
There is a number of serious issues related the online e-phys tutorial, which are probably one of the cause of this toolbox not being used at all. It has not been cited since its publication, and we have no forum posts about it.
I posted a review in early 2019, I'm not sure any of it was ever addressed:
#170
4. Bug reports
5. Action plan?
If we don't address these few (minor) issues, this impressive amount of work will never be used or cited.
I can help, but I can't lead this initiative, since I don't have any example file of expertise in any of the fields involved, and I didn't write any of the code involved.
Please let me know how you would like to proceed.