Getting Started with LabMaestro Pack&Go

Getting Started with LabMaestro Pack&Go

Questions can be sent to: [email protected] Overview LabMaestro Pack&Go is VPixx’s online platform for running MATLAB/Psychtoolbox-3 experiments remotely. Pack&Go is meant to offer researchers a versatile and easy solution for online experimentation. Crucially, you can upload any local MATLAB experiment on Pack&Go, with little to no modification required. Moreover, Pack&Go is an extensible solution and…

Visualizing Gaze Data

Visualizing Gaze Data

Overview Formatting your data Plotting raw gaze data Generating a gaze heat map Plotting fixation data Plotting saccade data Summary Download project code and materials: Download Questions can be sent to: [email protected] Overview The TRACKPixx3 records eye tracking data at a rate of 2000 samples per second. During recording, these data are saved in the…

Introduction to Registers and Schedules

Introduction to Registers and Schedules

Questions can be sent to: [email protected] Overview If you have started looking through our MATLAB and Python demos, you will probably have encountered code that looks like this: Datapixx(‘RegWrRd’); DPxUpdateRegCache() device.updateRegCache() And possibly this: Datapixx(‘StopAllSchedules’); DPxStopAllScheds() device.din.stopSchedule() If you’re curious about what these commands do, this guide is for you. Registers and schedules are core…