Closed charlesbmi closed 1 year ago
https://github.com/agencyenterprise/neural-data-simulator/issues/39
As someone building an app on top of NDS, I would like to build a custom task visualizer separate from pygame. For example:
To do this, we need to expose the necessary task UI variables to be displayed elsewhere.
Ran the full example with run_closed_loop
run_closed_loop
Then used an LSL viewer to visualize the TaskWindow: target position, cursor position (as line-plots)
To disable, remove the respective settings lines in https://github.com/agencyenterprise/neural-data-simulator/pull/42/files#diff-05428b32a9443a724e44679dd1fca6b02005594fd699da6c3f08642b12aa3a55
https://github.com/agencyenterprise/neural-data-simulator/issues/39
Motivation
As someone building an app on top of NDS, I would like to build a custom task visualizer separate from pygame. For example:
To do this, we need to expose the necessary task UI variables to be displayed elsewhere.
Changes
Behavior
Ran the full example with
run_closed_loop
Then used an LSL viewer to visualize the TaskWindow: target position, cursor position (as line-plots)
To disable, remove the respective settings lines in https://github.com/agencyenterprise/neural-data-simulator/pull/42/files#diff-05428b32a9443a724e44679dd1fca6b02005594fd699da6c3f08642b12aa3a55