1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #9</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 9)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 9. Compute Bond Distances and Angles |
---|
26 | </H1> |
---|
27 | The next section of the tutorial in the GSAS manual shows how to compute |
---|
28 | a Fourier map. Other than the minor change of pressing menu buttons to invoke |
---|
29 | the programs when using EXPGUI, the steps are unchanged so this |
---|
30 | is not repeated here. Note that the "Fobs Extraction flag" is set on the |
---|
31 | LS controls pane and the le Bail extraction modes (GSAS now has two such |
---|
32 | modes) can also be set from from this pane. |
---|
33 | <P> |
---|
34 | EXPGUI offers two modes |
---|
35 | when running DISAGL to generate the atomic distances and angles. In the |
---|
36 | default mode, the DISAGL results are placed in a separate window |
---|
37 | similar (see below). |
---|
38 | The traditional mode, where DISAGL results are placed in the .LST |
---|
39 | file can be obtained by unchecking the Options/Use DISAGL Window menu |
---|
40 | option. In either mode, DISAGL is invoked from the Results/DISAGL menu. |
---|
41 | <P> |
---|
42 | <BR clear=left> |
---|
43 | <img src="disagl.gif"> |
---|
44 | <BR clear=left> |
---|
45 | |
---|
46 | <BR clear=left><HR> |
---|
47 | Previous step: <A HREF="garnet6.html"> |
---|
48 | Vary atomic parameters</A> |
---|
49 | <BR> |
---|
50 | Top: <A HREF="index.html"> |
---|
51 | Introduction</A> |
---|
52 | |
---|
53 | <HR> |
---|
54 | </blockquote> |
---|
55 | <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> |
---|
56 | <font size=-1><? lastmod(); ?> </font> |
---|
57 | <BR>$Revision: 601 $ $Date: 2009-12-04 23:08:54 +0000 (Fri, 04 Dec 2009) $ |
---|
58 | </body> |
---|
59 | </html> |
---|