Creating Past Stimuli Lists

Creating past stimuli lists

This creates a list of the stimuli a given subject was tested on.

  1. Open Terminal and change the directory (cd) to the subject's folder in Subject_Files (e.g. Volumes/seedlings/Subject_Files/01_01-01-2016).

  2. Run the following command, filling in the subject ID and month:

ls -1 ??_??/In-Lab_Visit/Stimuli/Image_Stims >> [subid]_[month]_StimuliList.txt

For example:

ls -1 ??_??/In-Lab_Visit/Stimuli/Image_Stims >> 01_18_StimuliList.txt

This will create a .txt file in the subject's folder.

Last updated