Options

Select Input File
Choose a file from the drop down list.
Enter Data
Displays a dialog box so that the user can enter data for a curve. The format of the data consists of two arrays of coordinates. Both arrays are space seperated numbers, begining with a '[' and ending with a ']'. The first array lists the x-coordinates of the points and the second array lists the cooresponding y-coordinates. The elements of these arrays can be any real numbers. For example, consider the following arrays:
[ -1 -2 -3 -2 -1 0 1 2 3 2 1 ]
[ 1.1 2 3 1 0 1 0 1 3 2 1.1 ]

The first point of this data set is (-1, 1.1).
Show Data
Displays a dialog box containing the coordinates of the curve currently shown on the paused screen. The coordinates are given in the same format described above. (This option is only available when the algorithm is paused.)
Close the curve
Connects the first and last points of the initial data set.
Reset
Reloads the initial data.
Run
Executes the unfolding algorithm on the currently displayed data.
Pause
Pauses the execution of the unfolding algorithm.
About
Displays a dialog box containing information about this applet.