Changeset aa352c8 in sasview
- Timestamp:
- Apr 28, 2015 11:18:31 AM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- b78707b0
- Parents:
- 7e0f9b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/guiframe/media/data_explorer_help.rst
r2bf5e3b raa352c8 17 17 Remove_Data_ 18 18 19 Create_New_Plot_ 20 19 21 Append_Plot_to_Graph_ 20 21 Create_New_Plot_22 22 23 23 Freeze_Theory_ … … 40 40 41 41 *NOTE! When* Data Explorer *is hidden, all data loaded will be sent directly 42 to the current active a pplication, if possible. When* Data Explorer *is42 to the current active analysis perspective, if possible. When* Data Explorer *is 43 43 shown, data go first to the* Data Explorer. 44 44 … … 50 50 --------- 51 51 52 To load data, click the button *Load Data*, then select one or more (by holding 53 the Ctrl key) files to load into the application. The name of each selected 54 file will be listed. 52 To load data, do one of the following: 55 53 56 Clicking the *+* symbol will display any available metadata. 54 Select File -> Load Data File(s), and navigate to your data; 55 56 Select File -> Load Data Folder, which will attempt to load all the data in the 57 specified folder; 58 59 Or, in the *Data Explorer* click the button *Load Data*, then select one or more 60 (by holding down the Ctrl key) files to load into SasView. 61 62 The name of each loaded file will be listed in the *Data Explorer*. Clicking the 63 *+* symbol alongside will display any available metadata read from the file. 57 64 58 65 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 64 71 65 72 Right-clicking on a loaded dataset (or model calculation, what SasView calls a 66 theory) brings up a *Handy Menu* from which it is possible to access Datainfo, 67 Save the data/theory, or Plotthe data/theory.73 'theory') brings up a *Handy Menu* from which it is possible to access *Data Info*, 74 *Save* the data/theory, or *Plot* the data/theory. 68 75 69 76 .. image:: hand_menu.png … … 77 84 78 85 To interact with data it must be activated. This is accomplished by checking 79 the box next to the data label. A green tick will appear.86 the box next to the file name in the *Data Explorer*. A green tick will appear. 80 87 81 Unchecking/unticking the box deactivates adata set.88 Unchecking/unticking a box deactivates that data set. 82 89 83 90 There is also a combo box labeled *Selection Options* from which you can 84 activate or deactivate multiple data sets .91 activate or deactivate multiple data sets in one go. 85 92 86 93 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 94 101 selected data sets.* 95 102 96 *Remove Data* removes all reference to selected data from the application. 103 *Remove Data* removes all references to selected data from SasView. 104 105 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 106 107 .. _Create_New_Plot: 108 109 Create New Plot 110 --------------- 111 112 Click on the *New Plot* button to create a new plot panel where the currently 113 selected data will be plotted. 97 114 98 115 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 103 120 -------------------- 104 121 105 This operation can only be performed on 1D data and plot panels currently122 This operation can currently only be performed on 1D data and plot panels 106 123 containing 1D data. 107 124 108 Click on the button *Append To* to add selected data to a plot panel. Next to109 t he button is a combo box containing the names of available plot panels.125 Click on the button *Append Plot To* to add selected data to a plot panel. Next 126 to the button is a combo box containing the names of available plot panels. 110 127 Selecting a name from this combo box will move that plot into focus. 111 128 … … 114 131 115 132 2D Data cannot be appended to any plot panels. 116 117 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ118 119 .. _Create_New_Plot:120 121 Create New Plot122 ---------------123 124 Click on the *New Plot* button to create a new plot panel where the currently125 selected data will be plotted.126 133 127 134 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 134 141 The *Freeze Theory* button generates data from the selected theory. 135 142 136 *NOTE! This operation can only be performed when theory labels are selected.* 143 *NOTE! This operation can only be performed when theory labels are selected in* 144 *the Data panel.* 137 145 138 146 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 143 151 ------------------- 144 152 145 Click on the button *Send To* button to send the currently selected data to146 a perspective(for *Fitting*, *P(r) Inversion*, or *Invariant* calculation).153 Click on the *Send To* button to send the currently selected data to one of the 154 perspectives (for *Fitting*, *P(r) Inversion*, or *Invariant* calculation). 147 155 148 156 The *Single*/*Batch* mode radio buttons only apply to the *Fitting* perspective. … … 155 163 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 156 164 157 .. note:: This help document was last changed by Steve King, 18Feb2015165 .. note:: This help document was last changed by Steve King, 26Apr2015
Note: See TracChangeset
for help on using the changeset viewer.