Changeset 81
- Timestamp:
- Dec 4, 2009 5:00:05 PM (13 years ago)
- 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 142 142 143 143 <DT>expgui(filesort)<DD> 144 This determines the file sorting mode for the expnam command.144 This determines the default file sorting mode for the expnam command. 145 145 146 146 <DT>env(GSASBACKSPACE)<DD> … … 168 168 </DL></DL> 169 169 170 The following variable iswritten to <tt>.gsas_config</tt> when171 "Save Options" is used. These variable isset from the GUI and therefore172 do esnot need to be edited manually.170 The 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 172 do not need to be edited manually. 173 173 174 174 <DL><DL> … … 178 178 the program will show the last cycle in the file. As new cycles are 179 179 added, the "view" is advanced. 180 181 <DT>txtvw(font)<DD> 182 This sets the font used for LSTVIEW. See documentation on the font command in 183 Tk for details on font naming. 180 184 </DL></DL> 181 185 … … 189 193 <hr><H3>LIVEPLOT</H3><A NAME="liveplot"></A> 190 194 The <TT>localconfig</TT> and <TT>.gsas_config</TT> files are read, if present. 195 Note that some of these options are relevant only if the tcldump program is 196 present. 191 197 <P> 192 198 The following options are available for customization in these files: 193 199 <DL><DL> 200 <DT>peakinfo(flag<i>n</i>)<DD> 201 These variables define if peak positions will be shown 202 for reflections in phase "<i>n</i>". Reflections will be shown if 203 the value is non-zero. 204 194 205 <DT>peakinfo(color<i>n</i>)<DD> 195 206 These variables define the default colors for 196 207 reflections in phase "<i>n</i>" 208 209 <DT>peakinfo(dashes<i>n</i>)<DD> 210 These variables define if peaks will be dashed for 211 reflections in phase "<i>n</i>" (UNIX only). Lines will be dashed if 212 the value is non-zero. 213 214 <DT>peakinfo(min<i>n</i>) and peakinfo(max<i>n</i>)<DD> 215 These variables dictact the placement vertical position for reflection 216 markers, when manually placed (see expgui(autotick), below). To draw 217 to the edge of the screen, use -Inf and Inf. 197 218 </DL></DL> 198 219 … … 218 239 Sets the default value for display of the legend in liveplot and widplt. 219 240 220 </DL></DL> 221 222 <P> 223 <B>Combining CMPR and EXPGUI.</B> 241 <DT>peakinfo(obssym)<DD> 242 Symbol for observed data points. Valid choices are square, circle, diamond, 243 plus, cross, splus and scross. 244 245 <DT>peakinfo(obssize)<DD> 246 Size 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> 250 When hkl values are loaded (using tcldump) and reflections are labeled, reflections 251 can be labeled using a Shift-Left-Mouse click. All labeled reflections within expgui(pixelregion) 252 pixels of the mouse position are assumed to be overlapped and are labeled. 253 254 <DT>expgui(fadetime)<DD> 255 The time in seconds before reflection labels are removed. A value of zero means that reflections 256 must be deleted manually (Shift-Right-Mouse). 257 258 <DT>expgui(lblfontsize)<DD> 259 A size for reflections labels in pixels. 260 261 <DT>expgui(hklbox)<DD> 262 If this variable is non-zero, reflection indices are shown in a box. 263 264 <DT>expgui(autotick)<DD> 265 If this variable is non-zero, reflection markers positions are 266 set automatically. 267 </DL></DL> 268 269 <P> 270 <B>Using TCLDUMP with LIVEPLOT.</B> 271 LIVEPLOT works with the standard GSAS program HSTDMP, but it works faster and is more 272 powerful when used with the TCLDUMP program. Instructions for downloading this file can 273 be found in the installation notes for 274 <A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui_Win_readme.html"> 275 Windows</A> and 276 <A HREF="http://www.ncnr.nist.gov/~toby/expgui/expgui_Unix_readme.html"> 277 UNIX</A>. 278 <P> 279 <B>Combining CMPR and LIVEPLOT.</B> 224 280 If you have <A HREF="http://www.ncnr.nist.gov/~toby/cmpr.html">CMPR</A> 225 281 installed on your computer, you can use superimpose on the GSAS results … … 237 293 For Windows, copy all the CMPR .tcl and .exe files into the expgui directory. 238 294 <P> 239 <B>Combining LOGIC and EXPGUI.</B>295 <B>Combining LOGIC and LIVEPLOT</B> 240 296 If you have <A HREF="http://www.ncnr.nist.gov/~toby/logic.html">LOGIC</A> 241 297 installed on your computer, you can superimpose peaks
Note: See TracChangeset
for help on using the changeset viewer.