1 | <html> |
---|
2 | <body> |
---|
3 | |
---|
4 | <h4>Data Explorer Options</h4> |
---|
5 | <ul> |
---|
6 | <li><a href="#intro">Introduction</a></li> |
---|
7 | <li><a href="#load">Load data</a></li> |
---|
8 | <li><a href="#active">Activate data</a></li> |
---|
9 | <li><a href="#remove">Remove data</a></li> |
---|
10 | <li><a href="#append">Append plot to graph</a></li> |
---|
11 | <li><a href="#new">Create new plot</a></li> |
---|
12 | <li><a href="#freeze">Freeze theory</a></li> |
---|
13 | <li><a href="#send">Send data to applications</a></li> |
---|
14 | </ul> |
---|
15 | |
---|
16 | <h5><a name="intro"><font color="blue">Introduction</font></a></h5> |
---|
17 | <p> |
---|
18 | <b>Data Explorer</b> is a panel that allows the user more interactions with |
---|
19 | data. Some functionalities provided by the Data Explorer are also available |
---|
20 | through the context menu of plot panels or other menus of the applications.Under |
---|
21 | menu <b>View</b> of the menubar, Data explorer can be toggled between Show and Hide |
---|
22 | by clicking the menu <b>Show/Hide Data Explorer</b>. |
---|
23 | </p> |
---|
24 | <p><b><font size=2>IMPORTANT!</font></b> When Data explorer is hidden, all the data loaded will |
---|
25 | be sent directly to the current active application, if possible. When data Explorer is shown |
---|
26 | data go first to the Data Explorer for the user to handle them later. |
---|
27 | </p> |
---|
28 | |
---|
29 | <h5><a name="load"><font color="blue">Load data</font></a></h5> |
---|
30 | <p> |
---|
31 | To Load data, click the button <b>Load Data</b>, then select one or more (holding Ctrl key) |
---|
32 | files to load into the application. In |
---|
33 | the list, the <b>Data</b> will be displayed as the name |
---|
34 | of each selected file. |
---|
35 | Expending this data by clicking the <b>+</b> symbol |
---|
36 | will display available information about the data such as data title if exists. |
---|
37 | </p> |
---|
38 | |
---|
39 | <h5><a name="active"><font color="blue">Activate data</font></a></h5> |
---|
40 | <p> |
---|
41 | To interact with data, check a data label and click on a button. Checking Data |
---|
42 | make them active for the button operation. Unchecking Data labels will |
---|
43 | deactivate them. |
---|
44 | </p> |
---|
45 | <p> |
---|
46 | There is a combo box labeled <b> Selection Options</b> that allows to activate |
---|
47 | or select multiple data simultaneously. |
---|
48 | </p> |
---|
49 | |
---|
50 | <h5><a name="remove"><font color="blue">Remove data</font></a></h5> |
---|
51 | <p> |
---|
52 | Remove data button remove all reference of this data into the application. |
---|
53 | </p> |
---|
54 | <p> |
---|
55 | <font size=2><b>WARNING!</b></font> Remove data will stop any jobs |
---|
56 | currently using the selected data. |
---|
57 | </p> |
---|
58 | |
---|
59 | <h5><a name="append"><font color="blue">Append plot to graph</font></a></h5> |
---|
60 | <p> |
---|
61 | Click on the button <b>Append To</b> to append selected Data to a plot panel on |
---|
62 | focus. Next to this button is a combo box containing available panels names. |
---|
63 | Selecting a name from this combo box will set the corresponding lot panel on |
---|
64 | focus. If not plot panel is available, the combo box and button will be disable. |
---|
65 | 2D Data cannot be appended to any plot panels . This operation can only be |
---|
66 | performed on 1D data and plot panels currently containing 1D data. |
---|
67 | </p> |
---|
68 | |
---|
69 | <h5><a name="new"><font color="blue">Create new plot</font></a></h5> |
---|
70 | <p> |
---|
71 | Click on <b>New Plot</b> button to create a new plot panel where selected data |
---|
72 | will be plotted. |
---|
73 | </p> |
---|
74 | |
---|
75 | <h5><a name="freeze"><font color="blue">Freeze theory</font></a></h5> |
---|
76 | <p> |
---|
77 | <b>Freeze Theory</b> button generate Data from selected theory. This operation |
---|
78 | can only be performed when theory labels are selected. |
---|
79 | </p> |
---|
80 | |
---|
81 | <h5><a name="send"><font color="blue">Send to application</font></a></h5> |
---|
82 | <p> |
---|
83 | Click on the button <b>Send To</b> to send Data to the current active control page. |
---|
84 | One of the single/batch mode can be selected only for Fitting. The batch mode provides |
---|
85 | serial (batch) fitting with one model, i.e., fitting one data by another data. |
---|
86 | Note that only the Fitting allows more that one data to be sent. |
---|
87 | |
---|
88 | </p> |
---|
89 | |
---|
90 | </body> |
---|
91 | </html> |
---|