Changeset 3e2ebbb in sasview


Ignore:
Timestamp:
Feb 13, 2015 10:01:25 AM (9 years ago)
Author:
smk78
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:
78f02c3
Parents:
2ece3851
Message:

First pass conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/guiframe/media/data_explorer_help.rst

    r37bbd5f r3e2ebbb  
    1 ..data_explorer_help.rst 
     1.. _data_explorer_help.rst 
    22 
    33Loading Data 
    44============ 
    55 
    6 Placeholder for data explorer help 
     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 TracChangeset for help on using the changeset viewer.