source: trunk/tutorial2/RCS/garnet9.html,v @ 932

Last change on this file since 932 was 932, checked in by toby, 16 years ago

address missing files

File size: 2.9 KB
Line 
1head    1.2;
2access;
3symbols;
4locks
5        toby:1.2; strict;
6comment @# @;
7
8
91.2
10date    2002.04.12.21.34.08;    author toby;    state Exp;
11branches;
12next    1.1;
13
141.1
15date    2000.05.30.22.22.38;    author toby;    state Exp;
16branches;
17next    ;
18
19
20desc
21@Garnet tutorial
22@
23
24
251.2
26log
27@remove id info; update format
28@
29text
30@<html>
31<head>
32   <title>EXPGUI Tutorial #9</title>
33</head>
34
35<style>
36A:link {text-decoration:none}
37A:vlink {text-decoration:none}
38</style>
39
40<BODY BGCOLOR="#FFFFFF"
41      topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"
42      text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff">
43
44<?
45   include("/var/www/include/navigation.inc");
46   include("/var/www/include/utility.inc");
47?>
48<blockquote>
49
50<CENTER>
51<H1>EXPGUI Tutorial: Garnet (part 9)</H1>
52</CENTER>
53<H1>
549. Compute Bond Distances and Angles
55</H1>
56The next section of the tutorial in the GSAS manual shows how to compute
57a Fourier map. Other than the minor change of pressing menu buttons to invoke
58the programs when using EXPGUI, the steps are unchanged so this
59is not repeated here. Note that the "Fobs Extraction flag" is set on the
60LS controls pane and the le Bail extraction modes (GSAS now has two such
61modes) can also be set from from this pane.
62<P>
63EXPGUI offers two modes
64when running DISAGL to generate the atomic distances and angles. In the
65default mode, the DISAGL results are placed in a separate window
66similar (see below).
67The traditional mode, where DISAGL results are placed in the .LST
68file can be obtained by unchecking the Options/Use DISAGL Window menu
69option. In either mode, DISAGL is invoked from the Results/DISAGL menu.
70<P>
71<BR clear=left>
72<img src="disagl.gif">
73<BR clear=left>
74
75<BR clear=left><HR>
76Previous step: <A HREF="garnet6.html">
77Vary atomic parameters</A>
78<BR>
79Top: <A HREF="index.html">
80Introduction</A>
81
82<HR>
83</blockquote>
84<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>
85<font size=-1><? lastmod(); ?> </font>
86<BR>$Revision: 1.4 $ $Date: 2002/04/12 21:21:18 $
87</body>
88</html>
89@
90
91
921.1
93log
94@Initial revision
95@
96text
97@a2 1
98   <META NAME="Author" CONTENT="Brian H. Toby">
99a4 1
100<BODY BGCOLOR="#FFFFFF">
101d6 14
102a19 14
103<A HREF=http://www.ncnr.nist.gov>
104<IMG SRC="http://www.ncnr.nist.gov/images/ncnrtrans.gif"
105alt="Link to NIST Center for Neutron Research home page"
106ALIGN=RIGHT></A>
107<A HREF=http://www.nist.gov>
108<IMG SRC="http://www.ncnr.nist.gov/images/webidblue_2lineright.gif"
109alt="Link to National Institute of Standards & Technology home page"
110ALIGN=LEFT></A>
111<CENTER>
112<A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">
113<IMG SRC="tcltklogo100.gif"
114alt="Link to Tcl/Tk information">
115</CENTER></A>
116<hr>
117d53 5
118a57 7
119</A>
120
121
122<BR clear=left>
123<HR><p><a href="http://www.ncnr.nist.gov/staff/toby/">Brian Toby</a> (<a href="mailto:brian.toby@@nist.gov">Brian.Toby@@NIST.GOV</a>)
124<BR clear=left>
125$Revision: 1.1 $ $Date: 2000/05/26 16:08:48 $
126@
Note: See TracBrowser for help on using the repository browser.