1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #5</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <style> |
---|
7 | A:link {text-decoration:none} |
---|
8 | A:vlink {text-decoration:none} |
---|
9 | </style> |
---|
10 | |
---|
11 | <BODY BGCOLOR="#FFFFFF" |
---|
12 | topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" |
---|
13 | text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff"> |
---|
14 | |
---|
15 | <? |
---|
16 | include("/var/www/include/navigation.inc"); |
---|
17 | include("/var/www/include/utility.inc"); |
---|
18 | ?> |
---|
19 | <blockquote> |
---|
20 | |
---|
21 | <CENTER> |
---|
22 | <H1>EXPGUI Tutorial: Garnet (part 5)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 5. Plot data using POWPLOT or LIVEPLOT |
---|
26 | </H1> |
---|
27 | At this point in the GSAS tutorial in the manual, |
---|
28 | program POWPLOT is used to plot the diffraction data. This |
---|
29 | is done by pressing POWPLOT button in the button bar, or |
---|
30 | by pressing the POWPLOT menu item in either the Powder menu |
---|
31 | or the Graphs menu. The input supplied to POWPLOT and the |
---|
32 | results are the same as what is shown in the menu, so this will |
---|
33 | not be shown. |
---|
34 | <P> |
---|
35 | EXPGUI does offer another way to display diffraction data, LIVEPLOT. |
---|
36 | Similar to the way POWPREF was run in the previous step, |
---|
37 | LIVEPLOT can be started by pressing LIVEPLOT button in the button bar, |
---|
38 | or by pressing the LIVEPLOT menu item in the Graphs menu. |
---|
39 | <P> |
---|
40 | <a name="diff"> |
---|
41 | <img src="lp1.gif"></a> |
---|
42 | <BR clear=left> |
---|
43 | Since two cycles of refinement have been run, |
---|
44 | LIVEPLOT generates a plot similar to the one above, showing the |
---|
45 | observed data (black X's), simulated (computed) data (red line), the fitted |
---|
46 | background (green line) and the difference between the observed and computed |
---|
47 | data (lower black line), |
---|
48 | <BR clear=left><P> |
---|
49 | <img src="lp2.gif"> |
---|
50 | <BR clear=left> |
---|
51 | Note that the region shown in the plot |
---|
52 | can be changed by clicking with the left |
---|
53 | mouse button to outline a region, as shown above. |
---|
54 | When the left mouse button is pressed a second time, the graph is "zoomed in," |
---|
55 | as is shown below. |
---|
56 | To "zoom out" to the previous region, press the right mouse button. |
---|
57 | <BR clear=left><P> |
---|
58 | <img src="lp3.gif"> |
---|
59 | <BR clear=left><P> |
---|
60 | <img src="lp4.gif"> |
---|
61 | <BR clear=left> |
---|
62 | Reflection positions can be marked, using the File/Tickmarks menu. |
---|
63 | Likewise, reflection indices can be displayed by pressing the "h" (or "H") key in the |
---|
64 | position of the reflection to be labeled. |
---|
65 | The size and time before |
---|
66 | the reflection labels are removed is determined by values in the Options/HKL labeling menu. |
---|
67 | <BR clear=left><P> |
---|
68 | There are many other options available in LIVEPLOT in the Options menu. The |
---|
69 | Appearance and location of the tickmarks can be set, |
---|
70 | for example, using the "Options/Configure Tickmarks/Auto locate option |
---|
71 | causes the tickmarks to be shown as |
---|
72 | <A HREF="garnet6.html#ticks">small lines under each reflection.</A> |
---|
73 | The symbol and symbol size |
---|
74 | used for observed data can be selected. |
---|
75 | The X and Y units can be changed to Q or d-space values. Background |
---|
76 | can be subtracted. The legend can be removed from the plot. |
---|
77 | |
---|
78 | <BR clear=left><HR> |
---|
79 | Previous step: <A HREF="garnet4.html"> |
---|
80 | Run POWPREF and GENLES</A> |
---|
81 | <BR> |
---|
82 | Next step: <A HREF="garnet6.html"> |
---|
83 | Additional Least-Squares Refinement</A> |
---|
84 | |
---|
85 | <HR> |
---|
86 | </blockquote> |
---|
87 | <P><font size=-1><A HREF="MAILTO:crystal@NIST.gov?subject=WWW page <?=$PHP_SELF?>">Comments, corrections or questions: crystal@NIST.gov</A></font><BR> |
---|
88 | <font size=-1><? lastmod(); ?> </font> |
---|
89 | <BR>$Revision: 597 $ $Date: 2009-12-04 23:08:50 +0000 (Fri, 04 Dec 2009) $ |
---|
90 | </body> |
---|
91 | </html> |
---|