- Timestamp:
- Dec 4, 2009 5:05:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/doc/expguic.html ¶
- Property rcs:date changed from 2000/10/18 00:11:17 to 2000/12/22 21:14:32
- Property rcs:lines changed from +2 -2 to +59 -12
- Property rcs:rev changed from 1.6 to 1.7
r342 r368 59 59 This menu contains options that determine how EXPGUI runs. 60 60 <DL> 61 <a name="archive"></a> 61 62 <DT>archive EXP<DD>Toggles archiving of .EXP files. When on, files are 62 saved prior to each save or run of expedt in a file named 63 [expnam].EXP.xxx.gz where xxx = 000, 001 (UNIX) 64 or in a file named [expnam].ZIP or [expnam].xxx (Windows) 63 saved prior to each save or run of EXPEDT. 64 Each time a file is saved a note is placed in the .LST file 65 so that the saved file name can be associated with 66 the refinement stage. 67 <P> 68 <B>UNIX:</B> Old .EXP files are saved in a compressed file named 69 [expnam].EXP.xxx.gz where xxx = 000, 001..., if the the gzip 70 program can be run by EXPGUI, or in an uncompressed file named 71 [expnam].EXP.xxx if gzip is not available. 72 To recover an archived file, uncompress it with command 73 <tt>gzip [expnam].EXP.xxx.gz</tt> (if needed) and rename it 74 to end in .EXP (<tt>mv [expnam].EXP.xxx [new expnam].EXP</tt>). 75 It can then be read using EXPGUI 76 <P> 77 <B>Windows:</B> Old .EXP files are saved in a compressed form in 78 a file named [expnam].ZIP, if program PKZIP.EXE is found in the 79 same directory where EXPGUI is installed (typically c:\gsas\expgui). 80 To read the archived files, you will 81 need to use PKZIP or WINZIP to extract and rename them. 82 If PKZIP is not installed, the files are archived by 83 renaming them [expnam]!xxx.EXP. These archived files can be read 84 directly by EXPGUI, but you are suggested to save them under 85 a new name using the File/"Save As" option. 86 <P> 65 87 <DT>Use DISAGL Window<DD>When this option is set, results from DISAGL are 66 88 shown in a separate window. When it is not set, the results are 67 written in the .LST file. 89 written in the .LST file. Note that on Windows, LSTVIEW can interfere 90 with putting output into the DISAGL window. The solution is to 91 close LSTVIEW before running DISAGL. 92 93 <a name="Autoupdate"></a> 94 <DT>Autoload EXP<DD>Normally EXPGUI prompts before rereading the EXP 95 file when GENLES, POWPREF,... or other GSAS programs run 96 If this option is set, the new file is automatically read without a prompt. 97 The advantage of leaving this option off, is that 98 you can opt to not load the 99 revised .EXP file, which means that you reject the last set of changes. 100 This is useful if 101 GENLES blows up or you have done something wrong. The advantage 102 of turning "autoload EXP" on is 103 that there is one less thing to do when running GSAS programs. 104 Note that it is still possible to reverse changes, if 105 <a href="#archive">archive mode</A> is on, but this may require more effort. 106 107 <a name="Autoicon"></a> 108 <DT>Iconify during GSAS<DD> 109 If this option is turned on, the main EXPGUI window is shrunk to an icon 110 (minimized) while GSAS programs are running and EXPGUI is suspended. 111 The author prefers this mode, since there is no reason to have the 112 screen cluttered with EXPGUI when it can't be used, 113 but this is an option so that the mode can be turned off by those people 114 who find this behavior annoying. 115 68 116 <a name="sortatoms"></a> 69 117 <DT>Sort atoms by<DD> Determines the order that atoms are displayed on the "Phase" pane … … 99 147 character. If backspace does not work in a program such as 100 148 EXPEDT, change try the other setting for this option. 101 <a name="Autoupdate"></a>102 <DT>Autoupdate EXP<DD>Normally EXPGUI prompts before rereading the EXP103 file when GENLES, POWPREF,... are run (this is so that one can change104 the experiment file and rerun with the current input). If this option is105 set, the new file is automatically read without a prompt.106 This option is not available in Windows.107 149 108 150 <a name="exptoolout"></a> … … 115 157 <DT>SaveOptions<DD>Save the current values for "Override backspace", 116 158 <a href="#sortatoms">"Sort atoms by"</a>, 117 <a href="#sorthist">"Sort histograms by"</a> and "archive EXP" 159 <a href="#sorthist">"Sort histograms by"</a>, 160 <a href="#archive">"archive EXP"</a>, 161 <a href="#Autoupdate">"Autoload EXP"</a>, 162 and 163 <a href="#Autoicon">"Iconify during GSAS"</a> 164 118 165 in file ~/.gsas_config (c:\.gsas_config on Windows). 119 166 <DT>liveplot_options<DD>Used to set options for liveplot,
Note: See TracChangeset
for help on using the changeset viewer.