from psychopy import visual, core, misc, event
import numpy #for maths on arrays
from numpy.random import random, shuffle #we only need these two commands from this lib
from random import *
import math
win = visual.Window([1024,768], units='pix', monitor='testMonitor',rgb=(-1,-1,-1))
numbers =...
from psychopy import visual, core, misc, event
import numpy #for maths on arrays
from numpy.random import random, shuffle #we only need these two commands from this lib
from random import *
import math
win = visual.Window([1024,768], units='pix', monitor='testMonitor',rgb=(-1,-1,-1))
numbers =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.