source: sasview/src/sas/perspectives/calculator/media/image_viewer_help.rst @ 054a3ad

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 054a3ad was 920928f, checked in by smk78, 10 years ago

Fixed rst errors. Sphinx docs now build in a useable form. Require
checking against existing html.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[920928f]1.. image_viewer_help.rst
[379b87a]2
[78f02c3]3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
5
[379b87a]6Image Viewer Tool
7=================
8
[78f02c3]9Description
10-----------
11
12This tool loads image files and displays them as 2D (x-y coordinate against
13counts per pixel). The plot can then can be saved, printed, and copied. The
14plot can also be resized by dragging the corner of the panel.
15
16Supported image formats are png, bmp, gif, or jpg. (There is currently a bug in
17the tif loader)
18
19.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
20
21How To
22------
23
241. Select 'Image Viewer' under the 'Tool' menu in the menubar.
25
262. Select a file type from the drop-box at the bottom of the file dialog panel,
27choose a file of interest, and then click the 'Open' button (see the
28picture below).
29
30.. image:: load_image.bmp
31
323. If the loading is successful, the image will be displayed. The file name
33will be shown in the title bar (see the picture below).
34
354. Some options such as saving, printing, and copying are available from the
36menubar, or in the context-menu (by right-clicking anywhere in the plot).
37
38.. image:: pic_plot.bmp
39
405. If the image is taken from a 2D detector, it can be converted into 2D data
41where the z values are computed as
42
43z = (0.299 x R) + (0.587 x G) + (0.114 x B)
44
45unless the picture file is formatted as 8-bit grey-scale tif.
46
47In the "Convert to Data" dialog, set the parameters relevant to your data and
48then click the OK button.
49
50.. image:: pic_convert.bmp
Note: See TracBrowser for help on using the repository browser.