source: sasview/docs/pre-sphinx-docs/model_use_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.3 KB
Line 
1<html>
2<body>
3
4<h4>Model Selection</h4>
5<ul>
6<li><a href="#Model type">Model type</a></li>
7<li><a href="#Visualize">Change Model's parameters</a></li>
8<li><a href="#Plugin"> Write your own model</a></li>
9</ul>
10
11<h5><a name="Model types">Model type</a></h5>
12<p> Models are grouped into three classes:
13        <ul>
14        <li><b> Shapes</b>: Regular  geometric shapes</li>
15        <li><b> Shape- Independent</b></li>
16        <li><b> Customized Models</b> : models written by the user</li>
17        <li><b> Structure Factor</b> </li>
18        </ul>
19</p>
20
21<h5><a name="Visualize">Change Model's parameters</a></h5>
22<p>
23        To visualize model in a different window, from menu click on <b>Model</b>.Select
24        a type of model and then the name of your model.A new window will appear with the plot
25        of your model with default values. Change model's parameters on <b> model view</b> tab
26        and view the plotted model with its new parameters.
27</p>
28
29<h5><a name="Plugin"> Write your own model</a></h5>
30<p>The custom model editors are provided from 'Fitting' menu in the menu bar.
31        See 'Custom model editor' in the side menu on left.
32        Advanced users can write your own model and save it (in .py format) into <b>plugin_models</b> directory
33        in .sasview of your home directory (eg., username\.sasview>\plugin_models). You plugin
34        model will be added into "<>Customized Models</>"  on the next model selection.
35</p>
36</body>
37</html>
Note: See TracBrowser for help on using the repository browser.