|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object FittsTaskTwoTrace
public class FittsTaskTwoTrace
FittsTaskTwoTrace - an application to plot the trace data in the sd3 files created by FittsTaskTwo.
The sd3 data file processed by this application must be in a specific format. Each trace is encoded in three consecutive lines: (i) the timestamps, (ii) the x samples, and (iii) the y samples. The trace data are preceded with the following trial identifier data:
block - block number A - target amplitude (distance in pixels to the target) W - target width (diameter of target circle in pixels) trial - trial number within block from_x - x coordinate of beginning of trial from_y - y coordinate of beginning of trial to_x - centre x coordinate of target circle to_y - centre y coordinate of target circleClick here for an example of an sd3 data file.
Invocation:
PROMPT>java FittsTaskTwoTrace
Trace data from eye tracking experiment:
As above, but showing sample points as well as traces:
Constructor Summary | |
---|---|
FittsTaskTwoTrace()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FittsTaskTwoTrace()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |