Ignore:
Timestamp:
Oct 17, 2011 3:14:51 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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:
40c84e4
Parents:
46cec6c
Message:

some changes in help doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fittingview/src/sans/perspectives/fitting/media/single_fit_help.html

    r2c90c74 rb3199ac3  
    1010<h5><a name="fitpage">Single Fit</a></h5> 
    1111<p>  
    12         Move the mouse pointer to the data plot to highlight (yellow).  When right clicking and holding, a pop-up (context) menu will appear.  
    13         Select from the context menu <b>Select Data for fitting</b>. 
    14         A new tab with the name of the data selected will appears. Select a model used for the fit 
    15         from the combo box. Model's parameters will be display.Set initial parameters if need. 
    16         Check at least one parameter to fit.Click on <b> Fit</b> button. 
    17         New parameters values will be displayed as well as error and new chi square associated 
    18         with the fit operation. 
    19         The model will be replotted with its new values. 
    20         Errors will be display on the statusbar. 
    21         Single fit can also be perform on the "<b>simultaneous fit </b>" tab is parameters are previously  
    22         selected on the page corresponding to a model name check. if one model is check, click  
    23         on <b> constraint fit </b> button to perform a single fit. results will be displayed on  
    24         the appropriate tab. 
     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. 
    2522         
    2623</p> 
Note: See TracChangeset for help on using the changeset viewer.