Changeset 68b7d43 in sasview for sansview/media/key_help.html


Ignore:
Timestamp:
Mar 25, 2011 10:01:33 AM (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:
957723f
Parents:
389c991
Message:

more key helps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/media/key_help.html

    r389c991 r68b7d43  
    55<ul> 
    66<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> 
    711<li><a href="#Ftol">FTolerance (Scipy)</a></li> 
    812</ul> 
     
    1216<p> <b>Ctrl(Cmd on MAC) + Left(Mouse)Click</b> on the panel.</p> 
    1317<p> 
    14 <h6>To paste the parameter values in a Fit(Model)panel from the clipboard:</h6></p> 
     18<h6>To paste the parameter values to a Fit(Model)panel from the clipboard:</h6></p> 
    1519<p> <b>Ctrl(Cmd on MAC) + Shift + Left(Mouse)Click</b> on the panel.</p> 
    1620<p> If this operation is successful, it will say so in the info line  
    1721at 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 
    1853<h5><a name="Ftol">FTolerance (Scipy)</a></h5> 
    1954<p> 
    2055<h6>To change the ftol value of the Scipy FitEngine (leastsq):</h6></p> 
    2156<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> 
     57<p> <b>Ctrl(Cmd on MAC) +  Shift + Alt + Right(Mouse)Click</b> on the panel.</p> 
    2358<p>Then, set up the value in the dialog panel.</p> 
    2459<p> If this operation is successful, the new ftol value will be displayed  
    2560in the info line at the bottom of the SV window.<p> 
     61<p> Note that increasing the ftol value may cause for the fitting to terminate  
     62with higher chisqr.</p> 
    2663</body> 
    2764</html> 
Note: See TracChangeset for help on using the changeset viewer.