[389c991] | 1 | <html> |
---|
| 2 | <body> |
---|
| 3 | |
---|
| 4 | <h4>Key Combination</h4> |
---|
| 5 | <ul> |
---|
| 6 | <li><a href="#Copy">Copy & Paste</a></li> |
---|
[68b7d43] | 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> |
---|
[389c991] | 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> |
---|
[68b7d43] | 18 | <h6>To paste the parameter values to a Fit(Model)panel from the clipboard:</h6></p> |
---|
[389c991] | 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 |
---|
| 21 | at the bottom of the SV window.<p> |
---|
[68b7d43] | 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, |
---|
| 47 | then <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 |
---|
| 51 | and then <b>rotate MouseWheel</b>.</p> |
---|
[e52865f] | 52 | <p> Note that this works only on the 1D plots.</p> |
---|
[68b7d43] | 53 | |
---|
[389c991] | 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. |
---|
[68b7d43] | 58 | <p> <b>Ctrl(Cmd on MAC) + Shift + Alt + Right(Mouse)Click</b> on the panel.</p> |
---|
[389c991] | 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 |
---|
| 61 | in the info line at the bottom of the SV window.<p> |
---|
[68b7d43] | 62 | <p> Note that increasing the ftol value may cause for the fitting to terminate |
---|
| 63 | with higher chisqr.</p> |
---|
[389c991] | 64 | </body> |
---|
| 65 | </html> |
---|
| 66 | |
---|