1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #3</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 3)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 3. Add data (histogram) to the Experiment |
---|
26 | </H1> |
---|
27 | |
---|
28 | The next step in the tutorial is to add data. Note that |
---|
29 | GSAS uses the term |
---|
30 | histogram to refer to a powder diffraction data set. |
---|
31 | To add data, switch to the Histogram in EXPGUI pane and press the |
---|
32 | "Add New Histogram" button in the lower right. |
---|
33 | <img src="addhs1.gif" ALIGN=LEFT> |
---|
34 | This brings up the "add new histogram" dialog, to the left. |
---|
35 | Press on the upper "Select File" button for a dialog box to select |
---|
36 | a data file. |
---|
37 | |
---|
38 | <BR clear=left> |
---|
39 | <P><img src="addhs2a.gif" ALIGN=LEFT> |
---|
40 | Select the appropriate file, in this case garnet.raw and press |
---|
41 | the "Open" button. |
---|
42 | |
---|
43 | At this stage, different things can happen. |
---|
44 | If the file is not correctly formatted, |
---|
45 | <A HREF="../tutorial1/nickelnotes.html#reformat">a dialog will offer |
---|
46 | to convert the file to the correct format.</a> |
---|
47 | Also, in some cases, the data file specifies the name of the instrument |
---|
48 | parameter file. If so, that name will be loaded into the "Instrument |
---|
49 | Parameter file" box. If not, as in this case, the file must be selected |
---|
50 | by pressing the lower "Select File" button which creates a |
---|
51 | dialog box to select an instrument parameter file, similar |
---|
52 | to the one above. |
---|
53 | <BR clear=left> |
---|
54 | <P><img src="addhs3a.gif" ALIGN=LEFT> |
---|
55 | The appropriate instrument parameter file is then located and selected. |
---|
56 | Note that since only one bank of data is present in the file, |
---|
57 | bank 1 is selected automatically however one must know something |
---|
58 | about the instrument parameter file to know that bank 1 is the |
---|
59 | appropriate contents. |
---|
60 | Finally one must enter either the minimum d-space or |
---|
61 | maximum two-theta to be used from the data (note that |
---|
62 | this value can be changed later if need be from EXPEDT). A |
---|
63 | good way to do this is to use |
---|
64 | <A HREF="../tutorial1/nickelnotes.html#rawplot">RAWPLOT</A> |
---|
65 | to look at the data. This is done |
---|
66 | by pressing the "Run RAWPLOT" button at the |
---|
67 | lower right <A HREF="../tutorial1/nickelnotes.html#rawplot">(example).</A> |
---|
68 | The GSAS tutorial in the manual suggests using 159 for this refinement. |
---|
69 | |
---|
70 | When all input is complete, press Add to run program EXPTOOL and read the |
---|
71 | data into the .EXP file. |
---|
72 | |
---|
73 | <BR clear=left> |
---|
74 | <P><img src="addhs4a.gif" ALIGN=LEFT> |
---|
75 | The results from the EXPTOOL are shown in a separate box, so |
---|
76 | that errors can be noted. After OK is pressed, the histogram |
---|
77 | is now listed on the Histogram pane (see below). |
---|
78 | |
---|
79 | <BR clear=left> |
---|
80 | <P><img src="addhs5a.gif" ALIGN=LEFT> |
---|
81 | <BR clear=left> |
---|
82 | |
---|
83 | <P><BR>(.EXP Snapshot: |
---|
84 | <A HREF="ftp://ftp.ncnr.nist.gov/pub/cryst/gsas/tutorials/garnet3.exp"> |
---|
85 | garnet3.exp |
---|
86 | </A>) |
---|
87 | |
---|
88 | <BR clear=left><HR> |
---|
89 | Previous step: <A HREF="garnet2.html"> |
---|
90 | Add a phase to the Experiment</A> |
---|
91 | <BR> |
---|
92 | Next step: <A HREF="garnet4.html"> |
---|
93 | Run POWPREF and GENLES</A> |
---|
94 | |
---|
95 | <HR> |
---|
96 | </blockquote> |
---|
97 | <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> |
---|
98 | <font size=-1><? lastmod(); ?> </font> |
---|
99 | <BR>$Revision: 595 $ $Date: 2009-12-04 23:08:48 +0000 (Fri, 04 Dec 2009) $ |
---|
100 | </body> |
---|
101 | </html> |
---|