source: sasview/sansview/doc/single_fit_help.html @ fc6ea43

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 fc6ea43 was b92884a, checked in by Gervaise Alina <gervyh@…>, 16 years ago

help dialog filled

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<html>
2<body>
3
4<h4>Single Fit</h4>
5<ul>
6<li><a href="#fitpage">Single Fit</a></li>
7<li><a href="#linearfit">Linear Fit</a></li>
8</ul>
9
10<h5><a name="fitpage">Single Fit</a></h5>
11<p> 
12        Highlight the data to fit. Select from the context menu <b>Select Data for fitting</b>.
13        A new tab with the name of the data selected will appears. Select a model used for the fit
14        from the combo box. Model's parameters will be display.Set initial parameters if need.
15        Check at least one parameter to fit.Click on <b> Fit</b> button.
16        New parameters values will be displayed as well as error and new chi square associated
17        with the fit operation.
18        The model will be replotted with its new values.
19        Errors will be display on the statusbar.
20        Single fit can also be perform on the "<b>simultaneous fit </b>" tab is parameters are previously
21        selected on the page corresponding to a model name check. if one model is check, click
22        on <b> constraint fit </b> button to perform a single fit. results will be displayed on
23        the appropriate tab.
24       
25</p>
26
27<h5><a name="linearfit">Linear Fit</a></h5>
28<p>
29        Linear fit is performed with a line model. Highlight data to fit.From the context menu
30        select <b> Linear Fit</b>.A dialog window appears.Change model initial parameters, data limits
31        and hit <b> fit</b> button. New parameters values are displayed and the line with the new
32        parameters is added to the plot.
33</p>
34
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.