This repository composes the modules available for an attentional system based on the selection model for perception proposed by Colombini (2016). The modules were implemented with CST.
Description available on the CST website https://cst.fee.unicamp.br/tutorials/attention
'''
chmod +x ex.sh
'''
'''
mkdir ~/git/test/opt
git clone https://github.com/CST-Group/cst.git ~/git/test/opt cd ~/git/test/opt ./gradlew --no-daemon clean build
mkdir ~/git/test/libs cp -v ~/git/test/opt/build/libs/*.jar ~/git/test/libs/ || { log "No CST jars found"; exit 1; }
'''
'''
'''