thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Function to generate participant list from data folder #86

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

Loop through all folders in the experiments data folder, and mark:

Basically, the number indicates the level of wrongness. I guess this would result in a dictionary where each entry has a list of participant names: {0: ['marius', 'julius'], 1: ['tryout1'], 2: ['old', 'version'], 3: ['icon_backup']}

This can then be used in other functions.

juliusjgm12 commented 5 years ago

I made a function in GUI.py that does just this called generate_participant_markers. It creates the dictionary you detailed as self.participant_markers.