Changeset 953
- Timestamp:
- Mar 11, 2010 2:00:14 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/absplt
r931 r953 243 243 tk_dialog .warn About " 244 244 GSAS\n\ 245 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 246 WIDPLT/ABSPLT\nB. Toby, NIST\nNot subject to copyright\n\n\ 245 R. B. Von Dreele, Argonne National Lab\n 246 and A. C. Larson, Los Alamos (retired)\n\n\ 247 WIDPLT/ABSPLT\nB. H. Toby, Argonne National Lab\n\n\ 247 248 $Revision\n\ 248 249 " {} 0 OK … … 1115 1116 set expgui(docdir) [file join $expgui(scriptdir) doc] 1116 1117 # location for web pages, if not found locally 1117 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui1118 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 1118 1119 1119 1120 # fetch EXP file processing routines -
trunk/bkgedit
r931 r953 82 82 set expgui(pixelregion) 5 83 83 # location for web pages, if not found locally 84 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui84 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 85 85 set peakinfo(obssym) scross 86 86 if {$program == "bkgedit"} { … … 1011 1011 tk_dialog .warn About " 1012 1012 GSAS\n\ 1013 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 1014 LIVEPLOT\nB. Toby, NIST\nNot subject to copyright\n\n\ 1013 R. B. Von Dreele, Argonne National Lab\n 1014 and A. C. Larson, Los Alamos (retired)\n\n\ 1015 LIVEPLOT\nB. H. Toby, Argonne National Lab\n\n\ 1015 1016 $Revision\n\ 1016 1017 " {} 0 OK -
trunk/doc/expgui.html
r930 r953 91 91 <TH> 92 92 <A Href="http://www.ncnr.nist.gov/xtal/software/expgui/tutorial3"> 93 <IMG SRC="new.gif" HEIGHT=13 WIDTH=36 alt="New!">94 93 <A Href="osx.html">Mac OS X</A></TH> 95 94 </TR><TR> … … 100 99 <TR><TH BGCOLOR="#F0F0F0">Tutorials:</TH> 101 100 <TH><A Href="http://www.ncnr.nist.gov/xtal/software/expgui/tutorial3"> 102 <IMG SRC="new.gif" HEIGHT=13 WIDTH=36 alt="New!">103 101 NIST<BR>Neutron data</A></TH> 104 102 <TH><A Href="http://www.ncnr.nist.gov/xtal/software/expgui/tutorial1/index.html">GSAS Manual<BR>Example #1 (TOF)</A></TH> … … 136 134 <P> 137 135 <B>Mailing List.</B> 138 If you would like to get news about about new features 139 & bug fixes in EXPGUI and also support 140 the project by demonstrating how many people use it, 141 please send e-mail to 142 <a href="mailto:brian.toby@anl.gov?subject=EXPGUI Mailing List">Brian.Toby@ANL.GOV</a>. 136 There is a mailing list for users of EXPGUI for news about about new 137 features, bug fixes in EXPGUI, etc. 138 <A href="http://www.aps.anl.gov/mailman/listinfo/expgui">Subscription info</A> 143 139 <P> 144 140 <hr> … … 329 325 <DL><DL> 330 326 The options on the File menu as is the custom contains the commands 331 for reading and writing experiment files, as well as starting 332 and ending the program.327 for reading and writing experiment files, as well as starting, 328 ending and controlling the program. 333 329 </DL></DL> 334 330 -
trunk/doc/expguic.html
r944 r953 54 54 <DT>Save As<DD>Saves modifications to the current experiment file to disk 55 55 under a new file name 56 <DT>Reread .EXP file<DD>Reread the last saved version of the experiment file from disk. 56 <DT>Reread .EXP file<DD>Reread the last saved version of the 57 experiment file from disk. 58 <DT>Update GSAS/EXPGUI<DD>This queries the EXPGUI software repository 59 to see if any files in EXPGUI or GSAS has been updated. It then 60 offers the program user the option to update these files. The update 61 will fail if the user does not have permission to change the EXPGUI 62 or GSAS files. In this case, a system administrator may be needed. 57 63 <DT>EraseHistory<DD>Deletes old history records to speed reading of the .EXP file. 58 64 <DT>convert<DD>Convert a standard ASCII file to the direct access format used by GSAS (and for UNIX, the reverse) -
trunk/expgui
r952 r953 80 80 81 81 # location for web pages, if not found locally 82 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui82 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 83 83 # default for archive mode = on 84 84 set expgui(archive) 1 … … 695 695 \n\n\ 696 696 Generalized Structure Analysis System\n(GSAS)\n\ 697 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 697 R. B. Von Dreele,\n 698 APS, Argonne National Laboratory\n 699 and A. C. Larson, Los Alamos (retired)\n\n\ 698 700 " \ 699 701 info 0 OK … … 4165 4167 $expgui(fm).help.menu add command -command "MakeWWWHelp menu" \ 4166 4168 -label "Help on menu" 4167 if {![catch {package require tkcon} errmsg]} { 4168 $expgui(fm).help.menu add command -label "Open console" \ 4169 -command {tkcon show} 4170 } elseif {$tcl_platform(platform) == "windows"} { 4169 if {$tcl_platform(platform) == "windows"} { 4171 4170 $expgui(fm).help.menu add command -label "Open console" \ 4172 4171 -command {console show} 4173 4172 } 4173 if {![catch {package require tkcon} errmsg]} { 4174 $expgui(fm).help.menu add command -label "Open tkcon console" \ 4175 -command {tkcon show} 4176 } 4174 4177 # add update commands to buffer 4175 4178 if [CheckUpdateImplemented $expgui(gsasdir)] { 4176 $expgui(fm). help.menu add command -command CheckAndDoUpdate -label "Update GSAS/EXPGUI"4177 # $expgui(fm). help.menu add cascade -menu $expgui(fm).help.menu.track \4179 $expgui(fm).file.menu add command -command CheckAndDoUpdate -label "Update GSAS/EXPGUI" 4180 # $expgui(fm).file.menu add cascade -menu $expgui(fm).file.menu.track \ 4178 4181 # -label "Select EXPGUI version" 4179 # menu $expgui(fm). help.menu.track4180 # $expgui(fm). help.menu.track add radiobutton -command {SetSVNbranch trunk} -label Development -value trunk \4182 # menu $expgui(fm).file.menu.track 4183 # $expgui(fm).file.menu.track add radiobutton -command {SetSVNbranch trunk} -label Development -value trunk \ 4181 4184 # -variable expgui(SVNversion) 4182 # $expgui(fm). help.menu.track add radiobutton -command {SetSVNbranch stable} -label Standard -value stable \4185 # $expgui(fm).file.menu.track add radiobutton -command {SetSVNbranch stable} -label Standard -value stable \ 4183 4186 # -variable expgui(SVNversion) 4184 4187 # get info about the current CMPR version on the server. Someday we might want to compare this … … 4195 4198 } 4196 4199 } else { 4197 $expgui(fm). help.menu add command -label "Show update problem" -command {4200 $expgui(fm).file.menu add command -label "Show update problem" -command { 4198 4201 if {! [file exists [file join $expgui(gsasdir) .svn]]} { 4199 4202 MyMessageBox -parent . -title "No .svn" \ -
trunk/fillcif.tcl
r930 r953 75 75 set expgui(docdir) [file join $expgui(scriptdir) doc] 76 76 # location for web pages, if not found locally 77 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui77 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 78 78 79 79 # where to find the BWidget program -
trunk/gsascmds.tcl
r949 r953 2014 2014 update 2015 2015 MyMessageBox -parent . -title "Good luck..." \ 2016 -message "You are using a directory with a space in the name ([file dirname $expgui(FileMenuDir)]) -- You may encounter bugs in EXPGUI. Please e-mail them to Brian.Toby@ NIST.gov so they can be fixed." \2016 -message "You are using a directory with a space in the name ([file dirname $expgui(FileMenuDir)]) -- You may encounter bugs in EXPGUI. Please e-mail them to Brian.Toby@ANL.gov so they can be fixed." \ 2017 2017 -icon warning -type Continue -default continue 2018 2018 # -helplink "expguierr.html OpenErr" … … 2659 2659 # PGPLOT_FONT is needed by PGPLOT 2660 2660 set env(PGPLOT_FONT) [file nativename [file join $expgui(pgplotdir) grfont.dat]] 2661 set env(PGPLOT_DIR) $expgui(pgplotdir) 2661 2662 # this is the number of lines/page in the .LST (etc.) file 2662 2663 set env(LENPAGE) 60 -
trunk/liveplot
r930 r953 82 82 set expgui(pixelregion) 5 83 83 # location for web pages, if not found locally 84 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui84 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 85 85 set peakinfo(obssym) scross 86 86 if {$program == "bkgedit"} { … … 1011 1011 tk_dialog .warn About " 1012 1012 GSAS\n\ 1013 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 1014 LIVEPLOT\nB. Toby, NIST\nNot subject to copyright\n\n\ 1013 R. B. Von Dreele, Argonne National Lab\n 1014 and A. C. Larson, Los Alamos (retired)\n\n\ 1015 LIVEPLOT\nB. H. Toby, Argonne National Lab\n\n\ 1015 1016 $Revision\n\ 1016 1017 " {} 0 OK -
trunk/lstview
r930 r953 444 444 tk_dialog .warn About " 445 445 GSAS\n\ 446 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 447 LSTVIEW\nB. Toby, NIST\nNot subject to copyright\n\n\ 446 R. B. Von Dreele, Argonne National Lab\n 447 and A. C. Larson, Los Alamos (retired)\n\n\ 448 LSTVIEW\nB. H. Toby, Argonne National Lab\n\n\ 448 449 $Revision\n\ 449 450 " {} 0 OK … … 713 714 set expgui(docdir) [file join $expgui(scriptdir) doc] 714 715 # location for web pages, if not found locally 715 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui716 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 716 717 717 718 source [file join $expgui(scriptdir) gsascmds.tcl] -
trunk/macromon
r931 r953 444 444 tk_dialog .warn About " 445 445 GSAS\n\ 446 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 447 LSTVIEW\nB. Toby, NIST\nNot subject to copyright\n\n\ 446 R. B. Von Dreele, Argonne National Lab\n 447 and A. C. Larson, Los Alamos (retired)\n\n\ 448 MACROMON\nB. H. Toby, Argonne National Lab\n\n\ 448 449 $Revision\n\ 449 450 " {} 0 OK … … 713 714 set expgui(docdir) [file join $expgui(scriptdir) doc] 714 715 # location for web pages, if not found locally 715 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui716 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 716 717 717 718 source [file join $expgui(scriptdir) gsascmds.tcl] -
trunk/widplt
r930 r953 243 243 tk_dialog .warn About " 244 244 GSAS\n\ 245 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 246 WIDPLT/ABSPLT\nB. Toby, NIST\nNot subject to copyright\n\n\ 245 R. B. Von Dreele, Argonne National Lab\n 246 and A. C. Larson, Los Alamos (retired)\n\n\ 247 WIDPLT/ABSPLT\nB. H. Toby, Argonne National Lab\n\n\ 247 248 $Revision\n\ 248 249 " {} 0 OK … … 1115 1116 set expgui(docdir) [file join $expgui(scriptdir) doc] 1116 1117 # location for web pages, if not found locally 1117 set expgui(website) www.ncnr.nist.gov/xtal/software/expgui1118 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/ 1118 1119 1119 1120 # fetch EXP file processing routines
Note: See TracChangeset
for help on using the changeset viewer.