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

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 ad4d8b4 was ad4d8b4, checked in by smk78, 9 years ago

Fixed problem with Sphinx interpreting specified operands by adding \
escape character.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[98b30b4]1.. data_operator_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
6Data Operations Tool
7====================
8
9Description
10-----------
11
[684fade]12This tool permits arithmetic operations between two data sets. Alternatively,
13the last data set can be a number.
14
15*NOTE! When* Data1 *and* Data2 *are both data, their Q (or Qx and Qy for 2D)
16value(s) must match with each other UNLESS using the 'append' operator.*
[98b30b4]17
18.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
19
20How To
21------
22
[684fade]231) Enure you have loaded data into the *Data Explorer* (see :ref:`Load_Data`).
24
252) Select *Data Operation* from the *Tool* menu on the SasView toolbar.
26
273) Select a dataset/theory in the drop-down menu *Data1*. A mini-plot of the
28   data will appear underneath.
29
304) Select a dataset/theory in the drop-down menu *Data2* or select *Number* 
31   and enter a number in the box that appears alongside.
[98b30b4]32
[684fade]335) Select an arithmetic operator symbol from the *Operator* drop-down. The
34   available operators are:
35   
[ad4d8b4]36*   \+ (for addition)
37*   \- (for subtraction)
38*   \* (for multiplication)
39*   \/ (for division)
40*   \| (for combination of two data sets)
[98b30b4]41
[684fade]42   If two data sets do not match, the operation will fail and the background
43   color of the combo box items will turn to red (WIN only).
[98b30b4]44
[684fade]456) If the operation is successful, hit the Apply button to make the new dataset.
46   The new dataset will appear in the *Data Explorer*.
[98b30b4]47
[684fade]48*NOTE! Any errors and warnings will be displayed at the bottom of the SasView
49window.*
[98b30b4]50
51.. image:: data_oper_pic.png
[684fade]52
53.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
54
55.. note::  This help document was last changed by Steve King, 18Feb2015
Note: See TracBrowser for help on using the repository browser.