Trialhandler and time measuring in psychopy
问题 For a go-NoGo Task I want to organize pictures with the data.TrialHandler class from psychopy: trials = data.TrialHandler(ImageList, nReps=1, method='random') Now I want to code a loop in which psychopy is going into the dictionary, is presenting the first set of pictures (e.g. A_n) and afterwards is going to the second set until the sixth set. I tried the following: import glob, os, random, sys, time import numpy.random as rnd from psychopy import visual, core, event, monitors, gui, logging,