source: trunk/tutorial2/garnet1.html @ 593

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

# on 2002/04/12 21:34:08, toby did:
remove id info; update format

  • Property rcs:author set to toby
  • Property rcs:date set to 2002/04/12 21:34:08
  • Property rcs:lines set to +19 -20
  • Property rcs:rev set to 1.3
  • Property rcs:state set to Exp
  • Property svn:keywords set to Author Date Revision Id
File size: 1.8 KB
Line 
1<html>
2<head>
3   <title>EXPGUI Tutorial #1</title>
4</head>
5
6<style>
7A:link {text-decoration:none}
8A: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 1)</H1>
23</CENTER>
24<H1>
251. Creating the Experiment
26</H1>
27
28<img src="open.gif" align=LEFT>
29Start EXPGUI. In the file selection window, enter
30the working directory you want to use, and select the
31.EXP file you want to use. In this case, I typed in "garnet"
32rather than select an existing file.
33Note that capitalization you use does not
34matter and .EXP is added by default after clicking "Read" or pressing Return.
35<BR>
36Since the file does not exist, a warning is shown.
37The file should be created, so press the "Create" button.
38<img src="openconf.gif">
39<BR clear=left>
40<img src="runtitle.gif" align=LEFT>
41At this point you are prompted to enter a title for the run.
42After this is done, EXPGUI opens to the LS controls pane.
43Unlike EXPEDT, EXPGUI does not set a default for the
44number of cycles, so set this here. I also suggest setting
45the print options to print a summary of shifts
46and that extraction of Fobs be selected.
47<BR clear=left>
48<img src="ls1.gif">
49
50<BR clear=left>
51<HR>
52Previous: <A HREF="index.html">
53Introduction</A>
54<BR>
55Next step: <A HREF="garnet2.html">
56Add a phase and atoms to the Experiment</A>
57
58<HR>
59</blockquote>
60<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>
61<font size=-1><? lastmod(); ?> </font>
62<BR>$Revision: 593 $ $Date: 2009-12-04 23:08:46 +0000 (Fri, 04 Dec 2009) $
63</body>
64</html>
Note: See TracBrowser for help on using the repository browser.