1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI</title> |
---|
4 | <meta name="keywords" content="crystallography, Rietveld, diffraction, |
---|
5 | GSAS, EXPGUI"> |
---|
6 | </HEAD> |
---|
7 | <style> |
---|
8 | A:link {text-decoration:none} |
---|
9 | A:vlink {text-decoration:none} |
---|
10 | </style> |
---|
11 | |
---|
12 | <BODY BGCOLOR="#FFFFFF" |
---|
13 | topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" |
---|
14 | text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff"> |
---|
15 | |
---|
16 | <? |
---|
17 | include("/var/www/include/navigation.inc"); |
---|
18 | include("/var/www/include/utility.inc"); |
---|
19 | ?> |
---|
20 | <blockquote><font face="arial, helvetica, sans-serif"> |
---|
21 | |
---|
22 | <TABLE BORDER BGCOLOR="#FFFF40" ALIGN=RIGHT> |
---|
23 | <TR><TH><A Href="expgui.html">EXPGUI top</A> |
---|
24 | </TH><TH><A Href="expgui3.html">Next page</A> |
---|
25 | </TH><TH><A Href="expgui1.html">Previous page</A> |
---|
26 | </TH></TR></TABLE><BR CLEAR=ALL> |
---|
27 | |
---|
28 | <center><h1> |
---|
29 | <HR noshade width="75%" size="2" align="center"> |
---|
30 | EXPGUI, part 2 |
---|
31 | <HR noshade width="75%" size="2" align="center"> |
---|
32 | </h1></center> |
---|
33 | |
---|
34 | |
---|
35 | <h3>A.2 Phase Pane</h3> |
---|
36 | <DL><DL> |
---|
37 | The phase pane is used to edit information |
---|
38 | about the structural model(s) found in the experiment |
---|
39 | file. The flags for refining the unit cell and atomic parameters, |
---|
40 | as well as ther damping values, |
---|
41 | can be set on this pane. Note that if a |
---|
42 | single atom is selected using the mouse, the information |
---|
43 | for that atom can be edited. If a group of atoms is |
---|
44 | selected |
---|
45 | <A href="expgui.html#mouseactions">(see Mouse Actions)</A> |
---|
46 | the damping and refinement flags |
---|
47 | for all the selected atoms are changed. |
---|
48 | <P> |
---|
49 | If the EXPTOOL program |
---|
50 | <A href="expgui.html#installation">(see the installation instructions)</A> |
---|
51 | is installed, buttons for adding phases and atoms will |
---|
52 | appear on this pane, as seen below. If the |
---|
53 | program is not properly installed, no errors occur, but the buttons |
---|
54 | do not appear. |
---|
55 | <P> |
---|
56 | Note that the order that atoms appear in this pane is |
---|
57 | determined by the |
---|
58 | <a href="expguic.html#sortatoms">"Sort Atoms by"</a> option |
---|
59 | in the Options Menu. <IMG SRC="note.gif" alt="Note!"> |
---|
60 | The parameter used for sorting is designated |
---|
61 | with a "*" on the title line above the atoms. |
---|
62 | <IMG SRC="note.gif" alt="Note!"> |
---|
63 | Clicking on this title line rotates through the sorting modes. |
---|
64 | </DL></DL> |
---|
65 | <img SRC="2.gif" align=TEXTTOP alt="EXPGUI Screen snapshot"> |
---|
66 | <P> |
---|
67 | <P> |
---|
68 | <a name="addphase"></a> |
---|
69 | <h4>A.2.1 Modify Unit Cell Parameters |
---|
70 | <IMG SRC="new.gif" alt="New!"> |
---|
71 | </h4> |
---|
72 | <DL><DL> |
---|
73 | <img SRC="2g.gif" align=RIGHT alt="EXPGUI Screen snapshot"> |
---|
74 | If the "Edit Cell" button is pressed, the unit cell parameters can be |
---|
75 | changed, as shown to the right. Note that only the parameters allowed |
---|
76 | by symmetry can be changed. |
---|
77 | |
---|
78 | <br clear=all> |
---|
79 | </DL></DL> |
---|
80 | <P> |
---|
81 | <a name="xform"></a> |
---|
82 | <h4>A.2.2 Transform Coordinates</h4> |
---|
83 | <DL><DL> |
---|
84 | <img SRC="2a.gif" align=RIGHT alt="EXPGUI Screen snapshot"> |
---|
85 | If one or more atoms have been selected |
---|
86 | <A href="expgui.html#mouseactions">(see Mouse Actions)</A>, it is possible |
---|
87 | to transform the atom coordinates, globally set occupancy or Uiso (Uequiv) |
---|
88 | values for the selected atoms, or erase the selected atoms, by pressing the |
---|
89 | "Xform atom(s)" button. It is also possible to transform the selected atoms |
---|
90 | from isotropic to anisotropic, or the reverse. |
---|
91 | <P> |
---|
92 | Note that no changes are actually made, until the |
---|
93 | "Transform Coordinates", "Set Occupancies",... buttons are pressed. |
---|
94 | |
---|
95 | <br clear=all> |
---|
96 | </DL></DL> |
---|
97 | <P> |
---|
98 | <a name="addphase"></a> |
---|
99 | <h4>A.2.3 Add Phase</h4> |
---|
100 | <DL><DL> |
---|
101 | When the "Add Phase" button is pressed, a dialog is created where the |
---|
102 | space group and unit cell constants can be entered (below). |
---|
103 | <IMG SRC="note.gif" alt="Note!"> |
---|
104 | By using the |
---|
105 | "Import phase from:" button at the lower right, one can read this information, |
---|
106 | as well as atomic parameters, from a file. |
---|
107 | The button to the right of the "Import phase from:" button selects |
---|
108 | the file format to be used. |
---|
109 | See the <A HREF="expgui.html#import">coordinate import discussion</A> |
---|
110 | for description of available formats. |
---|
111 | Note that it is relatively easy to add new routines for |
---|
112 | importing coordinates; |
---|
113 | see the <A HREF="expgui_cfg.html#import"> |
---|
114 | customization information</A> for more details. |
---|
115 | <BR> |
---|
116 | <img SRC="2b.gif" align=TEXTTOP alt="EXPGUI Screen snapshot"><P> |
---|
117 | <img SRC="2c.gif" align=LEFT alt="EXPGUI Screen snapshot"> |
---|
118 | After the "Continue" button is pressed, the spacegroup is checked and the |
---|
119 | generated symmetry operators are shown. These should be checked carefully, |
---|
120 | as GSAS will correctly generate a variety of standard and non-standard |
---|
121 | spacegroups, but it is fussy about spacing: for example "R 3 2" and "R 32" |
---|
122 | describe different (non-standard) space groups. |
---|
123 | <br clear=all><P> |
---|
124 | The EXPTOOL program is then run and the output is |
---|
125 | optionally displayed (See <a href="expguic.html#exptoolout">Show EXPTOOL output</a>). |
---|
126 | <P> |
---|
127 | If atom coordinates have been read from a file, along with the |
---|
128 | cell and space group, the "add new atoms" dialog is then shown, with the |
---|
129 | atoms displayed (as below.) |
---|
130 | If the file contains atoms that should not be included |
---|
131 | in the .EXP file, the "Use Flag" button to the |
---|
132 | right of each atom can be deselected to prevent the atom from being used. |
---|
133 | <img SRC="2d.gif" align=LEFT alt="EXPGUI Screen snapshot"> |
---|
134 | <br clear=all> |
---|
135 | Atoms will be included in the phase in the order they appear in the table. |
---|
136 | <IMG SRC="new.gif" alt="New!"> |
---|
137 | This order can be changed by pressing the buttons in the top row of the |
---|
138 | table, which sorts the atoms according to the selected column. Note that |
---|
139 | if the "Use Flag" button is deselected, the atom appears at the bottom |
---|
140 | of the table. |
---|
141 | <P> |
---|
142 | When the "Add Atoms" button is pressed, the table is scanned for errors |
---|
143 | such as invalid numbers or unknown atom types. If an error is encountered, |
---|
144 | a message is displayed listing the problem(s). Corrections can then be |
---|
145 | made to the table before pressing the "Add Atoms" button again. |
---|
146 | <br clear=all><P> |
---|
147 | <img SRC="2b1.gif" align=LEFT alt="EXPGUI Screen snapshot"> |
---|
148 | In the case of reading PowderCell .CEL files, the code may |
---|
149 | have to translate coordinates to shift from an Origin 1 setting |
---|
150 | to an Origin 2 setting. (GSAS, like many other crystallography programs, |
---|
151 | assumes that if a center of symmetry is present, it is located at the origin.) |
---|
152 | If this is done, a message like the one to the left is displayed. |
---|
153 | |
---|
154 | <br clear=all><P> |
---|
155 | </DL></DL> |
---|
156 | <a name="addatoms"> |
---|
157 | <h4>A.2.4 Add Atoms</h4> |
---|
158 | <DL><DL> |
---|
159 | When the "Add New Atoms" button is pressed, a table is generated, |
---|
160 | as seen below, to enter atoms. <IMG SRC="note.gif" alt="Note!"> |
---|
161 | The "Import atoms from:" button can |
---|
162 | be used to read atoms from a file. |
---|
163 | The button to the right of the "Import atoms from:" button selects |
---|
164 | the file format to be used. |
---|
165 | See the <A HREF="expgui.html#import">coordinate import discussion</A> |
---|
166 | for description of available formats and |
---|
167 | the <A HREF="expgui_cfg.html#import"> |
---|
168 | customization information</A> for more details about adding |
---|
169 | additional formats. |
---|
170 | Note that unlike in the |
---|
171 | <a href="http:#addphase">Add Phase</a> section, the space group |
---|
172 | and cell parameters in the imported file are ignored. The "Use" button to the |
---|
173 | right of each atom can be deselected to prevent the atom from being used. |
---|
174 | <img SRC="2e.gif" align=LEFT alt="EXPGUI Screen snapshot"> |
---|
175 | <br clear=all><P> |
---|
176 | Atoms will be added to the phase in the order they appear in the table. |
---|
177 | <IMG SRC="new.gif" alt="New!"> |
---|
178 | This order can be changed by pressing the buttons in the top row of the |
---|
179 | table, which sorts the atoms according to the selected column. Note that |
---|
180 | if the "Use Flag" button is deselected, the atom appears at the bottom |
---|
181 | of the table. |
---|
182 | <P> |
---|
183 | When the "Add Atoms" button is pressed, the table is scanned for errors |
---|
184 | such as invalid numbers or unknown atom types. If an error is encountered, |
---|
185 | a message is displayed listing the problem(s). Corrections can then be |
---|
186 | made to the table before pressing the "Add Atoms" button again. |
---|
187 | |
---|
188 | <br clear=all><P> |
---|
189 | </DL></DL> |
---|
190 | <a name="replacephase"></a> |
---|
191 | <h4>A.2.5 Replace Phase</h4> |
---|
192 | <DL><DL> |
---|
193 | The "Replace Phase" is used to change the space group and |
---|
194 | possibly unit cell for a phase. The input dialog, shown below, shows |
---|
195 | the current space group and unit cell parameters. |
---|
196 | By using the |
---|
197 | "Import phase from:" button at the lower right, one can read this information, |
---|
198 | as well as atomic parameters, from a file. |
---|
199 | The button to the right of the "Import phase from:" button selects |
---|
200 | the file format to be used. |
---|
201 | See the <A HREF="expgui.html#import">coordinate import discussion</A> |
---|
202 | for description of available formats and |
---|
203 | the <A HREF="expgui_cfg.html#import"> |
---|
204 | customization information</A> for more details about adding |
---|
205 | additional formats. |
---|
206 | <img SRC="2f.gif" align=TEXTTOP alt="EXPGUI Screen snapshot"> |
---|
207 | <br clear=all><P> |
---|
208 | |
---|
209 | Once the |
---|
210 | "Continue button is pressed, the space group is checked, |
---|
211 | as is shown in the <a href="http:#addphase">Add Phase</a> section. |
---|
212 | A table is then generated for input of atoms, very similar to |
---|
213 | that in the <a href="http:#addphase">Add Phase</a> section. |
---|
214 | If atom coordinates have been read from a file these atoms |
---|
215 | are included in the table. |
---|
216 | It should be noted that when a phase is replaced in EXPGUI, all atoms in |
---|
217 | that phase are erased. If the current atom positions are to be |
---|
218 | retained, the "Reenter current atoms" box in the initial |
---|
219 | "Replace phase" dialog should be checked, these atoms will also |
---|
220 | be included in the table. |
---|
221 | <P> |
---|
222 | Note that no changes are made until after the "Continue" button |
---|
223 | is pressed on the "Enter Atoms" dialog, so that is is safe to |
---|
224 | press "Cancel" at any point. |
---|
225 | |
---|
226 | <br clear=all> |
---|
227 | </DL></DL> |
---|
228 | <hr> |
---|
229 | <TABLE BORDER BGCOLOR="#FFFF40" ALIGN=RIGHT> |
---|
230 | <TR><TH><A Href="expgui.html">EXPGUI top</A> |
---|
231 | </TH><TH><A Href="expgui3.html">Next page</A> |
---|
232 | </TH><TH><A Href="expgui1.html">Previous page</A> |
---|
233 | </TH></TR></TABLE> |
---|
234 | |
---|
235 | <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> |
---|
236 | <font size=-1><? lastmod(); ?> </font> |
---|
237 | <br>$Revision: 678 $ $Date: 2009-12-04 23:10:11 +0000 (Fri, 04 Dec 2009) $ |
---|
238 | </blockquote> |
---|
239 | </body> |
---|
240 | </html> |
---|