Changeset 524
- Timestamp:
- Dec 4, 2009 5:07:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui_cfg.html
- Property rcs:date changed from 2001/12/19 18:55:42 to 2002/01/22 21:08:12
- Property rcs:lines changed from +31 -25 to +53 -14
- Property rcs:rev changed from 1.21 to 1.22
r512 r524 97 97 </PRE> 98 98 means that "runGSASwEXP powpref" will be invoked when powpref is invoked. 99 .For example, when powpref is selected, the tcl command99 For example, when powpref is selected, the tcl command 100 100 "runGSASwEXP $cmd" is invoked, where variable cmd is set to "powpref". 101 101 <DT><TT>expgui(buttonlist)</TT><DD> … … 198 198 <IMG SRC="new.gif" HEIGHT=13 WIDTH=36 alt="New!"> 199 199 </H3> 200 Currently two formats are supported, the Crystallographic Information File (CIF) 201 and .CEL files from PowderCell.200 See the <A HREF="expgui.html#import">coordinate import discussion</A> 201 for description of available formats. 202 202 It is possible to define new formats for EXPGUI to use for importing 203 phase/coordinate information. This is done by creating a file named 203 phase/coordinate information. This is done by creating a file 204 containing the appropriate Tcl code to read this file type. 205 All that is needed to cause the code to be incorporated into 206 EXPGUI is to name it 204 207 <TT>import_</TT><I>xxxx</I><TT>.tcl</TT> (where <I>xxxx</I> is arbitrary) 205 in the EXPGUI directory. See the file <TT>import_cell.tcl</TT> as an example. 206 207 The file must contain four items: 208 and place it in the EXPGUI directory. All files with 209 such names are read when EXPGUI is started. 210 211 The <TT>import_</TT> file must contain four items: 208 212 <UL> 209 213 <LI> … … 294 298 </DL></DL> 295 299 </OL> 300 See the file <TT>import_cell.tcl</TT> as an example for how this code 301 is written. 296 302 297 303 </UL> 304 <HR><H3><A NAME="export">Coordinate Export routines for EXPGUI</A> 305 <IMG SRC="new.gif" HEIGHT=13 WIDTH=36 alt="New!"> 306 </H3> 307 See the <A HREF="expgui.html#export">coordinate export discussion</A> 308 for description of available formats. 309 It is possible to define new formats for EXPGUI to use for exporting 310 phase/coordinate information. This is done by creating a file 311 containing the appropriate Tcl code to read this file type. 312 All that is needed to cause the code to be incorporated into 313 EXPGUI is to name it 314 <TT>export_</TT><I>xxxx</I><TT>.tcl</TT> (where <I>xxxx</I> is arbitrary) 315 and place it in the EXPGUI directory. All files with 316 such names are read when EXPGUI the Import/Export=>"Coord Export" submenu 317 is first invoked. 318 319 The <TT>export_</TT> file must define two variables: 320 <DL><DL> 321 <DT>label<DD> 322 This defines the text that appears on the submenu. For example: 323 <PRE> 324 set label "MSI .xtl format" 325 </PRE> 326 <DT>action<DD> 327 This defines the Tcl routine that will be used to 328 <PRE> 329 set action exp2xtl 330 </PRE> 331 </DL></DL> 332 See the file <TT>export_example.example</TT>, as well as the 333 <TT>export_*.tcl</TT> files 334 as examples for how this 335 sort of routine is written. 336 298 337 <HR><H3>LSTVIEW</H3> 299 338 The <TT>localconfig</TT> and <TT>.gsas_config</TT> files are read, if present. … … 310 349 the start of the program. The default is ~1Mb 311 350 for UNIX systems and ~200K for Windows. 351 <DT><TT>txtvw(plotvars)</TT><DD> 352 If txtvx(plotvars) is 1, a plot window is created for plotting of 353 R-factors and parameter shifts as a function of cycle number. 354 Note that the summary of shifts must be displayed, in order 355 to plot parameter shifts. If this variable is set to 0, the 356 plot window is not created and LSTVIEW runs a bit faster. 312 357 </DL></DL> 313 358 … … 328 373 </DL></DL> 329 374 330 One additional variable is present that I don't suggest using at present:331 <UL>332 <LI>plotvars: I am in the process of developing code that tracks333 and plots shifts and R values as a function cycle number. Setting plotvars to 1334 allows this code to be tested.335 </LI></UL>336 337 375 <hr><H3>LIVEPLOT</H3><A NAME="liveplot"></A> 338 376 A description of the customization options for LIVEPLOT can be … … 343 381 344 382 <HR> 383 <a name="WIDPLT"></a> 345 384 <H3>WIDPLT</H3> 346 385 The widplt script is used to display the FWHM for one or more histograms
Note: See TracChangeset
for help on using the changeset viewer.