Changeset 69
- Timestamp:
- Dec 4, 2009 4:59:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_Unix_readme.html
- Property rcs:date changed from 1999/03/19 16:55:10 to 1999/03/19 16:58:39
- Property rcs:lines changed from +17 -12 to +32 -14
- Property rcs:rev changed from 1.3 to 1.4
r64 r69 13 13 I will assume that you already have the Tcl/Tk package loaded on your computer. If this 14 14 is not true, please see 15 <A HREF="http:// rrdjazz.nist.gov/~toby/tclpkgs.html">16 http:// rrdjazz.nist.gov/~toby/tclpkgs.html15 <A HREF="http://www.ncnr.nist.gov/~toby/tclpkgs.html"> 16 http://www.ncnr.nist.gov/~toby/tclpkgs.html 17 17 </A> for installation instructions. 18 18 Likewise, I will assume you have also loaded the appropriate GSAS release, if not see 19 <A HREF="http:// rrdjazz.nist.gov/~toby/unixgsas.html">20 http:// rrdjazz.nist.gov/~toby/unixgsas.html19 <A HREF="http://www.ncnr.nist.gov/~toby/unixgsas.html"> 20 http://www.ncnr.nist.gov/~toby/unixgsas.html 21 21 </A> for installation instructions. 22 22 23 23 <P>More information about EXPGUI, including information on how it 24 can be customized, can be found on web pages <A HREF="http:// rrdjazz.nist.gov/~toby/expgui/expgui.html">expgui.html</A>25 and <A HREF="http:// rrdjazz.nist.gov/~toby/expgui/expgui_cfg.html">expgui_cfg.html</A>, found in the gsas/expgui/doc directory.24 can be customized, can be found on web pages <A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui.html">expgui.html</A> 25 and <A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui_cfg.html">expgui_cfg.html</A>, found in the gsas/expgui/doc directory. 26 26 27 27 <H2> 28 28 1. EXPGUI Downloading</H2> 29 29 download file 30 <A HREF="ftp:// rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz">31 ftp:// rrdjazz.nist.gov/bt1/gsas/expgui.tar.gz</A> (~300 K)30 <A HREF="ftp://ftp.ncnr.nist.gov/bt1/gsas/expgui.tar.gz"> 31 ftp://ftp.ncnr.nist.gov/bt1/gsas/expgui.tar.gz</A> (~300 K) 32 32 by shift-clicking on the previous link. 33 33 <P> 34 34 If you want to try the latest release (which may not have gotten 35 35 a lot of testing, but probably has new bug fixes and capabilities) shift-click 36 on <A HREF="ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz"> 37 ftp://rrdjazz.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz</A> 36 on <A HREF="ftp://ftp.ncnr.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz"> 37 ftp://ftp.ncnr.nist.gov/bt1/gsas/expgui_ALPHA.tar.gz</A> 38 <P> 39 Optionally download the TCLDUMP program to speed and enhance liveplot, 40 <UL> 41 <LI>LINUX: <A HREF="ftp://ftp.ncnr.nist.gov/bt1/gsas/exe_linux/tcldump.tar.gz"> 42 ftp://ftp.ncnr.nist.gov/bt1/gsas/exe_linux/tcldump.tar.gz</A> (~65 K) or 43 <LI>Silicon Graphics: <A HREF="ftp://ftp.ncnr.nist.gov/bt1/gsas/exe_sgi/tcldump.tar.gz"> 44 ftp://ftp.ncnr.nist.gov/bt1/gsas/exe_sgi/tcldump.tar.gz</A> (~45 K) 45 </UL>by shift-clicking on the appropriate link. 38 46 <H2> 39 47 2. EXPGUI Installation</H2> … … 56 64 mkdir expgui 57 65 cd expgui 58 gunzip < [/path ]expgui.tar.gz | tar xvf -66 gunzip < [/path/]expgui.tar.gz | tar xvf - 59 67 </PRE> 60 68 <P>When restoring the GSAS files from the tar file, 61 note that <TT>[/path ]</TT> in the example above indicates the location69 note that <TT>[/path/]</TT> in the example above indicates the location 62 70 where you downloaded the tar file in section 2, above. 63 71 … … 98 106 99 107 <em>Note that in the above commands </em><TT>^D</TT><em> means control-D.</em> 108 109 <H4> 110 2.3 Installing TCLDUMP</H4> 111 The TCLDUMP program should be located with all of the GSAS executable files, for example in /usr/local/gsas/exe/. 112 <PRE> 113 cd /usr/local/gsas/exe 114 gunzip < [/path/]tcldump.tar.gz | tar xvf - 115 </PRE> 116 100 117 <hr> 101 GSAS is written by Allen C. Larson and Robert B. Von Dreele, MS-H805, 118 GSAS is written by Allen C. Larson and <A HREF="http://lansce.lanl.gov/lujan/staff12/vondreele.htm"> 119 Robert B. Von Dreele</A>, MS-H805, 102 120 Los Alamos National Laboratory, Los Alamos, NM 87545. Problems, questions 103 121 or kudos concerning GSAS should be sent to Robert B. Von Dreele at … … 125 143 identification purposes and do not consitute an endorsement by NIST. 126 144 127 <p><a href="http:// rrdjazz.nist.gov/~toby/">Brian Toby</a> (<a href="mailto:brian.toby@nist.gov">Brian.Toby@NIST.GOV</a>)145 <p><a href="http://www.ncnr.nist.gov/~toby/">Brian Toby</a> (<a href="mailto:brian.toby@nist.gov">Brian.Toby@NIST.GOV</a>) 128 146 <br> 129 147 $Revision$ $Date$
Note: See TracChangeset
for help on using the changeset viewer.