sccn / lsl_archived

Multi-modal time-synched data transmission over local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSL and fMRI

soniamgaf opened this issue · comments

Hi,
Is it possible to use LSL to acquire fMRI data?
If yes, how can I manage the communication between the scanner and LSL?
Thank you!
Sónia

Thanks for your answer!

I planning to do a neurofeedback task with fMRI and was trying NeuroPype software which uses LSL (but is more directed to EEG).
If anyone is trying something like this, please let me know.

Thank you,
Sónia

For people interested in this topic, I ended up using OpenNFT. It is opensource and you can personalized it because is written in Python and MATLAB.

Thanks,

Sónia

One possible issue might be throughput.

As long as your sampling rate is low enough (i.e. you don't try to send each voxel in its own sample) you should be fine. Apart from that, it's the usual problem that most of us don't have the device in question so someone with a spare MRI and programming knowledge would have to do it.