source: sasview/src/sas/data_util/media/data_operator_help.rst @ 920928f

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

Fixed rst errors. Sphinx docs now build in a useable form. Require
checking against existing html.

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[920928f]1.. data_operator_help.rst
[0d66541]2
[78f02c3]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
[37bbd5f]6Data Operations Tool
7====================
8
[78f02c3]9Description
10-----------
11This dialog panel provides arithmetic operations between two data sets (the
12last data set could be a number).
13
[23a9beb]14When data1 and data2 are selected, their x (or qx and qy for 2D) value(s)
[78f02c3]15must match with each other.
16
17.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
18
19How To
20------
211. Type the data name resulted from an operation.
22
232) Select a data/theory in the drop down menus. When data2 is set to number,
[23a9beb]24   type a number in the text control box.
[78f02c3]25
263) Select an arithmetic operator symbol; + (for addition), - (for subtraction),
[23a9beb]27   * (for multiplication), / (for division), and | (for combination of two data
28   sets).
[78f02c3]29
[23a9beb]30   If two data sets do not match, the operation will fail and the background color
31   of the combo box items will turn to red (WIN only).
[78f02c3]32
334) If the operation is successful, hit the Apply button to make the new data.
[23a9beb]34   Then the data name will be shown up in the data box in the data explorer.
[78f02c3]35
[23a9beb]36Note: Any errors and warnings will be displayed at the bottom of the SasView
[78f02c3]37window.
38
[920928f]39.. image:: data_oper_pic.png
Note: See TracBrowser for help on using the repository browser.