source: sasview/docs/pre-sphinx-docs/model_editor_help_v0.html @ c43953ef

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.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since c43953ef 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.7 KB
Line 
1<html>
2<body>
3<h4>Edit Custom Model</h4>
4<ul>
5<li><a href="#description">Description</a></li>
6<li><a href="#new">New</a></li>
7<li><a href="#sum">Sum|Multi(p1,p2)</a></li>
8<li><a href="#advanced">Advanced</a></li>
9<li><a href="#delete">Delete</a></li>
10
11</ul>
12<h5><a name="description">Description</a></h5>
13<p>
14This menu (Fitting/Edit Custom Model in the menu bar) interface is to provide you an easy way to write your own custom models.
15The changes in a model function are effective after it is re-selected from the combo-box menu.
16</p>
17<br/>
18<img src="edit_model_menu.bmp"/>
19<br/>
20<br/>
21<h5><a name="new">New</a></h5>
22<p>
23This option is used to make a new model.
24A model code generated by this option can be viewed and further modified by the 'Advanced' option below.
25</p>
26<br/>
27<img src="new_model.bmp"/>
28<br/>
29<br/>
30<h5><a name="sum">Sum|Multi(p1,p2)</a></h5>
31<p>
32This option create a new sum (or multiplication) model. Fill up the (sum model function) name and the description.
33The description will show up on details button in the application.
34Then select the p1 or p2 model for the sum/multi model,
35select an operator as necessary and click the Apply button for activation.
36Hit the 'Close' button when it's done.
37</p>
38<br/>
39<img src="sum_model.bmp"/>
40<br/>
41<br/>
42<h5><a name="advanced">Advanced</a></h5>
43<p>
44The menu option shows all the files in the plugin_models folder.
45You can edit, modify, and save it.
46It is recommended to modify only the lines with arrow (## &#60-----).
47In the end of edit, 'Compile' and 'Run' from the menu bar to activate or to see the model working properly.
48</p>
49
50
51<h5><a name="delete">Delete</a></h5>
52<p>
53The menu option is to delete the custom models. Just select the file name to delete.
54</p>
55
56</body>
57
58</html>
Note: See TracBrowser for help on using the repository browser.