[168] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>EXPGUI Tutorial #1</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
[593] | 6 | <style> |
---|
| 7 | A:link {text-decoration:none} |
---|
| 8 | A:vlink {text-decoration:none} |
---|
| 9 | </style> |
---|
[168] | 10 | |
---|
[593] | 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 | |
---|
[168] | 21 | <CENTER> |
---|
| 22 | <H1>EXPGUI Tutorial: Garnet (part 1)</H1> |
---|
| 23 | </CENTER> |
---|
| 24 | <H1> |
---|
| 25 | 1. Creating the Experiment |
---|
| 26 | </H1> |
---|
| 27 | |
---|
| 28 | <img src="open.gif" align=LEFT> |
---|
| 29 | Start EXPGUI. In the file selection window, enter |
---|
| 30 | the working directory you want to use, and select the |
---|
| 31 | .EXP file you want to use. In this case, I typed in "garnet" |
---|
| 32 | rather than select an existing file. |
---|
| 33 | Note that capitalization you use does not |
---|
[189] | 34 | matter and .EXP is added by default after clicking "Read" or pressing Return. |
---|
[168] | 35 | <BR> |
---|
| 36 | Since the file does not exist, a warning is shown. |
---|
[189] | 37 | The file should be created, so press the "Create" button. |
---|
[168] | 38 | <img src="openconf.gif"> |
---|
| 39 | <BR clear=left> |
---|
| 40 | <img src="runtitle.gif" align=LEFT> |
---|
| 41 | At this point you are prompted to enter a title for the run. |
---|
| 42 | After this is done, EXPGUI opens to the LS controls pane. |
---|
| 43 | Unlike EXPEDT, EXPGUI does not set a default for the |
---|
| 44 | number of cycles, so set this here. I also suggest setting |
---|
| 45 | the print options to print a summary of shifts |
---|
| 46 | and that extraction of Fobs be selected. |
---|
| 47 | <BR clear=left> |
---|
| 48 | <img src="ls1.gif"> |
---|
| 49 | |
---|
| 50 | <BR clear=left> |
---|
| 51 | <HR> |
---|
| 52 | Previous: <A HREF="index.html"> |
---|
| 53 | Introduction</A> |
---|
| 54 | <BR> |
---|
| 55 | Next step: <A HREF="garnet2.html"> |
---|
| 56 | Add a phase and atoms to the Experiment</A> |
---|
| 57 | |
---|
[593] | 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) $ |
---|
[168] | 63 | </body> |
---|
| 64 | </html> |
---|