NeuroFlow Documentation
NeuroFlow is an open-source analytics package from the Neurocognition & Mobility Lab for processing experimental data.
The NeuroFlow documentation serves to:
-
get started with a scientific computing environment for reseachers.
-
provide tutorials for using NeuroFlow on experiment data.
-
reference API documentation.
Quickstart
If you’re already familiar with NeuroFlow (and have Python setup on your system), you can quickly start using NeuroFlow using the instructions below.
For more detailed instructions on getting set up, see the Setup section.
- Install
neuroflowfrom the Github repository:
pip install git+https://github.com/neurocog-mobility/neuroflow.git
- Test the installation, then run your first analysis!
neuroflow --help
