Changeset 706
- Timestamp:
- Dec 4, 2009 5:10:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_cfg.html
- Property rcs:date changed from 2003/04/10 22:26:27 to 2003/05/22 22:05:22
- Property rcs:lines changed from +4 -4 to +48 -15
- Property rcs:rev changed from 1.25 to 1.26
r681 r706 48 48 <UL> 49 49 <LI><FONT FACE="COURIER">localconfig</FONT> 50 <LI> <FONT FACE="COURIER">.gsas_config</FONT>51 </UL>50 <LI>UNIX: <FONT FACE="COURIER">.gsas_config</FONT> 51 or Windows: <FONT FACE="COURIER">c:\gsas.config</FONT></UL> 52 52 <P>The first three files, 53 53 (<FONT FACE="COURIER">readexp.tcl</FONT>, <FONT FACE="COURIER">gsascmds.tcl</FONT>, <FONT FACE="COURIER">gsasmenu.tcl</FONT>) 54 54 must be located in the same directory where the <FONT FACE="COURIER">expgui</FONT> file is found. 55 55 The <FONT FACE="COURIER">localconfig</FONT> file also is read from this directory, if it exists. 56 The final file, <FONT FACE="COURIER">.gsas_config</FONT>, is read from the user's login directory (UNIX) or <FONT FACE="COURIER">C:\</FONT> (Windows). 57 The <FONT FACE="COURIER">localconfig</FONT> and <FONT FACE="COURIER">.gsas_config</FONT> are intended to 56 The final file, <FONT FACE="COURIER">.gsas_config</FONT> 57 (or <FONT FACE="COURIER">c:\gsas.config</FONT>), 58 is read from the user's login directory (UNIX) or 59 <FONT FACE="COURIER">C:\</FONT> (Windows). 60 The <FONT FACE="COURIER">localconfig</FONT> and 61 <FONT FACE="COURIER">.gsas_config</FONT> 62 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 63 files are intended to 58 64 contain system-wide and user-level default values for parameters 59 65 that are described in this document. Most routines have 60 66 a "Save Options" command that writes some of the current parameters to 61 file <FONT FACE="COURIER">.gsas_config</FONT>. Note that information in <FONT FACE="COURIER">.gsas_config</FONT> 67 file <FONT FACE="COURIER">.gsas_config</FONT> 68 (or <FONT FACE="COURIER">c:\gsas.config</FONT>). 69 Note that information in <FONT FACE="COURIER">.gsas_config</FONT> 70 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 62 71 overrides that in <FONT FACE="COURIER">localconfig</FONT>. 63 72 No error occurs if either of these files are not found. … … 75 84 are designed to be modified and extended by users, either by editing the file, 76 85 or by overriding definitions in the <FONT FACE="COURIER">localconfig</FONT> or 77 <FONT FACE="COURIER">.gsas_config</FONT> files. 86 <FONT FACE="COURIER">.gsas_config</FONT> 87 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 88 files. 78 89 79 90 The important variables defined in the <FONT FACE="COURIER">gsasmenu.tcl</FONT> file are: … … 106 117 set expgui(buttonlist) {expnam expedt genles ortep fourier forsrh forplot lstview} 107 118 </PRE></FONT> 108 is placed in the <FONT FACE="COURIER">localconfig</FONT> or <FONT FACE="COURIER">.gsas_config</FONT> files this will 119 is placed in the <FONT FACE="COURIER">localconfig</FONT> or 120 <FONT FACE="COURIER">.gsas_config</FONT> 121 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 122 files this will 109 123 redefine the contents of the button bar. 110 124 </DL></DL> … … 147 161 Defines commands to be executed by EXPGUI after all other commands 148 162 have been run. This is used to define initialization commands in 149 the <FONT FACE="COURIER">localconfig</FONT> or <FONT FACE="COURIER">.gsas_config</FONT> files that cannot be 163 the <FONT FACE="COURIER">localconfig</FONT> or 164 <FONT FACE="COURIER">.gsas_config</FONT> 165 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 166 files that cannot be 150 167 run at the time when the files are sourced. <I>(added in EXPGUI v1.21)</I> 151 168 </DL></DL> 152 169 153 The following variables are written to <font face="courier">.gsas_config</font> when 170 The following variables are written to 171 <font face="courier">.gsas_config</font> 172 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 173 when 154 174 "Save Options" is used. These variables are all set from the GUI and therefore 155 175 do not need to be edited manually. … … 337 357 338 358 <HR><H3>LSTVIEW</H3> 339 The <FONT FACE="COURIER">localconfig</FONT> and <FONT FACE="COURIER">.gsas_config</FONT> files are read, if present. 359 The <FONT FACE="COURIER">localconfig</FONT> and 360 <FONT FACE="COURIER">.gsas_config</FONT> 361 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 362 files are read, if present. 340 363 The following options are available for customization in these files: 341 364 <DL><DL> … … 358 381 </DL></DL> 359 382 360 The following variables are written to <font face="courier">.gsas_config</font> when 383 The following variables are written to 384 <font face="courier">.gsas_config</font> 385 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 386 when 361 387 "Save Options" is used. These variables can be set from the GUI and therefore 362 388 do not need to be edited manually. … … 412 438 defines the range the function is valid. 413 439 <P> 414 The following variables are written to <font face="courier">.gsas_config</font> when 440 The following variables are written to 441 <font face="courier">.gsas_config</font> 442 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 443 when 415 444 "Save Options" is used. These variables are all set from the GUI and therefore 416 445 do not need to be edited manually. … … 470 499 To make this customization, put the above in the <FONT FACE="COURIER">localconfig</FONT> 471 500 file or the 472 <FONT FACE="COURIER">~/.gsas_config</FONT> or (or <FONT FACE="COURIER">C:\GSAS\EXPGUI\localconfig</FONT>) 501 <FONT FACE="COURIER">~/.gsas_config</FONT> or 502 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 473 503 file. 474 504 <hr> … … 539 569 To make this customization, put the above in the <FONT FACE="COURIER">localconfig</FONT> 540 570 file or the 541 <FONT FACE="COURIER">~/.gsas_config</FONT> or (or <FONT FACE="COURIER">C:\GSAS\EXPGUI\localconfig</FONT>) 571 <FONT FACE="COURIER">~/.gsas_config</FONT> or 572 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 542 573 file. 543 574 <P> … … 613 644 The fonts used in EXPGUI can be customized by adding some code to the 614 645 <FONT FACE="COURIER">localconfig</FONT> file or the 615 <FONT FACE="COURIER">~/.gsas_config</FONT> or (or <FONT FACE="COURIER">C:\GSAS\EXPGUI\localconfig</FONT>) file. 646 <FONT FACE="COURIER">~/.gsas_config</FONT> or 647 (or <FONT FACE="COURIER">c:\gsas.config</FONT>) 648 file. 616 649 By default, fonts are 14 point for the menus, buttons, labels,... and 617 650 12 point for the histogram and atom lists.
Note: See TracChangeset
for help on using the changeset viewer.