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