source: sasview/src/sas/guiframe/media/data_explorer_help.rst @ 3e2ebbb

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 3e2ebbb was 3e2ebbb, checked in by smk78, 9 years ago

First pass conversion

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[3e2ebbb]1.. _data_explorer_help.rst
[0d66541]2
[37bbd5f]3Loading Data
4============
5
[3e2ebbb]6Introduction_
7Load data_
8Handy menu_
9Activate data_
10Remove data_
11Append plot to graph_
12Create new plot_
13Freeze theory_
14Send data to applications_
15
16.. _Introduction : 
17------------------
18*Data Explorer*  is a panel that allows the user more interactions with data. Some functionalities provided by the Data Explorer are also available through the context menu of plot panels or other menus of the applications.Under menu *View*  of the menubar, Data explorer can be toggled between Show and Hide by clicking the menu *Show/Hide Data Explorer* .
19
20*IMPORTANT!*  When Data explorer is hidden, all the data loaded will be sent directly to the current active application, if possible. When data Explorer is shown data go first to the Data Explorer for the user to handle them later.
21
22.. _Load data :
23---------------
24To Load data, click the button *Load Data* , then select one or more (holding Ctrl key) files to load into the application. In the list, the *Data*  will be displayed as the name of each selected file. Expending this data by clicking the *+*  symbol will display available information about the data such as data title if exists.
25
26.. _Handy menu :
27----------------
28For a quick Data-info/Save/Plot/3d-plot(2d only)/Edit-mask(2d only), high-light the data/theory, right-click, and select a proper item from the context menu.
29.. _ image:: hand_menu.png
30
31
32.. _Activate data :
33-------------------
34To interact with data, check a data label and click on a button. Checking Data make them active for the button operation. Unchecking Data labels will deactivate them.
35
36There is a combo box labeled *Selection Options*  that allows to activate or select multiple data simultaneously.
37
38.. _Remove data :
39-----------------
40Remove data button remove all reference of this data into the application.
41
42*WARNING!* Remove data will stop any jobs currently using the selected data.
43
44.. _Append plot to graph :
45--------------------------
46Click on the button *Append To*  to append selected Data to a plot panel on focus. Next to this button is a combo box containing available panels names. Selecting a name from this combo box will set the corresponding lot panel on focus. If not plot panel is available, the combo box and button will be disable. 2D Data cannot be appended to any plot panels . This operation can only be performed on 1D data and plot panels currently containing 1D data.
47
48.. _Create new plot :
49---------------------
50Click on *New Plot*  button to create a new plot panel where selected data will be plotted.
51
52.. _Freeze theory :
53-------------------
54*Freeze Theory*  button generate Data from selected theory. This operation can only be performed when theory labels are selected.
55
56.. _Send to application :
57-------------------------
58Click on the button *Send To*  to send Data to the current active control page. One of the single/batch mode can be selected only for Fitting. The batch mode provides serial (batch) fitting with one model, i.e., fitting one data by another data. Note that only the Fitting allows more that one data to be sent.
59
Note: See TracBrowser for help on using the repository browser.