1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #2</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 2)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 2. Add a phase and atoms to the Experiment |
---|
26 | </H1> |
---|
27 | |
---|
28 | |
---|
29 | The next step is to define a phase. (Note that |
---|
30 | in EXPEDT, one must define a phase before reading in |
---|
31 | histograms but in EXPGUI, this can be done in either order.) |
---|
32 | Switch to the Phase pane, and press the "Add Phase" button. |
---|
33 | <BR> |
---|
34 | <img src="addph1.gif"> |
---|
35 | <BR>Enter the appropriate information in the |
---|
36 | add new phase window and press the "Add" button. |
---|
37 | <P> |
---|
38 | <img src="addph2.gif" ALIGN=LEFT> |
---|
39 | Since a common source of errors is to improperly format |
---|
40 | the space group for GSAS, the generated operators are shown |
---|
41 | in a window. |
---|
42 | These should be checked. |
---|
43 | |
---|
44 | <BR clear=left><P> |
---|
45 | <img src="addph3.gif" ALIGN=LEFT> |
---|
46 | Since the operators above are correct, |
---|
47 | press the Continue button and the |
---|
48 | phase is added and the output created from adding the |
---|
49 | phase is shown in a window. Press OK to continue. |
---|
50 | Press the "1" button that has just been added to |
---|
51 | the Phase pane to display the phase you have just entered. |
---|
52 | |
---|
53 | <BR clear=left><P> |
---|
54 | <img src="addph4.gif"> |
---|
55 | <BR clear=left> |
---|
56 | Now we will add the atoms to the phase |
---|
57 | by pressing the "Add New Atom" button |
---|
58 | in the lower left of the Phase pane. |
---|
59 | <BR clear=left> |
---|
60 | <img src="addatom1.gif" align=left> |
---|
61 | At first the add atom menu appears with room for a |
---|
62 | single atom to be added. Press the "More atoms" button 5 times to create |
---|
63 | spaces for six atoms and add the atom information found on page 66. |
---|
64 | <BR clear=left> |
---|
65 | <P><img src="addatom2.gif" align=left> |
---|
66 | After all atoms have been typed in, press the "Add Atoms" button and then |
---|
67 | the screen below appears, so that it can be verified that the atoms |
---|
68 | have been added correctly. |
---|
69 | <BR clear=left> |
---|
70 | <P> |
---|
71 | <img src="addatom3.gif" align=left> |
---|
72 | After pressing OK. The contents of the phase is displayed as is shown below. |
---|
73 | <BR clear=left> |
---|
74 | <P><img src="addatom4.gif"> |
---|
75 | <BR clear=left> |
---|
76 | |
---|
77 | <P><BR>(.EXP Snapshot: |
---|
78 | <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/tutorials/garnet2.exp"> |
---|
79 | garnet2.exp |
---|
80 | </A>) |
---|
81 | |
---|
82 | <BR clear=left> |
---|
83 | <HR> |
---|
84 | Previous Step: <A HREF="garnet1.html"> |
---|
85 | Create a GSAS Experiment File</A> |
---|
86 | <BR> |
---|
87 | Next step: <A HREF="garnet3.html"> |
---|
88 | Add data (histogram) to the Experiment</A> |
---|
89 | |
---|
90 | <HR> |
---|
91 | </blockquote> |
---|
92 | <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> |
---|
93 | <font size=-1><? lastmod(); ?> </font> |
---|
94 | <BR>$Revision: 594 $ $Date: 2009-12-04 23:08:47 +0000 (Fri, 04 Dec 2009) $ |
---|
95 | </body> |
---|
96 | </html> |
---|