Changeset 145
- Timestamp:
- Dec 4, 2009 5:01:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_intro.html
- Property rcs:date changed from 2000/05/17 20:23:13 to 2000/05/18 15:32:42
- Property rcs:lines changed from +26 -13 to +36 -17
- Property rcs:rev changed from 1.7 to 1.8
r142 r145 15 15 alt="Link to National Institute of Standards & Technology home page" 16 16 ALIGN=LEFT></A> 17 <CENTER> 18 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/tclpkgs.html"> 19 <IMG SRC="tcltklogo100.gif" 20 alt="Link to Tcl/Tk information"> 21 </CENTER></A> 22 <hr> 23 17 24 <center> 18 25 <h1> 19 26 Intro to EXPGUI</h1></center> 20 <hr> 21 <P><blockquote> 22 <CENTER><B>What is EXPGUI?</B></CENTER><P> 23 EXPGUI is a graphical user interface (GUI) editor for GSAS 27 <P> 28 <B>What is EXPGUI?</B><P> 29 <blockquote> 30 EXPGUI is a graphical user interface (GUI) editor for 31 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/gsas.html"> 32 GSAS</A> 24 33 experiment (.EXP) files and shell which allows all the other GSAS programs 25 to be executed with a GUI, similar to the <a href="http://www.ncnr.nist.gov/programs/crystallography/software/tkGSAS.html">tkGSAS</a> 26 shell. EXPGUI is not a replacement for the GSAS program EXPEDT, as there 27 are many things that EXPGUI cannot do. I have tried to put most of the 28 actions that I use most frequently and that could be easily accommodated 29 into EXPGUI.</blockquote> 34 to be executed with a GUI. 35 EXPGUI is not a replacement for the GSAS program EXPEDT. 36 EXPGUI can do at best 10% of what 37 EXPEDT can do -- but that 10% covers most of the 38 actions that I use frequently (and that I could code without a major effort). 39 </blockquote> 30 40 31 41 <p><br><B>Is there documentation?</B> … … 44 54 <A HREF="expgui_cfg.html"> 45 55 Customization notes</A> 46 </UL></blockquote> 56 </UL> 57 Contributions of additional documents or improvements to me 58 is greatly encouraged. 59 </blockquote> 47 60 48 61 <P><B>So what can EXPGUI do?</B> … … 61 74 62 75 <dt> 63 <IMG SRC="n ew.gif" HEIGHT=13 WIDTH=36>76 <IMG SRC="note.gif"> 64 77 Creating new .EXP files and adding phases, histograms and atoms 65 78 (EXPGUI version 1.17 and later).</dt> 79 80 <dt> 81 <IMG SRC="new.gif" HEIGHT=13 WIDTH=36> 82 Editing and creating [hard] constraints on atomic parameters. 83 </dt> 66 84 67 85 </blockquote> … … 71 89 delete atoms or change their type. 72 90 It cannot create or edit soft constraints 73 or hard constraints. It cannot be used on74 phases with magnetic scatteringor on single-crystal histograms. It can't91 or other that atomic hard constraints. It cannot be used on 92 magnetic scattering parameters or on single-crystal histograms. It can't 75 93 even change the profile function number. It also can't change the 76 94 excluded data regions. … … 96 114 <blockquote>Gee, you want to add some features... Great! You have all the 97 115 EXPGUI sources and Tcl/Tk is free. Oh, you want me to do it. Well, I might 98 get to it if you ask. I am looking for good ideas on how to design GUI's 99 for different aspects of experiment editing, for example:how to code and 100 edit hard constraints with an attractive, intuitive and compact GUI.</blockquote> 116 get to it if you ask, particularly if you help. 117 I am looking for good ideas on how to design GUI's 118 for different aspects of experiment editing, 119 with an attractive, intuitive and compact GUI.</blockquote> 101 120 102 121 <p><br><B>Mailing List</B>
Note: See TracChangeset
for help on using the changeset viewer.