source: sasview/sansview/media/key_help.html @ 389c991

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 389c991 was 389c991, checked in by Jae Cho <jhjcho@…>, 13 years ago

key help added

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<html>
2<body>
3
4<h4>Key Combination</h4>
5<ul>
6<li><a href="#Copy">Copy & Paste</a></li>
7<li><a href="#Ftol">FTolerance (Scipy)</a></li>
8</ul>
9<h5><a name="Copy">Copy & Paste</a></h5>
10<p>
11<h6>To copy the parameter values in a Fit(Model)panel to the clipboard:</h6></p>
12<p> <b>Ctrl(Cmd on MAC) + Left(Mouse)Click</b> on the panel.</p>
13<p>
14<h6>To paste the parameter values in a Fit(Model)panel from the clipboard:</h6></p>
15<p> <b>Ctrl(Cmd on MAC) + Shift + Left(Mouse)Click</b> on the panel.</p>
16<p> If this operation is successful, it will say so in the info line
17at the bottom of the SV window.<p>
18<h5><a name="Ftol">FTolerance (Scipy)</a></h5>
19<p>
20<h6>To change the ftol value of the Scipy FitEngine (leastsq):</h6></p>
21<p>First, make sure that the Fit panel has data and a model selected.
22<p> <b>Ctrl(Cmd on MAC) +  Shift + + Alt + Right(Mouse)Click</b> on the panel.</p>
23<p>Then, set up the value in the dialog panel.</p>
24<p> If this operation is successful, the new ftol value will be displayed
25in the info line at the bottom of the SV window.<p>
26</body>
27</html>
28
Note: See TracBrowser for help on using the repository browser.