Changeset 684fade in sasview
- Timestamp:
- Feb 18, 2015 12:38:51 PM (10 years ago)
- 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:
- 7072ce6
- Parents:
- fb07044d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/calculator/media/data_operator_help.rst
r98b30b4 r684fade 9 9 Description 10 10 ----------- 11 This dialog panel provides arithmetic operations between two data sets (the12 last data set could be a number).13 11 14 When data1 and data2 are selected, their x (or qx and qy for 2D) value(s) 15 must match with each other. 12 This tool permits arithmetic operations between two data sets. Alternatively, 13 the 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) 16 value(s) must match with each other UNLESS using the 'append' operator.* 16 17 17 18 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ … … 19 20 How To 20 21 ------ 21 1. Type the data name resulted from an operation.22 22 23 2) Select a data/theory in the drop down menus. When data2 is set to number, 24 type a number in the text control box. 23 1) Enure you have loaded data into the *Data Explorer* (see :ref:`Load_Data`). 25 24 26 3) Select an arithmetic operator symbol; + (for addition), - (for subtraction), 27 * (for multiplication), / (for division), and | (for combination of two data 28 sets). 25 2) Select *Data Operation* from the *Tool* menu on the SasView toolbar. 29 26 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).27 3) Select a dataset/theory in the drop-down menu *Data1*. A mini-plot of the 28 data will appear underneath. 32 29 33 4) If the operation is successful, hit the Apply button to make the new data.34 Then the data name will be shown up in the data box in the data explorer.30 4) Select a dataset/theory in the drop-down menu *Data2* or select *Number* 31 and enter a number in the box that appears alongside. 35 32 36 Note: Any errors and warnings will be displayed at the bottom of the SasView 37 window. 33 5) Select an arithmetic operator symbol from the *Operator* drop-down. The 34 available operators are: 35 36 * + (for addition) 37 * - (for subtraction), 38 * * (for multiplication) 39 * / (for division) 40 * | (for combination of two data sets) 41 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). 44 45 6) If the operation is successful, hit the Apply button to make the new dataset. 46 The new dataset will appear in the *Data Explorer*. 47 48 *NOTE! Any errors and warnings will be displayed at the bottom of the SasView 49 window.* 38 50 39 51 .. image:: data_oper_pic.png 52 53 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 54 55 .. note:: This help document was last changed by Steve King, 18Feb2015
Note: See TracChangeset
for help on using the changeset viewer.