source: sasview/sansview/media/model_use_help.html @ 515bf4f

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 515bf4f was 000b025, checked in by Jae Cho <jhjcho@…>, 13 years ago

minor change for help

  • Property mode set to 100644
File size: 1.2 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 plugin</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 plugin</a></h5>
30<p>
31        Write your own model plugin and save it (in .txt format) into <b>plugins</b> directory. You plugin
32        model will be added into "<>Customized Models</>"  on the model selection.
33</p>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.