Changeset b92884a in sasview for sansview/doc/single_fit_help.html


Ignore:
Timestamp:
Nov 3, 2008 5:01:50 PM (16 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
58eac5d
Parents:
d292959
Message:

help dialog filled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/doc/single_fit_help.html

    rd292959 rb92884a  
     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 TracChangeset for help on using the changeset viewer.