Releases: neurobooth/neurobooth-os
Releases · neurobooth/neurobooth-os
v0.0.36.1
v0.0.36.0
v0.0.35.1
v0.0.35
v0.0.34
v0.0.33
v0.0.32
This update contains several changes that may impact analyses
MOT has received many major updates. See these slides for details. There are also before and after videos of the task.
- Increased the font size in many places throughout the task. The “Trial x of 6” and “Score” messages are now displayed above the animation region and are aligned with it's edges. This change may introduce differences to eye tracking analyses.
- The time taken to click targets within each "chunk" of six trials is used as an early stopping criterion. If the total click time adds up to at least two minutes then the task will end instead of progressing to later chunks.
- Animations now have precomputed trajectories to ensure more consistent presentation (e.g., circle speed and trajectory lengths) between sessions. The circle trajectories have also been smoothed. This change will introduce differences to eye tracking analyses.
- Corrected dot overlap at the beginning of the last trial. Rotated the first 0.1 s of the non-target path by 90° CW to adjust as little of the path as possible and preserve velocity magnitude.
- Green dots changed to cyan be more color blind friendly.
- Format of output CSV should be easier to understand. New CSV files are named as "v2" to differentiate from prior format.
Additionally, the instructions for DSC have been reworked to be more clear.
What's Changed
- Cleaner shutdown for server_acq by @boubre in #410
- DSC Updates by @boubre in #411
- Mot Redesign by @boubre in #404
- Smoothing MOT paths by @boubre in #413
- Reflecting state of disabled instruction repeat by @boubre in #414
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- Allowing log_task_param to handle complex/nested types by @boubre in #399
- Fixing iPhone test script by @boubre in #400
- Updates to config files and config file management by @lwhite1 in #401
- Adding a warning when no IP is present for eye tracker by @boubre in #398
- Address issues with environment-specific variables by @lwhite1 in #403
- Cleanup redundant loading of task params by @lwhite1 in #402
- Fixing issue where device manager on ACQ attempts to iterate over None by @boubre in #405
- Finish logging task params by @lwhite1 in #406
- Partial fix to name query that includes apostrophe by @lwhite1 in #409
- Minor gui issues by @lwhite1 in #408
- Fix timing test by @boubre in #407
Full Changelog: v0.0.30.1...v0.0.31