#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Image/Image.H"
#include "Image/Range.H"
#include "Image/DrawOps.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/EyeTrackerConfigurator.H"
#include "Psycho/EyeTracker.H"
#include "Psycho/PsychoOpts.H"
#include "Psycho/ArrayCreator.H"
#include "Component/EventLog.H"
#include "Component/ComponentOpts.H"
#include "Raster/Raster.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include "Util/SimTime.H"
#include "Util/Timer.H"
#include "rutz/rand.h"
#include <vector>
Go to the source code of this file.
Functions | |
int | main (const int argc, char **argv) |
Variables | |
static const ModelOptionDef | OPT_ACTrials |
Psychophysics display of still search arrays
Definition in file psycho-searchArray.C.
const ModelOptionDef OPT_ACTrials [static] |
{ MODOPT_ARG(int), "ACTrials", &MOC_PSYCHOARRAYCREATOR, OPTEXP_CORE, "number of times to repeat the sequnce", "trials", '\0', "<int>", "1" }
Definition at line 59 of file psycho-searchArray.C.