Pierce Edmiston
Pierce Edmiston
Augments the Config class to accept an optional filename parameter to specify a custom config file. Adds an argument to the CLI to pass the config file through to the...
The first run of a new experiment (i.e., no PATHS have been saved) first initializes a .hdf5 in the current working directory, then makes an additional .hdf5 after the PATHs...
Directories generated for each session should contain native device data and the trial list (only if using ConditionVariableProvider class?). Currently the native device data is stored in only the most...
Currently, paths to experiment resources and results are relative to the experiment directory. It would be nice if we could specify absolute paths if someone wanted to store data or...
Two additional features that might improve session parameter usability: 1) Input checking - dtype (most important) - list of possible options / satisfies some other criterion (significantly less important) If...
Current defaults for the session parameters are: - session name (does not need to be unique; saved in the session variables) - session code (must be a unique code; generates...
I had some problems with the XML parsing; it looks like updates to Qualtrics have changed the format. I did my best to retain the original functionality, but it's not...