source: sasview/theoryview/media/model_use_help.html @ 614cf546

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 614cf546 was 614cf546, checked in by Gervaise Alina <gervyh@…>, 14 years ago

add html file for theory perspective

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<html>
2<body>
3
4<h4>Visualize Model</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> Added Shapes</b> : model written by the user</li>
17        </ul>
18</p>
19
20<h5><a name="Visualize">Change Model's parameters</a></h5>
21<p>
22        To visualize model in a different window, from menu click on <b>Model</b>.Select
23        a type of model and then the name of your model.A new window will appear with the plot
24        of your model with default values. Change model's parameters on <b> model view</b> tab
25        and view the plotted model with its new parameters.
26</p>
27
28<h5><a name="Plugin"> Write your own model plugin</a></h5>
29<p>
30        Write your own model plugin and save it into <b>plugins</b> directory. You plugin
31        model will be added into "<>added Models</>" fiel on model menu. then you can use it
32        as a regular default model.
33</p>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.