Difference between revisions of "DataHub"
Wiki-admin (talk | contribs) |
Wiki-admin (talk | contribs) |
||
Line 47: | Line 47: | ||
===Versions=== | ===Versions=== | ||
Version 1.15.0 is the last used version. Open a command to find your version used: | Version 1.15.0 is the last used version. Open a command to find your version used: | ||
+ | <code style="background-color:#000; color:#fff; padding:1px 3px;">python</code><br/> | ||
+ | <code style="background-color:#000; color:#fff; padding:1px 3px;">import pylsl</code><br/> | ||
+ | <code style="background-color:#000; color:#fff; padding:1px 3px;">print(pylsl.__version__)</code><br/> | ||
==Usage== | ==Usage== |
Revision as of 09:42, 1 February 2022
Developer(s) | Christian Kothe; Chadwick Boulay. | ||||
---|---|---|---|---|---|
Development status | -in development- | ||||
Written in | C, C++, Python, Java, C#, MATLAB | ||||
Operating system | Windows, Linux, MacOS, Android, iOS | ||||
Type | Data collection | ||||
License | Open source | ||||
Website | LSL webpage | ||||
|
The DataHub Makes use of the lab streaming layer. The lab streaming layer (LSL) is a system for the unified collection of measurement time series in research experiments that handles both the networking, time-synchronization, (near-) real-time access as well as optionally the centralized collection, viewing and disk recording of the data.
Installation
Our support for LSL is mainly done in python. Download python here: Please choose a 64 bit version.. Run the installer and make sure to add Python to the file path (it's an option in the installer).
Open a command prompt, start with upgrading the pip installer by typing:
python -m pip install --upgrade pip
Then:
pip install pylsl
more info: cross platform pylsl
Versions
Version 1.15.0 is the last used version. Open a command to find your version used:
python
import pylsl
print(pylsl.__version__)
Usage
(Under Construction)
We are working on templates and tips. Stay tuned!
Builds
We advise not to run your experiment from the Unity Editor, this will cause unwanted overhead that harms the performance. You can create a PC Standalone build to run it on our lab computers.
References