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="#Bookmark">Bookmark</a></li> |
---|
8 | <li><a href="#Ftol">FTolerance (Scipy)</a></li> |
---|
9 | </ul> |
---|
10 | <h5><a name="Copy">Copy & Paste</a></h5> |
---|
11 | <p> |
---|
12 | <h6>To copy the parameter values in a Fit(Model)panel to the clipboard:</h6></p> |
---|
13 | <p> <b>Ctrl(Cmd on MAC) + Left(Mouse)Click</b> on the panel.</p> |
---|
14 | <p> |
---|
15 | <h6>To paste the parameter values to a Fit(Model)panel from the clipboard:</h6></p> |
---|
16 | <p> <b>Ctrl(Cmd on MAC) + Shift + Left(Mouse)Click</b> on the panel.</p> |
---|
17 | <p> If this operation is successful, it will say so in the info line |
---|
18 | at the bottom of the SV window.<p> |
---|
19 | <p> |
---|
20 | |
---|
21 | <p> |
---|
22 | <h5><a name="Bookmark">Bookmark</a></h5> |
---|
23 | <p> |
---|
24 | <h6>Bookmark of a fit-panel or model-panel status:</h6></p> |
---|
25 | <p> <b>(Mouse)Right-Click</b> and select the bookmark in the popup list.</p> |
---|
26 | |
---|
27 | <p> |
---|
28 | <h5><a name="GraphMenu">Graph Context Menu</a></h5> |
---|
29 | <p> |
---|
30 | <h6>To get the graph context menu to print, copy, save data, (2D)average, etc.:</h6></p> |
---|
31 | <p> <b>Locate the mouse point on the plot to highlight and |
---|
32 | <b>(Mouse) Right Click</b> to bring up the full menu.</p> |
---|
33 | |
---|
34 | |
---|
35 | <h5><a name="Ftol">FTolerance (Scipy)</a></h5> |
---|
36 | <p> |
---|
37 | <h6>To change the ftol value of the Scipy FitEngine (leastsq):</h6></p> |
---|
38 | <p>First, make sure that the Fit panel has data and a model selected. |
---|
39 | <p> <b>Ctrl(Cmd on MAC) + Shift + Alt + Right(Mouse)Click</b> on the panel.</p> |
---|
40 | <p>Then, set up the value in the dialog panel.</p> |
---|
41 | <p> If this operation is successful, the new ftol value will be displayed |
---|
42 | in the info line at the bottom of the SV window.<p> |
---|
43 | <p> Note that increasing the ftol value may cause for the fitting to terminate |
---|
44 | with higher chisqr.</p> |
---|
45 | </body> |
---|
46 | </html> |
---|
47 | |
---|