source: sasview/src/sas/perspectives/calculator/media/image_viewer_help.rst @ 78f02c3

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 78f02c3 was 78f02c3, checked in by smk78, 9 years ago

Level 1 sphinx-ready commit of remaining help files

  • Property mode set to 100644
File size: 1.5 KB

..image_viewer_help.rst

Image Viewer Tool

Description

This tool loads image files and displays them as 2D (x-y coordinate against counts per pixel). The plot can then can be saved, printed, and copied. The plot can also be resized by dragging the corner of the panel.

Supported image formats are png, bmp, gif, or jpg. (There is currently a bug in the tif loader)

How To

  1. Select 'Image Viewer' under the 'Tool' menu in the menubar.

2. Select a file type from the drop-box at the bottom of the file dialog panel, choose a file of interest, and then click the 'Open' button (see the picture below).

load_image.bmp

3. If the loading is successful, the image will be displayed. The file name will be shown in the title bar (see the picture below).

4. Some options such as saving, printing, and copying are available from the menubar, or in the context-menu (by right-clicking anywhere in the plot).

pic_plot.bmp

5. If the image is taken from a 2D detector, it can be converted into 2D data where the z values are computed as

z = (0.299 x R) + (0.587 x G) + (0.114 x B)

unless the picture file is formatted as 8-bit grey-scale tif.

In the "Convert to Data" dialog, set the parameters relevant to your data and then click the OK button.

pic_convert.bmp
Note: See TracBrowser for help on using the repository browser.