Changeset 307
- Timestamp:
- Dec 4, 2009 5:03:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_cfg.html
- Property rcs:date changed from 2000/10/03 23:28:06 to 2000/10/04 20:39:22
- Property rcs:lines changed from +2 -2 to +48 -42
- Property rcs:rev changed from 1.12 to 1.13
r299 r307 78 78 The important variables defined in the <TT>gsasmenu.tcl</TT> file are: 79 79 <DL><DL> 80 <DT> expgui(menunames)<DD>80 <DT><TT>expgui(menunames)</TT><DD> 81 81 This list defines the menu bar headings other than File, Options & Help 82 <DT> expgui_menulist<DD>82 <DT><TT>expgui_menulist</TT><DD> 83 83 Each array element, e.g. expgui_menulist(file) and expgui_menulist(powder), 84 84 defines commands to be added to a menu heading. Each command will appear 85 85 as an array element in expgui_cmdlist. 86 <DT> expgui_cmdlist<DD>86 <DT><TT>expgui_cmdlist</TT><DD> 87 87 Each array element, e.g. expgui_cmdlist(Save) or expgui_cmdlist(expnam) 88 88 contains two items. The first defines a tcl procedure to be executed … … 97 97 . For example, when powpref is selected, the tcl command 98 98 "runGSASwEXP $cmd" is invoked, where variable cmd is set to "powpref". 99 <DT> expgui(buttonlist)<DD>99 <DT><TT>expgui(buttonlist)</TT><DD> 100 100 This list defines the commands that will appear on the button bar where 101 101 each item that appears on the button bar must have a matching pair of entries … … 113 113 <DL><DL> 114 114 115 <DT> expgui(scriptdir)<DD>115 <DT><TT>expgui(scriptdir)</TT><DD> 116 116 This determines where files such as <TT>readexp.tcl</TT>, etc. 117 117 are located. This defaults to the location where <TT>expgui</TT> is located so 118 118 it rarely needs to be changed. 119 119 120 <DT> expgui(gsasdir)<DD>120 <DT><TT>expgui(gsasdir)</TT><DD> 121 121 This contains the location of the GSAS directory, if it is not the 122 122 parent director where expgui is found. … … 124 124 crashes when you try to add new atoms, this is probably wrong. 125 125 126 <DT> expgui(gsasexe)<DD>126 <DT><TT>expgui(gsasexe)</TT><DD> 127 127 This determines where the GSAS executable files are located. 128 128 You might want to change this is you keep multiple versions of GSAS … … 131 131 in a subdirectory of the GSAS files. 132 132 133 <DT> expgui(coordfont)<DD>133 <DT><TT>expgui(coordfont)</TT><DD> 134 134 Sets the font used for the coordinates scroll box 135 135 136 <DT> expgui(histfont)<DD>136 <DT><TT>expgui(histfont)</TT><DD> 137 137 Sets the font used for the histogram scroll box 138 138 139 <DT>liveplot(hst)<DD> 139 <DT><TT>expgui(bkgcolor1)</TT><DD> 140 Sets the background color for the bottom box on the phase pane. 141 The default value, #fdf, is a light violet that 142 will probably drive some folks nuts, but is a good contrast to the yellow 143 of the refinement flags. 144 145 <DT><TT>liveplot(hst)</TT><DD> 140 146 Sets the default histogram used for liveplot 141 147 142 <DT> liveplot(legend)<DD>148 <DT><TT>liveplot(legend)</TT><DD> 143 149 Sets the default value for display of the legend in liveplot 144 150 145 <DT> expgui(initstring)<DD>151 <DT><TT>expgui(initstring)</TT><DD> 146 152 Defines commands to be executed by EXPGUI after all other commands 147 153 have been run. This is used to define initialization commands in … … 155 161 156 162 <DL><DL> 157 <DT> expgui(archive)<DD>163 <DT><TT>expgui(archive)</TT><DD> 158 164 This defines the default state for the archive flag, 159 165 where 0 is off and 1 is on. When archive is on, a copy of the .EXP file 160 166 is saved before a new version of the file is saved and before EXPEDT is run. 161 167 162 <DT> expgui(asorttype)<DD>168 <DT><TT>expgui(asorttype)</TT><DD> 163 169 This determines the atom sort mode. 164 170 165 <DT> expgui(hsorttype)<DD>171 <DT><TT>expgui(hsorttype)</TT><DD> 166 172 This determines the histogram sort mode. 167 173 168 <DT> expgui(filesort)<DD>174 <DT><TT>expgui(filesort)</TT><DD> 169 175 This determines the default file sorting mode for the expnam command. 170 176 171 <DT> env(GSASBACKSPACE)<DD>177 <DT><TT>env(GSASBACKSPACE)</TT><DD> 172 178 Used only for UNIX: This determines if the default definition 173 179 for the backspace key is overridden; some UNIX systems need this so that … … 284 290 The following options are available for customization in these files: 285 291 <DL><DL> 286 <DT> txtvw(menulength)<DD>292 <DT><TT>txtvw(menulength)</TT><DD> 287 293 This limits the number of entries that can 288 294 exist in a menu. For example, the default is 25, so when more than 25 cycles 289 295 are found in a .LST file, only the last 25 are listed in the 290 296 "Go To"/cycle submenu. 291 <DT> txtvw(maxchars)<DD>297 <DT><TT>txtvw(maxchars)</TT><DD> 292 298 This limits the maximum number of 293 299 characters that will be read from an existing .LST file to speed … … 301 307 302 308 <DL><DL> 303 <DT> txtvw(followcycle)<DD>309 <DT><TT>txtvw(followcycle)</TT><DD> 304 310 This sets the initial value for the 305 311 "Auto Advance" button in the "Go To" menu. When this is true, … … 307 313 added, the "view" is advanced. 308 314 309 <DT> txtvw(font)<DD>315 <DT><TT>txtvw(font)</TT><DD> 310 316 This sets the font used for LSTVIEW. See documentation on the font command in 311 317 Tk for details on font naming. … … 326 332 The following options are available for customization in these files: 327 333 <DL><DL> 328 <DT> peakinfo(flag<i>n</i>)<DD>334 <DT><TT>peakinfo(flag<i>n</i>)</TT><DD> 329 335 These variables define if peak positions will be shown 330 336 for reflections in phase "<i>n</i>". Reflections will be shown if 331 337 the value is non-zero. 332 338 333 <DT> peakinfo(color<i>n</i>)<DD>339 <DT><TT>peakinfo(color<i>n</i>)</TT><DD> 334 340 These variables define the default colors for 335 341 reflections in phase "<i>n</i>" 336 342 337 <DT> peakinfo(dashes<i>n</i>)<DD>343 <DT><TT>peakinfo(dashes<i>n</i>)</TT><DD> 338 344 These variables define if peaks will be dashed for 339 345 reflections in phase "<i>n</i>" (UNIX only). Lines will be dashed if 340 346 the value is non-zero. 341 347 342 <DT> peakinfo(min<i>n</i>) and peakinfo(max<i>n</i>)<DD>348 <DT><TT>peakinfo(min<i>n</i>) and peakinfo(max<i>n</i>)</TT><DD> 343 349 These variables dictate the placement vertical position for reflection 344 350 markers, when manually placed (see expgui(autotick), below). To draw … … 351 357 352 358 <DL><DL> 353 <DT> graph(printout)<DD>359 <DT><TT>graph(printout)</TT><DD> 354 360 This is set to 1 if PostScript files 355 361 will be printed and 0 if they will be written to disk (for Windows all 356 362 files should be written to disk). 357 363 358 <DT> graph(outname)<DD>364 <DT><TT>graph(outname)</TT><DD> 359 365 This is the default for the file name used 360 366 when PostScript files will be written to disk. 361 367 362 <DT> graph(outcmd)<DD>368 <DT><TT>graph(outcmd)</TT><DD> 363 369 This is the default for the command used 364 370 to print PostScript files (Unix only). 365 371 366 <DT> graph(legend)<DD>372 <DT><TT>graph(legend)</TT><DD> 367 373 Sets the default value for display of the legend in liveplot and widplt. 368 374 369 <DT> peakinfo(obssym)<DD>375 <DT><TT>peakinfo(obssym)</TT><DD> 370 376 Symbol for observed data points. Valid choices are square, circle, diamond, 371 377 plus, cross, splus and scross. 372 378 373 <DT> peakinfo(obssize)<DD>379 <DT><TT>peakinfo(obssize)</TT><DD> 374 380 Size for the symbol for observed data points. A value of 1 corresponds to about 1/8 inch 375 381 (about 3 mm). 376 382 377 <DT> expgui(pixelregion)<DD>383 <DT><TT>expgui(pixelregion)</TT><DD> 378 384 When hkl values are loaded (using tcldump) and reflections are labeled, reflections 379 385 can be labeled using a Shift-Left-Mouse click. All labeled reflections within expgui(pixelregion) 380 386 pixels of the mouse position are assumed to be overlapped and are labeled. 381 387 382 <DT> expgui(fadetime)<DD>388 <DT><TT>expgui(fadetime)</TT><DD> 383 389 The time in seconds before reflection labels are removed. A value of zero means that reflections 384 390 must be deleted manually (Shift-Right-Mouse). 385 391 386 <DT> expgui(lblfontsize)<DD>392 <DT><TT>expgui(lblfontsize)</TT><DD> 387 393 A size for reflections labels in pixels. 388 394 389 <DT> expgui(hklbox)<DD>395 <DT><TT>expgui(hklbox)</TT><DD> 390 396 If this variable is non-zero, reflection indices are shown in a box. 391 397 392 <DT> expgui(autotick)<DD>398 <DT><TT>expgui(autotick)</TT><DD> 393 399 If this variable is non-zero, reflection markers positions are 394 400 set automatically. … … 472 478 473 479 <DL><DL> 474 <DT> graph(printout)<DD>480 <DT><TT>graph(printout)</TT><DD> 475 481 This is set to 1 if PostScript files 476 482 will be printed and 0 if they will be written to disk (for Windows all 477 483 files should be written to disk). 478 484 479 <DT> graph(outname)<DD>485 <DT><TT>graph(outname)</TT><DD> 480 486 This is the default for the file name used 481 487 when PostScript files will be written to disk. 482 488 483 <DT> graph(outcmd)<DD>489 <DT><TT>graph(outcmd)</TT><DD> 484 490 This is the default for the command used 485 491 to print PostScript files (Unix only). 486 492 487 <DT> graph(legend)<DD>493 <DT><TT>graph(legend)</TT><DD> 488 494 Sets the default value for display of the legend in liveplot and widplt. 489 495 490 <DT> graph(plotunits)<DD>496 <DT><TT>graph(plotunits)</TT><DD> 491 497 Sets the units used for displaying the data. Values are "d", "q", "", 492 498 for d-space, Q and 2-theta, respectively. 493 <DT> graph(equivwave)<DD>499 <DT><TT>graph(equivwave)</TT><DD> 494 500 Sets the wavelength used for displaying data, if blank, no conversion is 495 501 done and data are shown in their original wavelength.
Note: See TracChangeset
for help on using the changeset viewer.