source: trunk/doc/expgui_intro.html @ 831

Last change on this file since 831 was 831, checked in by toby, 13 years ago

# on 2005/02/09 21:46:35, toby did:
download links

  • Property rcs:author set to toby
  • Property rcs:date set to 2005/02/09 21:46:35
  • Property rcs:lines set to +21 -5
  • Property rcs:rev set to 1.19
  • Property rcs:state set to Exp
  • Property svn:keywords set to Author Date Revision Id
File size: 7.1 KB
Line 
1<html>
2<head>
3   <title>Intro to EXPGUI</title>
4   <meta name="keywords" content="crystallography, Rietveld, diffraction,
5   GSAS, EXPGUI">
6</HEAD>
7<style>
8A:link {text-decoration:none}
9A: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 home</A> 
24</TH></TR></TABLE><BR CLEAR=ALL>
25
26<center>
27<h1>
28<HR noshade width="75%" size="2" align="center">
29Intro to EXPGUI
30<HR noshade width="75%" size="2" align="center">
31</h1></center>
32<P>
33<B>What is EXPGUI?</B><P>
34<blockquote>
35EXPGUI is a graphical user interface (GUI) editor for
36<A Href="http://www.ncnr.nist.gov/programs/crystallography/software/gsas.html">
37GSAS</A>
38experiment (.EXP) files and shell which allows all the other GSAS programs
39to be executed with a GUI.
40EXPGUI is not a replacement for the GSAS program EXPEDT.
41EXPGUI can do at best 10% of what
42EXPEDT can do -- but that 10% covers most of the
43actions that I use frequently (and that I could code without a major effort).
44EXPGUI is written in the
45<A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">Tcl/Tk</A> scripting language, so it is largely platform independent.
46</blockquote>
47
48<p><br><B>Is there documentation?</B>
49<blockquote>Some. There is:
50<UL>
51<LI>
52<A HREF="http://www.ncnr.nist.gov/xtal/software/EXPGUI_reprint.pdf">
53A journal article</A> 
54(B. H. Toby, <i>EXPGUI</i>, a graphical user interface for <i>GSAS</i>, <i>J. Appl. Cryst.</i> (2001). <b>34</b>, 210-213)
55<LI>
56<A HREF="expgui.html">
57A User's Guide</A> (~20 web pages) complete with lots of screen images
58<LI>
59Installation notes for:
60<A HREF="expgui_Win_readme.html">
61Windows</A>,
62<A HREF="expgui_Unix_readme.html">
63UNIX</A>, or
64<A HREF="osx.html">
65Mac OS X</A> or plunge ahead to the
66<A HREF="../downloads.html">
67download links.</A>
68<LI>
69<A HREF="expgui_cfg.html">
70Customization notes</A>
71<LI>
72<A HREF="tutorial3/index.html">
73A well-annotated CW neutron tutorial (Alumina).</A>
74<B><I>A very good place to start!</I></B>
75<LI>
76<A HREF="tutorial1/index.html">
77A TOF Tutorial Example (Nickel)</A>
78<LI>
79<A HREF="tutorial2/index.html">
80A CW Neutron Tutorial Example (Garnet)</A>
81</UL>
82Contributions of additional documents or improvements to existing
83documentation is greatly encouraged.
84</blockquote>
85
86<P><B>So what can EXPGUI do?</B>
87<blockquote>
88<dt>
89<i>Phase parameters</i>: EXPGUI can edit the cell and atomic parameters
90as well as the cell and atomic damping and refinement flags.</dt>
91<IMG SRC="note.gif" alt="Note!">
92Create new .EXP files, adding phases and atoms.
93<IMG SRC="new.gif" alt="New!">
94Edit/Delete/Transform atom(s).
95
96<P><dt>
97<i>Histogram parameters</i>: Scale factor, background, diffractometer constants,
98phase fractions, profile terms can all be changed.</dt>
99<IMG SRC="note.gif" alt="Note!">Add additional histograms.
100<IMG SRC="new.gif" alt="New!">Change peak profile functions.
101
102<P><dt>
103<i>Least-Squares options:</i> control the number of cycles, the print options
104and F<sub>obs</sub> extraction parameters.</dt>
105
106<BR><IMG SRC="note.gif" alt="Note!">
107Editing and creating [hard] constraints on atomic and profile parameters.
108
109<BR><IMG SRC="note.gif" alt="Note!">
110Create and edit March-Dollase preferred orientation parameters.
111
112<BR><IMG SRC="note.gif" alt="Note!">
113Create and edit Generalized Spherical Harmonic (ODF) preferred orientation parameters.
114
115<BR><IMG SRC="note.gif" alt="Note!">
116Modify Phase flags for each histogram
117<BR><IMG SRC="new.gif" alt="New!">   
118Edit excluded data regions and the range of data used in the fit.
119
120</dt>
121
122</blockquote>
123
124<p><br><B>So what can't EXPGUI do?</B>
125<blockquote>Much more than it can do. At this time, EXPGUI can't
126change atom types.
127It cannot create or edit soft constraints
128or many types of hard constraints (other than atomic and profile constraints).
129It cannot be used on
130magnetic scattering parameters or on single-crystal histograms.
131<p>New features are planned for EXPGUI, but EXPEDT is
132a huge program and EXPGUI will never have all the features in EXPEDT.
133I will consider suggestions for adding more functionality to EXPGUI
134if requested and the job is reasonably tractable.
135</blockquote>
136
137<p><br><B>What type of computers will EXPGUI run on?</B>
138<blockquote>EXPGUI requires a working version of
139<A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">Tcl/Tk</A>, scripting language.
140While that is somewhat restrictive,
141it still means that EXPGUI will run on many more platforms than GSAS does.
142Most of the development has been done in LINUX with some testing on SGI. It
143also runs in Windows (-95 through -XP & -2003?) and in Mac OS X.
144I expect that EXPGUI will run on all platforms
145where GSAS does (except perhaps VMS).</blockquote>
146
147<p><br><B>Where do I get EXPGUI?</B>
148<blockquote>See the
149<A HREF="../downloads.html">
150download links</A> web page or better yet read the installation instructions
151for <A HREF="expgui_Win_readme.html">
152Windows</A>,
153<A HREF="expgui_Unix_readme.html">
154UNIX</A>, or
155<A HREF="osx.html">
156Mac OS X</A>.
157</blockquote>
158
159<p><br><B>Who is to blame for EXPGUI?</B>
160<blockquote>The initial version of the GUI part of EXPGUI was created by
161Jonathan Wasserman (thanks Jon!) <a href="http://www.ncnr.nist.gov/staff/toby/">Brian
162Toby</a> is irresponsible for the rest.</blockquote>
163
164<p><br><B>EXPGUI would be much more of use to me if....</B>
165<blockquote>Gee, you want to add some features... Great! You have all the
166EXPGUI sources and
167<A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">Tcl/Tk</A>
168is free. Oh, you want me to do it. Well, please
169ask and I will try. In particular, I am looking for good ideas on
170how to design GUI's for different aspects of experiment editing,
171with an attractive, intuitive and compact layout.</blockquote>
172
173<p><br><B>Mailing List</B>
174<blockquote>If you would like to get news about EXPGUI, please send
175<a href="mailto:brian.toby@nist.gov?subject=EXPGUI Mailing List">Brian.Toby@NIST.GOV</a> e-mail and you will get
176information about updates and bug fixes.
177Having lots of users might also help justify this project to NIST.
178</blockquote>
179
180<p><br><B>A picture</B>
181<img SRC="2s.gif" align=top
182alt="example picture of the EXPGUI interface">
183
184<P><hr WIDTH="100%">
185<blockquote>
186<p>Neither the author nor the U.S. Government makes any warranty, expressed
187or implied, or assumes any liability or
188responsibility for the use of this information or the software described
189here. Brand names cited here are used for
190identification purposes and do not constitute an endorsement by NIST.
191</blockquote>
192<P><hr><P>
193<TABLE BORDER BGCOLOR="#FFFF40" ALIGN=RIGHT>
194<TR><TH><A  Href="expgui.html">EXPGUI home</A> 
195</TH></TR></TABLE>
196
197<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>
198<font size=-1><? lastmod(); ?> </font>
199<br>$Revision: 831 $ $Date: 2009-12-04 23:12:47 +0000 (Fri, 04 Dec 2009) $
200</blockquote>
201</body>
202</html>
Note: See TracBrowser for help on using the repository browser.