1 | <body> |
---|
2 | <h4>Image Viewer</h4> |
---|
3 | <ul> |
---|
4 | <li><a href="#Description">Description</a></li> |
---|
5 | <li><a href="#HowTo">HowTo?</a></li> |
---|
6 | </ul> |
---|
7 | <h5><a name="Description">Description</a></h5> |
---|
8 | <p> |
---|
9 | This tool is to load image files (in the format of png, bmp, gif, jpg, or tif) |
---|
10 | and to display it in the x-y coordinate (against the pixel number). The displayed plot then |
---|
11 | can be saved, printed, and copied. |
---|
12 | The plot can also be resized by dragging the corner of the panel. |
---|
13 | </p> |
---|
14 | |
---|
15 | |
---|
16 | <h5><a name="HowTo">HowTo?</a></h5> |
---|
17 | <p> |
---|
18 | 1. Select 'Image Viewer' under 'Tool' menu in the menubar. |
---|
19 | </p> |
---|
20 | <p> |
---|
21 | 2. Select a file type from the drop-box at the bottom of the file dialog panel, |
---|
22 | choose a file of interest, and then click the 'Open' button (See Picture below).</p> |
---|
23 | <p> |
---|
24 | <img src="load_image.bmp"> |
---|
25 | </p> |
---|
26 | <p> |
---|
27 | 3. If the loading is successful, the image will be displayed in the x-y coordinate. |
---|
28 | The file name will be shown in the title bar (See Picture below). |
---|
29 | </p> |
---|
30 | <p> |
---|
31 | 4. Some options such as Saving, printing, and copying are available from the menubar, |
---|
32 | or in the popup-menu by right-mouse-clicking anywhere in the plot (See Picture below). |
---|
33 | </p> |
---|
34 | <p><img src="pic_plot.bmp"> |
---|
35 | </p> |
---|
36 | <p> |
---|
37 | 5. If the image is taken from a 2D detector, it can be converted to our 2D data where |
---|
38 | the z values are computed by the Eq. z = 0.299R + 0.587G + 0.114B unless the picture file |
---|
39 | is formatted in an 8 bit Grey-Scale tif. In the "Convert to Data" dialog, users set |
---|
40 | the proper values in the text boxes and then click the OK button to close and to send the data generated to the Data |
---|
41 | Explorer in the SasView main window. The "Cancel" button will just close the dialog |
---|
42 | (See Picture below). |
---|
43 | </p> |
---|
44 | |
---|
45 | <p><img src="pic_convert.bmp"> |
---|
46 | </p> |
---|
47 | <br> |
---|
48 | </body> |
---|