Command-line interface¶
visigoth
¶
usage: visigoth [-h] [-p PARAMSET] [-s SUBJECT] [--session SESSION] [-r RUN]
[--mouse] [--demo] [--refresh_error REFRESH_ERROR]
[--display_name DISPLAY_NAME] [--debug] [--nosave]
[study_dir]
Positional Arguments¶
- study_dir
path to directory containing experiment and params modules
Named Arguments¶
- -p, --paramset
name of params dictionary to load
- -s, --subject
identifier for subject
- --session
identifier for experimental session
- -r, --run
identifier for run (block) within the session
- --mouse
simulate eye position using mouse
- --demo
run experiment in demo mode
- --refresh_error
maximum tolerable refresh rate error, in Hz
- --display_name
load parameters for this display, overriding params module
- --debug
activate global debugging mode
- --nosave
don’t create any data record (for testing)
visigoth-remote
¶
usage: visigoth-remote [-h] [--host HOST] [--localhost] [--notrials]
[study_dir]
Positional Arguments¶
- study_dir
path to directory containing remote module
Named Arguments¶
- --host
experiment server IP address
- --localhost
connect to server at localhost
- --notrials
only show eye-tracking panel, not trial information