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>GSAS Nickel example using EXPGUI (part 2)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 2. Add a phase 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 | Enter the appropriate information in the |
---|
34 | "add new phase" window and press the Add button. |
---|
35 | <img src="addph1.gif"> |
---|
36 | <BR> |
---|
37 | <img src="addph2.gif" ALIGN=LEFT> |
---|
38 | Since a common source of errors is to improperly format |
---|
39 | the space group for GSAS, the generated operators are shown |
---|
40 | in a window. |
---|
41 | These should be checked. |
---|
42 | If you press Redo, you are given a chance to correct |
---|
43 | the space group. |
---|
44 | |
---|
45 | <BR clear=left><P> |
---|
46 | <img src="addph3.gif" ALIGN=LEFT> |
---|
47 | Since the operators above are correct, |
---|
48 | press the Continue button and the |
---|
49 | phase is added and the output created from adding the |
---|
50 | phase is shown in a window. Press OK to continue. |
---|
51 | Press the "1" button that has just been added to |
---|
52 | the Phase pane to display the phase you have just entered. |
---|
53 | |
---|
54 | <BR clear=left><P> |
---|
55 | <a name="phasepane"> |
---|
56 | <img src="addph4.gif"> |
---|
57 | </a> |
---|
58 | <BR clear=left> |
---|
59 | While we could add atoms to the phase now, this will be done later to |
---|
60 | keep in sync with the GSAS tutorial. |
---|
61 | |
---|
62 | <P><BR>(.EXP Snapshot: |
---|
63 | <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/tutorials/nickel2.exp"> |
---|
64 | nickel2.exp |
---|
65 | </A>) |
---|
66 | |
---|
67 | <BR clear=left> |
---|
68 | <HR> |
---|
69 | Previous Step: <A HREF="nickel1.html"> |
---|
70 | Create a GSAS Experiment File</A> |
---|
71 | <BR> |
---|
72 | Next step: <A HREF="nickel3.html"> |
---|
73 | Add data (histograms) to the Experiment</A> |
---|
74 | |
---|
75 | <HR> |
---|
76 | </blockquote> |
---|
77 | <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> |
---|
78 | <font size=-1><? lastmod(); ?> </font> |
---|
79 | <BR>$Revision: 584 $ $Date: 2009-12-04 23:08:37 +0000 (Fri, 04 Dec 2009) $ |
---|
80 | </body> |
---|
81 | </html> |
---|