Changeset 524


Ignore:
Timestamp:
Dec 4, 2009 5:07:36 PM (14 years ago)
Author:
toby
Message:

# on 2002/01/22 21:08:12, toby did:
add coordinate export section
minor coord. input section changes

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  
    9797</PRE>
    9898means that "runGSASwEXP powpref" will be invoked when powpref is invoked.
    99 . For example, when powpref is selected, the tcl command
     99For example, when powpref is selected, the tcl command
    100100"runGSASwEXP $cmd" is invoked, where variable cmd is set to "powpref".
    101101<DT><TT>expgui(buttonlist)</TT><DD>
     
    198198<IMG SRC="new.gif" HEIGHT=13 WIDTH=36 alt="New!">
    199199</H3>
    200 Currently two formats are supported, the Crystallographic Information File (CIF)
    201 and .CEL files from PowderCell.
     200See the <A HREF="expgui.html#import">coordinate import discussion</A>
     201for description of available formats.
    202202It is possible to define new formats for EXPGUI to use for importing
    203 phase/coordinate information. This is done by creating a file named
     203phase/coordinate information. This is done by creating a file
     204containing the appropriate Tcl code to read this file type.
     205All that is needed to cause the code to be incorporated into
     206EXPGUI is to name it
    204207<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:
     208and place it in the EXPGUI directory. All files with
     209such names are read when EXPGUI is started.
     210
     211The <TT>import_</TT> file must contain four items:
    208212<UL>
    209213<LI>
     
    294298</DL></DL>
    295299</OL>
     300See the file <TT>import_cell.tcl</TT> as an example for how this code
     301is written.
    296302
    297303</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>
     307See the <A HREF="expgui.html#export">coordinate export discussion</A>
     308for description of available formats.
     309It is possible to define new formats for EXPGUI to use for exporting
     310phase/coordinate information. This is done by creating a file
     311containing the appropriate Tcl code to read this file type.
     312All that is needed to cause the code to be incorporated into
     313EXPGUI is to name it
     314<TT>export_</TT><I>xxxx</I><TT>.tcl</TT> (where <I>xxxx</I> is arbitrary)
     315and place it in the EXPGUI directory. All files with
     316such names are read when EXPGUI the Import/Export=>"Coord Export" submenu
     317is first invoked.
     318
     319The <TT>export_</TT> file must define two variables:
     320<DL><DL>
     321<DT>label<DD>
     322This defines the text that appears on the submenu. For example:
     323<PRE>
     324        set label "MSI .xtl format"
     325</PRE>
     326<DT>action<DD>
     327This defines the Tcl routine that will be used to
     328<PRE>
     329        set action exp2xtl
     330</PRE>
     331</DL></DL>
     332See the file <TT>export_example.example</TT>, as well as the
     333<TT>export_*.tcl</TT> files
     334as examples for how this
     335sort of routine is written.
     336
    298337<HR><H3>LSTVIEW</H3>
    299338The <TT>localconfig</TT> and <TT>.gsas_config</TT> files are read, if present.
     
    310349the start of the program. The default is ~1Mb
    311350for UNIX systems and ~200K for Windows.
     351<DT><TT>txtvw(plotvars)</TT><DD>
     352If txtvx(plotvars) is 1, a plot window is created for plotting of
     353R-factors and parameter shifts as a function of cycle number.
     354Note that the summary of shifts must be displayed, in order
     355to plot parameter shifts. If this variable is set to 0, the
     356plot window is not created and LSTVIEW runs a bit faster.
    312357</DL></DL>
    313358
     
    328373</DL></DL>
    329374
    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 tracks
    333 and plots shifts and R values as a function cycle number. Setting plotvars to 1
    334 allows this code to be tested.
    335 </LI></UL>
    336 
    337375<hr><H3>LIVEPLOT</H3><A NAME="liveplot"></A>
    338376A description of the customization options for LIVEPLOT can be
     
    343381
    344382<HR>
     383<a name="WIDPLT"></a>
    345384<H3>WIDPLT</H3>
    346385The widplt script is used to display the FWHM for one or more histograms
Note: See TracChangeset for help on using the changeset viewer.