Changeset 81


Ignore:
Timestamp:
Dec 4, 2009 5:00:05 PM (13 years ago)
Author:
toby
Message:

# on 1999/04/08 20:39:33, toby did:
Add new liveplot features
refer to tcldump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/expgui_cfg.html

    • Property rcs:date changed from 1999/03/19 16:58:39 to 1999/04/08 20:39:33
    • Property rcs:lines changed from +9 -7 to +63 -7
    • Property rcs:rev changed from 1.4 to 1.5
    r67 r81  
    142142
    143143<DT>expgui(filesort)<DD>
    144 This determines the file sorting mode for the expnam command.
     144This determines the default file sorting mode for the expnam command.
    145145
    146146<DT>env(GSASBACKSPACE)<DD>
     
    168168</DL></DL>
    169169
    170 The following variable is written to <tt>.gsas_config</tt> when
    171 "Save Options" is used. These variable is set from the GUI and therefore
    172 does not need to be edited manually.
     170The following variables are written to <tt>.gsas_config</tt> when
     171"Save Options" is used. These variables can be set from the GUI and therefore
     172do not need to be edited manually.
    173173
    174174<DL><DL>
     
    178178the program will show the last cycle in the file. As new cycles are
    179179added, the "view" is advanced.
     180
     181<DT>txtvw(font)<DD>
     182This sets the font used for LSTVIEW. See documentation on the font command in
     183Tk for details on font naming.
    180184</DL></DL>
    181185
     
    189193<hr><H3>LIVEPLOT</H3><A NAME="liveplot"></A>
    190194The <TT>localconfig</TT> and <TT>.gsas_config</TT> files are read, if present.
     195Note that some of these options are relevant only if the tcldump program is
     196present.
    191197<P>
    192198The following options are available for customization in these files:
    193199<DL><DL>
     200<DT>peakinfo(flag<i>n</i>)<DD>
     201These variables define if peak positions will be shown
     202for reflections in phase "<i>n</i>". Reflections will be shown if
     203the value is non-zero.
     204
    194205<DT>peakinfo(color<i>n</i>)<DD>
    195206These variables define the default colors for
    196207reflections in phase "<i>n</i>"
     208
     209<DT>peakinfo(dashes<i>n</i>)<DD>
     210These variables define if peaks will be dashed for
     211reflections in phase "<i>n</i>" (UNIX only). Lines will be dashed if
     212the value is non-zero.
     213
     214<DT>peakinfo(min<i>n</i>) and peakinfo(max<i>n</i>)<DD>
     215These variables dictact the placement vertical position for reflection
     216markers, when manually placed (see expgui(autotick), below). To draw
     217to the edge of the screen, use -Inf and Inf.
    197218</DL></DL>
    198219
     
    218239Sets the default value for display of the legend in liveplot and widplt.
    219240
    220 </DL></DL>
    221 
    222 <P>
    223 <B>Combining CMPR and EXPGUI.</B>
     241<DT>peakinfo(obssym)<DD>
     242Symbol for observed data points. Valid choices are square, circle, diamond,
     243plus, cross, splus and scross.
     244
     245<DT>peakinfo(obssize)<DD>
     246Size for the symbol for observed data points. A value of 1 corresponds to about 1/8 inch
     247(about 3 mm).
     248
     249<DT>expgui(pixelregion)<DD>
     250When hkl values are loaded (using tcldump) and reflections are labeled, reflections
     251can be labeled using a Shift-Left-Mouse click. All labeled reflections within expgui(pixelregion)
     252pixels of the mouse position are assumed to be overlapped and are labeled.
     253
     254<DT>expgui(fadetime)<DD>
     255The time in seconds before reflection labels are removed. A value of zero means that reflections
     256must be deleted manually (Shift-Right-Mouse).
     257
     258<DT>expgui(lblfontsize)<DD>
     259A size for reflections labels in pixels.
     260
     261<DT>expgui(hklbox)<DD>
     262If this variable is non-zero, reflection indices are shown in a box.
     263
     264<DT>expgui(autotick)<DD>
     265If this variable is non-zero, reflection markers positions are
     266set automatically.
     267</DL></DL>
     268
     269<P>
     270<B>Using TCLDUMP with LIVEPLOT.</B>
     271LIVEPLOT works with the standard GSAS program HSTDMP, but it works faster and is more
     272powerful when used with the TCLDUMP program. Instructions for downloading this file can
     273be found in the installation notes for
     274<A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui_Win_readme.html">
     275Windows</A> and
     276<A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui_Unix_readme.html">
     277UNIX</A>.
     278<P>
     279<B>Combining CMPR and LIVEPLOT.</B>
    224280If you have <A HREF="http://www.ncnr.nist.gov/~toby/cmpr.html">CMPR</A>
    225281installed on your computer, you can use superimpose on the GSAS results
     
    237293For Windows, copy all the CMPR .tcl and .exe files into the expgui directory.
    238294<P>
    239 <B>Combining LOGIC and EXPGUI.</B>
     295<B>Combining LOGIC and LIVEPLOT</B>
    240296If you have <A HREF="http://www.ncnr.nist.gov/~toby/logic.html">LOGIC</A>
    241297installed on your computer, you can superimpose peaks
Note: See TracChangeset for help on using the changeset viewer.