# 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.
