source: sasview/src/sas/qtgui/MainWindow/media/data_explorer_help.rst @ d1fa2b8

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since d1fa2b8 was d1fa2b8, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Main Window help update SASVIEW-915

  • Property mode set to 100755
File size: 4.3 KB

Loading Data

The data explorer

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 within the application.

Loading data

To load data, do one of the following:

Select File -> Load Data File(s), and navigate to your data;

Select File -> Load Data Folder, which will attempt to load all the data in the specified folder;

Drag and drop a file or multiple files from the external file explorer into the Data Explorer area.

Or, in the Data Explorer click the button Load Data, then select one or more (by holding down the Ctrl key) files to load into SasView.

The name of each loaded file will be listed in the Data Explorer. Clicking the empty triangle symbol alongside will display any available metadata read from the file.

The handy menu

Right-clicking on a loaded dataset (or model calculation, what SasView calls a 'theory') brings up a Handy Menu from which it is possible to access Data Info, Save the data/theory, Delete the data/theory or Plot the data/theory.

hand_menu.png

Activating data

To interact with data it must be activated. This is accomplished by checking the box next to the file name in the Data Explorer. A tick will appear.

Unchecking/unticking a box deactivates that data set.

There is also a combo box labeled Selection Options from which you can activate or deactivate multiple data sets in one go.

Removing data

WARNING! Remove Data will stop any data operations currently using the selected data sets.

Delete Data removes all references to selected data from SasView.

Right-clicking on one or more datasets also gives the option of removing the selected datasets.

Creating a new plot

Click on the Create New button in the Plot section to create a new plot panel where the currently selected data will be plotted.

Appending plots to a graph

This operation can currently only be performed on 1D data and plot panels containing 1D data.

Click on the button Append Plot To to add selected data to a plot panel. Next to the button is a combo box containing the names of available plot panels. Selecting a name from this combo box will move that plot into focus.

If a plot panel is not available, the combo box and button will be disabled.

2D Data cannot be appended to any plot panels.

Freezing the theory

The Freeze Theory button on the Theory tab page generates data from the selected theory.

NOTE! This operation can only be performed when theory labels are selected in the Data panel.

Sending data to applications

Click on the Send data TO button to send the currently selected data to the currently active analysis (Fitting, P(r) Inversion, or Invariant calculation).

The Single/Batch mode radio buttons only apply to Fitting and P(r) Inversion.

Batch mode provides serial (batch) fitting with one model function, that is, fitting one data set followed by another. If several data sets need to be fitted at the same time, use Simultaneous fitting under the Fitting option on the menu bar.

Note

This help document was last changed by Piotr Rozyczko, 11May2018

Note: See TracBrowser for help on using the repository browser.