mne-tools / mne-realtime

Realtime data analysis with MNE-Python
https://mne.tools/mne-realtime/
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

To Do: Project Cleanup #24

Closed teonbrooks closed 8 months ago

teonbrooks commented 3 years ago
timonmerk commented 3 years ago

Just some additional explanation: The website API call results in the following link https://mne.tools/mne-realtime/%3Chttps://mne.tools/mne-realtime/api.html%3E, which is not callable.

Then it would great to adapt the example/plot_ftclient_rt_average.py the following explanation:

This example was tested in simulation mode:

.. code-block:: console

$ neuromag2ft --file MNE-sample-data/MEG/sample/sample_audvis_raw.fif

using a modified version of neuromag2ft available here <https://staff.washington.edu/larsoner/minimal_cmds.tar.gz>__ to run the FieldTrip buffer. Then running this example acquires the data on the client side.

Currently I am also unsure how neuromag2ft should be installed from the mentioned website.

jasmainak commented 3 years ago

you should just download it and untar it. It should work on a 64 bit Linux machine. If you don't have that, the binary won't run I think ...

teonbrooks commented 3 years ago

I think what @timonmerk is highlighting is that we could be doing the hosting of this file so it doesn't look like the user is downloading an arbitrary file from the web. we could also do this download step for those who don't have it, similar to how we do data download for sample_data