source: sasview/sansview/media/key_help.html @ df8a13e

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

added comment on key combi. help

  • Property mode set to 100644
File size: 2.5 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="#Float">Floating Panel</a></li>
8<li><a href="#Bookmark">Bookmark</a></li>
9<li><a href="#GraphMenu">Graph Context Menu</a></li>
10<li><a href="#Zoom">Zoom In & Out</a></li>
11<li><a href="#Ftol">FTolerance (Scipy)</a></li>
12</ul>
13<h5><a name="Copy">Copy & Paste</a></h5>
14<p>
15<h6>To copy the parameter values in a Fit(Model)panel to the clipboard:</h6></p>
16<p> <b>Ctrl(Cmd on MAC) + Left(Mouse)Click</b> on the panel.</p>
17<p>
18<h6>To paste the parameter values to a Fit(Model)panel from the clipboard:</h6></p>
19<p> <b>Ctrl(Cmd on MAC) + Shift + Left(Mouse)Click</b> on the panel.</p>
20<p> If this operation is successful, it will say so in the info line
21at the bottom of the SV window.<p>
22<p>
23
24<h5><a name="Float">Floating Panel</a></h5>
25<p>
26<h6>For a graph panel to float on the top of the SV window:</h6></p>
27<p> Press the <b>Ctrl(Cmd on MAC) key</b> on dragging and placing a panel.</p>
28
29<p>
30<h5><a name="Bookmark">Bookmark</a></h5>
31<p>
32<h6>Bookmark of a fit-panel or model-panel status:</h6></p>
33<p> <b>(Mouse)Right-Click</b> and select the bookmark in the popup list.</p>
34
35<p>
36<h5><a name="GraphMenu">Graph Context Menu</a></h5>
37<p>
38<h6>To get the graph context menu to print, copy, save data, (2D)average, etc.:</h6></p>
39<p> <b>Locate the mouse point on the plot to highlight and
40<b>(Mouse) Right Click</b> to bring up the full menu.</p>
41
42<p>
43<h5><a name="Zoom">Zoom In and Out</a></h5>
44<p>
45<h6>To Zoom in or out the full plot:</h6></p>
46<p> <b>Locate the mouse point inside the graph which will be the center of the zooming,
47then <b>rotate MouseWheel</b>.</p>
48<p>
49<h6>To Zoom in or out the plot in x or y direction:</h6></p>
50<p> <b>Locate (and click) the mouse point near x (or y) axis just outside of the graph
51and then <b>rotate MouseWheel</b>.</p>
52<p> Note that this works only on the 1D plots.</p>
53
54<h5><a name="Ftol">FTolerance (Scipy)</a></h5>
55<p>
56<h6>To change the ftol value of the Scipy FitEngine (leastsq):</h6></p>
57<p>First, make sure that the Fit panel has data and a model selected.
58<p> <b>Ctrl(Cmd on MAC) +  Shift + Alt + Right(Mouse)Click</b> on the panel.</p>
59<p>Then, set up the value in the dialog panel.</p>
60<p> If this operation is successful, the new ftol value will be displayed
61in the info line at the bottom of the SV window.<p>
62<p> Note that increasing the ftol value may cause for the fitting to terminate
63with higher chisqr.</p>
64</body>
65</html>
66
Note: See TracBrowser for help on using the repository browser.