1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #8</title> |
---|
4 | </head> |
---|
5 | <style> |
---|
6 | A:link {text-decoration:none} |
---|
7 | A:vlink {text-decoration:none} |
---|
8 | </style> |
---|
9 | |
---|
10 | <BODY BGCOLOR="#FFFFFF" |
---|
11 | topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" |
---|
12 | text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff"> |
---|
13 | |
---|
14 | <? |
---|
15 | include("/var/www/include/navigation.inc"); |
---|
16 | include("/var/www/include/utility.inc"); |
---|
17 | ?> |
---|
18 | <blockquote> |
---|
19 | |
---|
20 | <CENTER> |
---|
21 | <H1>GSAS Nickel example using EXPGUI (part 8)</H1> |
---|
22 | </CENTER> |
---|
23 | <H1> |
---|
24 | 8. Run GENLES |
---|
25 | </H1> |
---|
26 | At this point, we are ready to run GENLES to perform a least-squares |
---|
27 | refinement. GENLES can be run from the appropriate |
---|
28 | button on the button bar, by typing Alt-G, or using the GENLES command |
---|
29 | in the Powder or Xtal menus. |
---|
30 | |
---|
31 | <img src="genles1.gif"> |
---|
32 | <BR clear=left> |
---|
33 | As soon as GENLES is started, a box appears on the screen |
---|
34 | showing the refinement status. (See below). |
---|
35 | <BR clear=left> |
---|
36 | <img src="genles2.gif"> |
---|
37 | <P><BR clear=left> |
---|
38 | <img src="genles3.gif" align=left> |
---|
39 | As the refinement progresses, the LIVEPLOT window automatically |
---|
40 | updates, where the contents have |
---|
41 | <A HREF="nickel6.html#liveplot">previously been described.</A> |
---|
42 | |
---|
43 | <BR clear=left> |
---|
44 | <img src="powpref4.gif" align=left> |
---|
45 | When GENLES is finished and the window is closed, press "Load new" |
---|
46 | to cause the revised .EXP file to be read. (Pressing |
---|
47 | "Continue editing" would reject the results of the refinement.) |
---|
48 | <BR clear=left> |
---|
49 | <img src="lstview.gif"> |
---|
50 | To examine the results of the refinement in more detail, consult the |
---|
51 | .LST file. This can be examined using the LSTVIEW program. This program |
---|
52 | is shown above. Like LIVEPLOT, LSTVIEW is updated as the refinement |
---|
53 | progresses. |
---|
54 | <BR clear=left> |
---|
55 | The GSAS tutorial in the manual demonstrates use of POWPLOT to |
---|
56 | look at other aspects of the data, such as error analysis. This can |
---|
57 | be done by pressing the POWPLOT button or accessing POWPLOT from the |
---|
58 | menu bar. |
---|
59 | |
---|
60 | <BR clear=left><HR> |
---|
61 | Previous step: <A HREF="nickel7.html"> |
---|
62 | Setup for Least-Squares Refinement</A> |
---|
63 | <BR> |
---|
64 | Next step: <A HREF="nickel9.html"> |
---|
65 | Additional Work</A> |
---|
66 | |
---|
67 | <HR> |
---|
68 | </blockquote> |
---|
69 | <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> |
---|
70 | <font size=-1><? lastmod(); ?> </font> |
---|
71 | <BR>$Revision: 590 $ $Date: 2009-12-04 23:08:43 +0000 (Fri, 04 Dec 2009) $ |
---|
72 | </body> |
---|
73 | </html> |
---|