
#include "Component/ModelManager.H"#include "Image/Image.H"#include "Raster/Raster.H"#include "Media/MPEGStream.H"#include "Media/MediaOpts.H"#include "Psycho/PsychoDisplay.H"#include "Psycho/EyeTrackerConfigurator.H"#include "Psycho/EyeTracker.H"#include "Psycho/PsychoOpts.H"#include "Component/EventLog.H"#include "Component/ComponentOpts.H"#include "Util/MathFunctions.H"#include "Util/Types.H"#include "Video/VideoFrame.H"#include "rutz/time.h"#include <deque>#include <sstream>
Go to the source code of this file.
Functions | |
| static int | waitForFixation (const Point2D< int > fparr[], const int arraylen, const int radius, double fixlen, nub::soft_ref< EyeTracker > et, nub::soft_ref< PsychoDisplay > d, const bool do_drift_correction=false) |
| static int | submain (const int argc, char **argv) |
| int | main (const int argc, char **argv) |
Psychophysics display of pro-/anti-saccade task. The paradigm is similar to Munoz et al., 1998 except that targets are 10 degree eccentric and only overlap condition is used. ./bin/psycho-classic-antisaccade <number of="" trials>=""> <block(0) or interleave (1)>
Definition in file psycho-classic-antisaccade.C.
| static int submain | ( | const int | argc, | |
| char ** | argv | |||
| ) | [static] |
Point2D<int> ip = Point2D<int>(0,y);;
int status;
Definition at line 125 of file psycho-classic-antisaccade.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), MYLOGVERB, ModelManager::parseCommandLine(), randShuffle(), ModelManager::setOptionValString(), sformat(), ModelComponent::start(), and ModelComponent::stop().
1.6.3