source: sasview/docs/sphinx-docs/source/user/sasgui/guiframe/data_explorer_help.rst @ 49148bb

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 49148bb was 49148bb, checked in by smk78, 8 years ago

Add in guiframe related docs files

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[49148bb]1.. data_explorer_help.rst
2
3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
5
6.. _Loading_data:
7
8Loading Data
9============
10
11The data explorer
12-----------------
13
14*Data Explorer* is a panel that allows the user more interactions with data.
15Some functionalities provided by the *Data Explorer* are also available through
16the context menu of plot panels or other menus within the application.
17
18Under *View* in the menu bar, *Data Explorer* can be toggled between Show and
19Hide by clicking *Show/Hide Data Explorer*.
20
21*NOTE! When* Data Explorer *is hidden, all data loaded will be sent directly
22to the current active analysis perspective, if possible. When* Data Explorer *is
23shown, data go first to the* Data Explorer.
24
25.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
26
27Loading data
28------------
29
30To load data, do one of the following:
31
32Select File -> Load Data File(s), and navigate to your data;
33
34Select File -> Load Data Folder, which will attempt to load all the data in the
35specified folder;
36
37Or, in the *Data Explorer* click the button *Load Data*, then select one or more
38(by holding down the Ctrl key) files to load into SasView.
39
40The name of each loaded file will be listed in the *Data Explorer*. Clicking the
41*+*  symbol alongside will display any available metadata read from the file.
42
43.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
44
45The handy menu
46--------------
47
48Right-clicking on a loaded dataset (or model calculation, what SasView calls a
49'theory') brings up a *Handy Menu* from which it is possible to access *Data Info*,
50*Save* the data/theory, or *Plot* the data/theory.
51
52.. image:: hand_menu.png
53
54.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
55
56Activating data
57---------------
58
59To interact with data it must be activated. This is accomplished by checking
60the box next to the file name in the *Data Explorer*. A green tick will appear.
61
62Unchecking/unticking a box deactivates that data set.
63
64There is also a combo box labeled *Selection Options* from which you can
65activate or deactivate multiple data sets in one go.
66
67.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
68
69Removing data
70-------------
71
72*WARNING!* Remove Data *will stop any data operations currently using the
73selected data sets.*
74
75*Remove Data* removes all references to selected data from SasView.
76
77.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
78
79Creating a new plot
80-------------------
81
82Click on the *New Plot* button to create a new plot panel where the currently
83selected data will be plotted.
84
85.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
86
87Appending plots to a graph
88--------------------------
89
90This operation can currently only be performed on 1D data and plot panels
91containing 1D data.
92
93Click on the button *Append Plot To* to add selected data to a plot panel. Next
94to the button is a combo box containing the names of available plot panels.
95Selecting a name from this combo box will move that plot into focus.
96 
97If a plot panel is not available, the combo box and button will be
98disabled.
99
1002D Data cannot be appended to any plot panels.
101
102.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
103
104Freezing the theory
105-------------------
106
107The *Freeze Theory* button generates data from the selected theory.
108
109*NOTE! This operation can only be performed when theory labels are selected in*
110*the Data panel.*
111
112.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
113
114Sending data to applications
115----------------------------
116
117Click on the *Send To* button to send the currently selected data to one of the
118perspectives (for *Fitting*, *P(r) Inversion*, or *Invariant* calculation).
119 
120The *Single*/*Batch* mode radio buttons only apply to the *Fitting* perspective.
121
122*Batch mode* provides serial (batch) fitting with one model function, that is,
123fitting one data set followed by another. If several data sets need to be
124fitted at the same time, use *Simultaneous* fitting under the *Fitting* 
125option on the menu bar.
126
127.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
128
129.. note::  This help document was last changed by Steve King, 01May2015
Note: See TracBrowser for help on using the repository browser.