neural_data_simulator.tasks
This package is meant to host a collection of BCI tasks.
Currently, the only task available in the package is the center-out reach task
(see tasks.center_out_reach
). Its entry point is the
tasks.run_center_out_reach.run()
method.
neural_data_simulator.tasks.run_center_out_reach
Run the center-out reach task GUI.
neural_data_simulator.tasks.run_closed_loop
Run all components of the BCI closed loop.