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/simultaneous_fit_help.html

    rd292959 rb92884a  
     1<html> 
     2<body> 
     3 
     4<h4>Simultaneous Fit</h4> 
     5<p> 
     6        Can only happen with more than 2 data select with their associated model. 
     7        Can only operate with the park engine selected <b>Fitting</b> on the menu. 
     8        check <b> park</b>. 
     9</p> 
     10<ul> 
     11<li><a href="#noconstraint">Simultaneous Fit without constraint</a></li> 
     12<li><a href="#constraint">Simultaneous Fit with constraint</a></li> 
     13</ul> 
     14 
     15<h5><a name="noconstraint">Simultaneous Fit without constraint</a></h5> 
     16<p>  
     17        Highlight the data to fit. Select from the context menu <b>Select Data for fitting</b>. 
     18        A new tab with the name of the data selected will appears. Select a model used for the fit 
     19        from the combo box. Model's parameters will be display.Set initial parameters if need. 
     20        Check at least one parameter to fit.Go to <b>Simultaneous Fit</b> and check at least 2 
     21        models name to fit.Click on <b> constraint fit </b> button. results will be displayed on  
     22        tabs corresponding to each model select. 
     23         
     24</p> 
     25 
     26<h5><a name="constraint">Simultaneous Fit with constraint</a></h5> 
     27<p> 
     28        Perform <a href="#noconstraint">Simultaneous Fit without constraint</a> step. 
     29        Enter constraint in the text control next to  <b>constraint fit</b> button. 
     30        Constraint should be of type model1 parameter name = f(model2 parameter name). 
     31        Many constraints can be entered for a single fit.Each of them should be separated  
     32        by a newline charater or ";" 
     33</p> 
     34 
     35</body> 
     36</html> 
Note: See TracChangeset for help on using the changeset viewer.