#include <cstdio>
#include "Component/ModelManager.H"
#include "Psycho/EyeLinkAscParser.H"
#include "Media/MPEGStream.H"
#include "GUI/XWinManaged.H"
#include "Raster/Raster.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/DrawOps.H"
Go to the source code of this file.
Classes | |
struct | TDexpData |
struct | TDexpDataReport |
Defines | |
#define | RES_W 1024 |
#define | RES_H 768 |
#define | IM_WIDTH 640 |
#define | IM_HEIGHT 480 |
#define | NUM_CONDITIONS 3 |
Functions | |
rutz::shared_ptr< TDexpDataReport > | loadTDexpResult (std::string fileName, std::string wDir) |
std::vector< std::pair < std::string, std::string > > | getListOfSubjectData (std::string subjListFilename) |
std::vector< std::vector < std::vector< std::pair< uint, uint > > > > | fillExperimentData (std::vector< std::pair< rutz::shared_ptr< EyeLinkAscParser >, rutz::shared_ptr< TDexpDataReport > > > subjDataReport, std::string fileName) |
void | createRandDistribution (std::vector< std::pair< rutz::shared_ptr< EyeLinkAscParser >, rutz::shared_ptr< TDexpDataReport > > > subjDataReport, std::vector< std::vector< std::vector< std::pair< uint, uint > > > > experimentData, std::string subjectFolder) |
int | main (const int argc, const char **argv) |
displays the locations of the fixations as the video is playing
Definition in file eyeLinkReplay.C.
std::vector< std::vector< std::vector< std::pair< uint, uint > > > > fillExperimentData | ( | std::vector< std::pair< rutz::shared_ptr< EyeLinkAscParser >, rutz::shared_ptr< TDexpDataReport > > > | subjDataReport, | |
std::string | fileName | |||
) |
return the appropriate links to each stimuli and the condition [stimuli][condition][subject,trialNumber]
Definition at line 543 of file eyeLinkReplay.C.
References sformat(), and Raster::waitForKey().