Import LabChart files

Hi,
I am working with lab chart files and looking for a way to analyze EEG coherence using Brainstorm. Do you support LabChart files (*.adicht)? Is it possible to support this format?

(see link below to a folder containing one sample file and video)
https://drive.google.com/drive/folders/1FYTTT0zfYZGs6rAB8u5PHfz7qk37r8-g?usp=sharing

It looks like there is a Matlab reader available:
https://github.com/JimHokanson/adinstruments_sdk_matlab

Could you try and let us know if you can load the signals you are interested in with this library?
If you can, I'll write a wrapper to read this file format directly into Brainstorm.

Thank you for your quick reply!
I'll be sure get back to you as soon as possible

Hi!
I was able to convert the .adicht file to .m using this library. Is there anything else I should do?

(converted file was added to the same folder on my drive)

Thanks.

Is there anything else I should do?

Wait until I work on this integration (within the next two weeks), unless you feel like a good enough Matlab programmer for helping with this task.

Hi!
I was wondering if you have any news yet..

Done!
You have now a new file format "EEG: ADInstrument LabChart (.adicht)"

It took me a lot of time because I wanted to finish a new plugin manager before adding the support for this file format. The ADI SDK will be the first plugin managed with it.
The ADI reader should be downloaded and installed automatically.

Please update Brainstorm and let me know how it goes.
There might be things to fix, especially if you have files with multiple records or different sampling rates across channels. I wrote code for these cases but could not test it, so it's probably not working correctly.

Happy new year!

To add the synchronized video, right-click on the Link to raw file > File > Add synchronized video.
If the sync is off: right-click on the video link > Set start time.

image image

https://neuroimage.usc.edu/brainstorm/Tutorials/Epileptogenicity#Video-EEG

Wow! thank you so much! cant wait to test it