Contains python scripts for generating digit clutter and digit debris stimuli as described here
Requires the following python packages, scipy, numpy and Pillow. These should be installed if your using the standard Anaconda distribution. If not these will need to be installed with the following command
pip install scipy numpy Pillow
Also requires ImageMagick (the code has been tested on version 7). The download and installation instructions can be found here.
Firstly, just ensure your files are in a directory on your python path. Having a look at the following working example should give an idea of how to generate stimulus sets.
A script is also included that generates 1000 images with the same attributes as the light debris image set described in the paper.