source: sasview/docs/pre-sphinx-docs/data_operator_help_v0.html @ 54b9ad2

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

All pre-Sphinx, pre-ReST (ie, html) help files now moved to
/docs/pre-sphinx-docs

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<html>
2<body>
3<h4>Data Operator</h4>
4<ul>
5<li><a href="#Description">Description</a></li>
6<li><a href="#Howto">Howto?</a></li>
7</ul>
8<h5><a name="Description">Description</a></h5>
9<p>
10This dialog panel provides arithmetic operations between two data sets (the last data set could be a number): <br> 
11When the data1 and data2 are selected, their x (or qx and qy for 2D) values must match with each other.
12</p>
13
14<h5><a name="Howto">Howto?</a></h5>
15<p>
161) Type the data name resulted from an operation.<br>
172) Select a data/theory in the drop down menus. When the data2 is set to number,
18 type a number in the text control box. <br>
193) Select an arithmetic operator symbol; + (for addition), - (for subtraction),
20* (for multiplication), / (for division), and | (for combination of two data sets).
21If two data sets are not match, the operation will fail and the background
22color of the combo box items will turn to red (WIN only).<br>
234) If the operation is successful, hit the Apply button to make the new data.
24Then the data name will be shown up in the data box in the data explorer.<br>
25Note: The errors and warnings will be displayed at the bottom of the SasView window.
26</p> 
27<p>
28<img src="data_oper_pic.png">
29<br>
30Data operation dialog
31</p>
32
33</body>
34
35</html>
Note: See TracBrowser for help on using the repository browser.