Changeset 68b7d43 in sasview
- Timestamp:
- Mar 25, 2011 10:01:33 AM (14 years ago)
- 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
- Location:
- sansview/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/media/key_help.html
r389c991 r68b7d43 5 5 <ul> 6 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> 7 11 <li><a href="#Ftol">FTolerance (Scipy)</a></li> 8 12 </ul> … … 12 16 <p> <b>Ctrl(Cmd on MAC) + Left(Mouse)Click</b> on the panel.</p> 13 17 <p> 14 <h6>To paste the parameter values ina 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> 15 19 <p> <b>Ctrl(Cmd on MAC) + Shift + Left(Mouse)Click</b> on the panel.</p> 16 20 <p> If this operation is successful, it will say so in the info line 17 21 at 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, 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> 52 18 53 <h5><a name="Ftol">FTolerance (Scipy)</a></h5> 19 54 <p> 20 55 <h6>To change the ftol value of the Scipy FitEngine (leastsq):</h6></p> 21 56 <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> 23 58 <p>Then, set up the value in the dialog panel.</p> 24 59 <p> If this operation is successful, the new ftol value will be displayed 25 60 in 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 62 with higher chisqr.</p> 26 63 </body> 27 64 </html> -
sansview/media/model_use_help.html
r3e0d308 r68b7d43 14 14 <li><b> Shapes</b>: Regular geometric shapes</li> 15 15 <li><b> Shape- Independent</b></li> 16 <li><b> Added Shapes</b> : model written by the user</li> 16 <li><b> Customized Models</b> : models written by the user</li> 17 <li><b> Structure Factor</b> </li> 17 18 </ul> 18 19 </p> … … 28 29 <h5><a name="Plugin"> Write your own model plugin</a></h5> 29 30 <p> 30 Write your own model plugin and save it into <b>plugins</b> directory. You plugin 31 model will be added into "<>added Models</>" fiel on model menu. then you can use it 32 as a regular default model. 31 Write your own model plugin and save it (in .txt format) into <b>plugins</b> directory. You plugin 32 model will be added into "<>Customized Models</>" on the model selection. 33 33 </p> 34 34 </body>
Note: See TracChangeset
for help on using the changeset viewer.