Skip to content

andrewpapale/CogEmoFaceReward

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

362 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### Random trial order
 setupOrder.R → FaceITI.csv

### Faces
faces/ and faces_large/

# cirlce
for f in *bmp; do convert -size 506x650 $f \( -size 506x650 xc:none -fill black -draw 'ellipse 250,325 250,325 0,360' \) -alpha Set -compose Dst_In  -composite ${f%.bmp}.png; done
# or just make white trans
# convert -size 506x650 -fuzz 15% -transparent white ${f%.bmp}.png
# size
for f in *.png; do convert -scale 50% $f $f; done

#### EPrime

CogEmoFaceReward.es2

 used animationAttempts/eprime_example/AnimateCanvasIntersection.es2 
 as template for sprite use



#### Matlab

CogEmoFaceReward.m

 http://psychtoolbox.org/PsychtoolboxDownload#hn_Installation_Instructions
 [installed with DownloadPsychtoolbox('C:\psychtoolbox') ]


###  Michael Frank code

Frank/
see Frank/email.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 85.0%
  • R 13.7%
  • Other 1.3%