public class MergeSD2FilesGUI
extends java.lang.Object
MergeSD2FilesGUI |
Upon selecting an sd2 file and clicking "Open", MergeSD2FilesGUI reads the data from all the sd2 files in the directory and merges the data into a single rectangular data table. The header line appears just once, in the first row of the data table, and identifies the data in each column. An example is shown below for the sd2 data from an experiment that used an early version of GoFitts called FittsTaskTwo. Click here to view the publication where these data are analysed.

The image above contains two regions. The top region shows the data table. Scrollbars appear for convenient viewing and inspection of the data. The bottom region identifies the files read and the number of lines of data read for each file. In the example, 72 files were read with 4 data lines per file.
The data are saved by clicking "Save" and providing a name for the output data file. Using ".csv" as the filename suffix facilitates importing into Excel where the fun begins!
| Constructor and Description |
|---|
MergeSD2FilesGUI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |