source: sasview/src/sas/sasgui/perspectives/calculator/media/data_operator_help.rst @ d85c194

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 d85c194 was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Remaining modules refactored

  • Property mode set to 100644
File size: 1.8 KB

Data Operations Tool

Description

This tool permits arithmetic operations between two data sets. Alternatively, the last data set can be a number.

NOTE! When Data1 and Data2 are both data, their Q (or Qx and Qy for 2D) value(s) must match with each other UNLESS using the 'append' operator.

Using the tool

  1. Ensure you have loaded data into the Data Explorer (see :ref:`Loading_data`).

    ?
  2. Select Data Operation from the Tool menu on the SasView toolbar.

  3. Select a dataset/theory in the drop-down menu Data1. A mini-plot of the data will appear underneath.

  4. Select a dataset/theory in the drop-down menu Data2 or select Number and enter a number in the box that appears alongside.

  5. Select an arithmetic operator symbol from the Operator drop-down. The available operators are:

  • + (for addition)
  • - (for subtraction)
  • * (for multiplication)
  • / (for division)
  • | (for combination of two data sets)
If two data sets do not match, the operation will fail and the background color of the combo box items will turn to red (WIN only).
  1. If the operation is successful, hit the Apply button to make the new dataset. The new dataset will appear in the Data Explorer.

NOTE! Any errors and warnings will be displayed at the bottom of the SasView window.

data_oper_pic.png

Note

This help document was last changed by Steve King, 01May2015

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