source: sasview/src/sas/perspectives/fitting/media/single_fit_help.html @ 79492222

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 79492222 was 79492222, checked in by krzywon, 9 years ago

Changed the file and folder names to remove all SANS references.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<html>
2<body>
3
4<h4>Single Fit</h4>
5<ul>
6<li><a href="#fitpage">Single Fit</a></li>
7
8</ul>
9
10<h5><a name="fitpage">Single Fit</a></h5>
11<p> 
12        One of two fit-engines can be chosen from the Fitting menu bar. The Simple Fit-engine uses Scipy's leasqr
13        and the Complex Fit-Engine is a custom optimizer that provides a better chance
14        to find the global minimum of the chi2 but that requires longer computation time.
15        In order to set a data to a control panel (FitPage), see the "DataLoader Help".
16        Once a data set to the FiPage, select a model from the combo box.
17        The default parameters of the model will be display. Set initial parameters if need.
18        Check and uncheck parameters to fit/fix. Click the <b> 'Fit'</b> button.
19        When the fitting is finished, the resultant parameter values will be displayed with the errors. If a error is missing, it generally means
20        that the corresponding parameter is not very depending on the model. The chisq/Npt_fit and the plot associated
21        with the fit operation will be also updated.
22       
23</p>
24
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.