Changeset 1166 for trunk/doc/expgui.html
- Timestamp:
- Aug 17, 2011 6:17:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui.html
r973 r1166 16 16 EXPGUI<BR> 17 17 A Graphical User Interface for 18 <A Href="http ://www.ncnr.nist.gov/programs/crystallography/software/gsas.html">18 <A Href="https://subversion.xor.aps.anl.gov/trac/EXPGUI/wiki/GSASIntro"> 19 19 GSAS</A> 20 20 <HR noshade width="75%" size="2" align="center"> … … 34 34 <P><P> 35 35 EXPGUI is a graphical interface for the 36 Los Alamos 37 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/gsas.html"> 38 GSAS</A> package. 36 <A Href="https://subversion.xor.aps.anl.gov/trac/EXPGUI/wiki/GSASIntro">GSAS</A> 37 package, developed at Los Alamos and maintained now at Argonne. 39 38 EXPGUI does two things: 40 39 it can be used to directly modify the GSAS … … 60 59 <TH><A Href="expgui4.html">Scaling info</A></TH> 61 60 <TH><A Href="expgui5.html">Profile terms</A></TH> 62 <TH><A Href="expgui6.html">Constraints </A></TH>61 <TH><A Href="expgui6.html">Constraints & Restraints</A></TH> 63 62 </TR> 64 63 <TR> 64 <TH><A Href="expgui6A.html">Rigid Bodies</A></TH> 65 65 <TH><A Href="expgui7.html">Preferred Orientation</A></TH> 66 66 <TH><A Href="expguic.html">Menus</A></TH> … … 117 117 A.C. Larson and R.B. Von Dreele, "General Structure Analysis System (GSAS)", 118 118 Los Alamos National Laboratory Report LAUR 86-748 (2000). 119 <A HREF="http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/gsas/public/gsas/manual/GSASManual.pdf"> 119 <A 120 HREF="https://subversion.xor.aps.anl.gov/EXPGUI/gsas/all/GSAS%20Manual.pdf"> 120 121 [link to PDF copy of manual] 121 122 </A> … … 154 155 are used. The File/Save operation is done automatically before any GSAS 155 156 programs, such as GENLES or EXPEDT, are run. 157 <P> 158 <A name="badexp"> 159 The GSAS refinement program, GENLES, will sometimes "blow up", where the 160 program changes varied parameters to values very far from their 161 correct values. This occurs when parameters are highly correlated, 162 are refining to values that are not allowed, or some of the refined parameters have 163 very little impact on the quality of the fit. When this happens, 164 invalid values are written to the GSAS experiment file that contain 165 either asterisks (****) or the string "NAN" (not a number). Such 166 files cannot be used for additional GENLES runs. 167 <P> 168 When EXPGUI reads a .EXP file it scans it for evidence of a previous 169 failure of a GENLES refinement and warns if a problem is 170 noted. Please note that this scan is not perfect and occasionally 171 you may be warned in cases where the file is fine (if possible, 172 please send such .EXP file to Brian Toby so this scan can be improved.) 173 When such a "bad" .EXP file is located, one can "revert" to an 174 archived copy of a previous experiment file (with suffix .Oxx). This 175 can be done with the Revert menu item in the File menu. Note that 176 clicking on a file in the file selection window causes it to be 177 scanned and shows the status of that refinement. Also note that 178 usually the last good archived file has settings that will produce the same bad 179 refinement, so it is necessary to either revert further back, or to 180 change the refinement options before running GENLES. 156 181 <P> 157 182 … … 475 500 476 501 The INSTEDIT utility is used to edit or create an instrument parameter file. 477 At this time it can only be used to edit files for 478 constant-wavelength data. The utility can be started from the "Edit File" 479 button in the 502 The utility can be started from the "Edit File" button in the 480 503 <A HREF="expgui3.html#AddHist">"Add New Histogram"</A> dialog, or from the 481 the "instedit" option in the Powder menu. In the latter case, the user 482 is given the chance to select an input file. If no file is selected, 483 a new, empty, file is created. An example INSTEDIT window appears below. 504 the "instedit" option in the Powder menu. Alternately, to create a new 505 instrument parameter file, choose Powder menu option "New InstParm 506 file". (It is also possible 507 to create a new file using the standard instedit by selecting 508 "Cancel" when asked for an input file.) 509 An example INSTEDIT window appears below. 484 510 <P> 485 511 <img SRC="instedit1.gif" align=RIGHT alt="EXPGUI Screen snapshot"> … … 593 619 records can slow the GSAS programs 594 620 (this is less of a problem on faster computers). For these reasons, it may be 595 a good idea to prune the older history records from the file. If more than 100 596 history records are found in an experiment file, EXPGUI suggests that the 597 older history entries be deleted. Alternately the File/EraseHistory command 598 can be used to invoke the this option. 621 a good idea to prune the older history records from the file. 622 The File/EraseHistory command can be used to invoke the this option. 599 623 <P> 600 624 On the dialog the number of history records to be retained is specified. … … 681 705 <A name=tcltk> 682 706 <H2> 683 <A Href="http://www. ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">707 <A Href="http://www.tcl.tk"> 684 708 Tcl/Tk</A></H2> 685 709 The 686 <A Href="http://www. ncnr.nist.gov/programs/crystallography/software/tclpkgs.html">710 <A Href="http://www.tcl.tk"> 687 711 Tcl/Tk program</A> is a platform-independent scripting language that is 688 712 used to implement most of EXPGUI. This software is available for free 689 and must be loaded in order to use EXPGUI. See the 690 installation notes for 691 <A HREF="expgui_Win_readme.html">Windows</A>, 692 and for 693 <A HREF="expgui_Unix_readme.html">UNIX</A> for information on how to do this. 713 and must be loaded in order to use EXPGUI. A somewhat out of date 714 version of Tcl/Tk (8.4) is distributed with EXPGUI (ncnrpack.exe, etc.) but 715 more recent versions can be used, but note that the BLT package (see 716 below) is needed for all features of EXPGUI. 694 717 While learning Tcl/Tk is a great thing to do, it is not a requirement 695 718 for using or installing EXPGUI. 696 697 <A name=winexec>698 <H3>699 WINEXEC</H3>700 <UL>701 The WINEXEC package is needed under Windows-95 and its offspring702 (-98 and -ME). See the <A HREF="expgui_Win_readme.html">Windows installation703 notes</A> for more details.704 </UL>705 719 706 720 <A name=blt> … … 715 729 If this is the case, a message, 716 730 "BLT Setup Error: could not access a Blt_ routine...", will be displayed. 717 This is most common in UNIX and is discussed further in the 718 <A HREF="expgui_Unix_readme.html">UNIX installation notes</A>. Also see 719 <A HREF="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html"> 720 http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html 721 </A> for more information on installation of BLT. 731 Use of the ncnrpack file distributed with EXPGUI usually avoids this problem. 722 732 </UL> 723 733 … … 727 737 <UL> 728 738 The 729 <A HREF=" www.hume.com">Hume739 <A HREF="http://www.hume.com">Hume 730 740 </A> 731 741 Linear Algebra Tcl Package, 732 <A HREF=" www.hume.com">742 <A HREF="http://www.hume.com/la/la.html"> 733 743 La</A>, 734 744 is used by the BKGEDIT … … 739 749 should not happen, since the package is included with the EXPGUI files. 740 750 So if get this error you probably have an incomplete installation. 741 Note that the La package requires Tcl/Tk version 8.1 or higher, so that if 742 you are using an older version of Tcl/Tk, you will need to upgrade. 743 See the installation instructions for 744 <A HREF="expgui_Win_readme.html">Windows</A>, 745 and for 746 <A HREF="expgui_Unix_readme.html">UNIX</A> for more information on Tcl/Tk. 751 </UL> 752 753 <A name=winexec> 754 <H3> 755 WINEXEC</H3> 756 <UL> 757 The WINEXEC package was needed under Windows-95 and its offspring 758 (-98 and -ME). It was found in older versions of EXPGUI, but is no 759 longer included. 747 760 </UL> 748 761 … … 750 763 Acknowledgments</H2> 751 764 Praise to Larson and 752 Von Dreele for GSAS, <A HREF="http:// www.scriptics.com/">Ousterhout</A>765 Von Dreele for GSAS, <A HREF="http://home.pacbell.net/ouster/">John Ousterhout</A> 753 766 for Tcl/Tk, 754 Przemek Klosowski </A>767 Przemek Klosowski 755 768 for convincing me to learn Tcl/Tk 756 and Jonathan Wasserman for helping get this project started. 757 Thanks also to 769 and Jonathan Wasserman for helping me get this project started. 770 Thanks also to 771 Charles Lake of Indiana University of PA for working on many recent additions to EXPGUI, including the 772 bond-distance restraints module and the (soon to come) rigid body editor; 758 773 Pamela Whitfield of the NRC (Canada) for writing large 759 774 sections of the … … 763 778 code and to John Cowgill for the "Export to GRACE" code. 764 779 <P> 765 <A Href="http ://www.ncnr.nist.gov/programs/crystallography/software/gsas.html">780 <A Href="https://subversion.xor.aps.anl.gov/trac/EXPGUI/wiki/GSASIntro"> 766 781 GSAS</A> 767 782 is written by Allen C. Larson and Robert B. Von Dreele while at … … 770 785 <A HREF="MAILTO:vondreele@anl.gov">vondreele@anl.gov</A> 771 786 EXPGUI was written by Brian H. Toby while at the NIST Center for Neutron Research, 772 <A HREF="MAILTO:Brian.Toby@ANL.GOV">Brian.Toby@ANL.GOV</A> 773 with help from Jonathan Wasserman. 787 <A HREF="MAILTO:Brian.Toby@ANL.GOV">Brian.Toby@ANL.GOV</A>. 774 788 775 789 <P><hr><blockquote> … … 786 800 software. 787 801 788 <P> The author of EXPGUI is a U.S. Government employeewhich means that802 <P>EXPGUI was written by a U.S. Government employee, which means that 789 803 EXPGUI is not subject to copyright. Have fun with it. Modify it. Please write 790 804 new sections and make them available to the rest of the world. … … 793 807 expressed or implied, or assumes any liability or responsibility 794 808 for the use of this information or the software described 795 here. Brand names cited herein are used for 796 identification purposes and do not constitute an endorsement by NIST. 809 here. 797 810 </blockquote> 798 811
Note: See TracChangeset
for help on using the changeset viewer.