- Timestamp:
- Dec 4, 2009 5:02:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/expgui.html
- Property rcs:date changed from 2000/05/26 14:12:58 to 2000/06/09 03:53:28
- Property rcs:lines changed from +5 -3 to +145 -101
- Property rcs:rev changed from 1.11 to 1.12
r154 r202 32 32 GSAS</A> package. 33 33 It allows two types of actions: 34 the different 35 GSAS</A> 36 programs such as EXPEDT, GENLES, FOURIER,... 37 can be run from a menu or by pressing buttons, 38 and it can be used to directly modify the GSAS 39 experiment file without using EXPEDT. 40 This document describes the functions in EXPGUI. 41 Note that pictures on this page are not updated as frequently as the 34 it can be used to directly modify the GSAS 35 experiment file with a graphical user interface (GUI) and 36 it can be used to invoke the programs inside the 37 GSAS package such as EXPEDT, GENLES, FOURIER... 38 These programs can be run from a menu or in many cases by pressing buttons. 39 40 <P> 41 This documentation describes the different actions that 42 can be accomplished with the different panes and the 43 contents of the menus. Other documents about EXPGUI are: 44 <a name="installation"></A> 45 <A HREF="expgui_Win_readme.html"> 46 Installation notes for Windows</A>, 47 <A HREF="expgui_Unix_readme.html"> 48 Installation notes for UNIX</A>, 49 <A HREF="expgui_cfg.html"> 50 Customization notes</A> and two example tutorials: for 51 <A HREF="tutorial1/index.html"> 52 TOF</A> 53 and 54 <A HREF="tutorial2/index.html"> 55 constant-wavelength neutron</A>. 56 Note that screen images in this document are not updated as frequently as the 42 57 text. 43 58 <hr> 59 60 <h2>A. Experiment file editing</h2> 61 <P> 62 Different sections of the .EXP file can be edited by selecting different 63 panes ("pages" or "panels") from the tabbed list. 64 <center><B> 65 <br>The notebook pane tabs. 66 <br><img SRC="panebar1.gif" BORDER=3 > 67 </center></B> 68 69 <P> 70 <h3>A.1 Least Squares (LS) Controls Pane</h3> 71 <DL><DL> 72 <p>The LS Controls pane shows information about the 73 current experiment, typically found in the EXPEDT "Least 74 Squares Controls" options. 75 <P> 76 Note that the order that histograms appear in this 77 pane is determined by the 78 <a href="http:#sorthist">"Sort histograms by"</a> option in 79 the Options Menu. 80 <img SRC="1.gif" align=TEXTTOP> 81 </DL></DL> 82 83 <P> 84 <h3>A.2 Phase Pane</h3> 85 <DL><DL> 86 The phase pane is used to edit information 87 about the structural model(s) found in the experiment 88 file. The flags for refining the unit cell and atomic parameters, 89 as well as ther damping values, 90 can be set on this pane. Note that if a 91 single atom is selected using the mouse, the information 92 for that atom can be edited. If a group of atoms is 93 selected 94 <A href="#mouseactions">(see Mouse Actions)</A> 95 the damping and refinement flags 96 for all the selected atoms are changed. 97 <P> 98 If the EXPTOOL program 99 <A href="#installation">(see the installation instructions)</A> 100 is installed, buttons for adding phases and atoms will 101 appear on this pane, as seen below. If the 102 program is not properly installed, no errors occur, but the buttons 103 do not appear. 104 <P> 105 Note that the order that atoms appear in this pane is 106 determined by the 107 <a href="http:#sortatoms">"Sort Atoms by"</a> option in the Options Menu. 108 <img SRC="2.gif" align=TEXTTOP> 109 </DL></DL> 110 111 <h3>A.3 Histogram pane</h3> 112 <DL><DL> 113 The histogram pane is used to edit background 114 and diffractometer constants for a histogram, as well as 115 set damping and refinement flags for these parameters. 116 <P> 117 If 118 <A href="#multiplehistogram"> 119 "Multiple Histogram Selection" mode</A> is set to "All", 120 this pane is disabled. For other settings of this mode, 121 groups of histograms can be selected and modified 122 collectively. 123 <P> 124 If the EXPTOOL program 125 <A href="#installation">(see the installation instructions)</A> 126 is installed, a button for adding histograms will 127 appear on the bottom right on this pane, as seen below. If the 128 program is not properly installed, no errors occur, but the button 129 does not appear. 130 <P> 131 Note that the order that histograms appear in this 132 pane is determined by the <a href="http:#sorthist">"Sort histograms by"</a> option in 133 the Options Menu. 134 <img SRC="3.gif" align=TEXTTOP> 135 </DL></DL> 136 137 <h3>A.4 Scaling pane</h3> 138 <DL><DL> 139 The Scaling pane is used to edit the scale factor for a 140 histogram as well as the phase fractions for each phase 141 present in that histogram. Damping and refinement flags 142 for the scaling terms can also be set here. 143 <P> 144 If 145 <A href="#multiplehistogram"> 146 "Multiple Histogram Selection" mode</A> is set to 147 any value other than "Off," 148 groups of histograms can be selected and modified 149 collectively. 150 <P> 151 Note that the order that histograms appear in this 152 pane is determined by the <a href="http:#sorthist">"Sort histograms by"</a> option in 153 the Options Menu. 154 <img SRC="4.gif" align=TEXTTOP> 155 </DL></DL> 156 157 <h3>A.5 Profile pane</h3> 158 <DL><DL> 159 The Profile pane is used to edit the profile values for 160 each phase present in a histogram as well as set 161 the refinement flags and a damping value for each phase. 162 <P> 163 If 164 <A href="#multiplehistogram"> 165 "Multiple Histogram Selection" mode</A> is set to "All", 166 this pane is disabled. For other settings of this mode, 167 profile values and settings can be collectively 168 modified for groups of histograms. 169 <P> 170 Note that the order that histograms appear in this 171 pane is determined by the 172 <a href="http:#sorthist">"Sort histograms by"</a> option in 173 the Options Menu. 174 <img SRC="5.gif" align=TEXTTOP> 175 </DL></DL> 176 177 <h3>A.6 Constraints pane</h3> 178 <DL><DL> 179 GSAS offers two types of restraints that can be included in a model. 180 So called "soft constraints" or "restraints" penalize the fit if 181 aspects of a model (for example, bond lengths) differ from selected values. 182 So called "hard constraints" reduce the actual number of 183 parameters in a model, 184 by grouping parameters so that a single shift (possibly scaled) is 185 applied to each parameter in the group. 186 The constraints pane is used to set these "hard constraints." 187 At this time the only constraints that can be set in EXPGUI are on atomic 188 parameters (others can be set in EXPEDT). 189 <P> 190 Note that these constraints are only applied to shifts but not to the 191 actual values. This means that, for example, 192 if two atoms 193 are constrained so that the shift on their occupancy is the same, but 194 the initial occupancies differ, the in occupancy difference will not change 195 as the values refine. 196 <P> 197 <H4>Atom Constraints</H4> 198 The atom constraints editing pane appears below. Note that constraints can 199 be listed sorted by constraint number, phase number, lowest atom number or 200 variable by clicking on the buttons at the top of the pane. 201 <P> 202 To delete one or more constraints, click on the appropriate checkbuttons in the <B>Delete</B> column and the press the Delete button, below. 203 <img SRC="mc.gif" align=TEXTTOP> 204 Due to the way GSAS implements these constraints, a parameter can be included 205 in only one constraint. Should one or more parameters be constrained twice, 206 an error message is shown as shown below. 207 Note that the constraint number is displayed as red, for constraints that 208 have conflicts in the constraints editing pane (see above.) 209 <img SRC="mcerr.gif" align=TEXTTOP> 210 <P> 211 <img SRC="mcedit.gif" align=LEFT> 212 <img SRC="mcvar.gif" align=RIGHT> 213 When the edit button for a constraint is pressed, the constraint is 214 opened for editing. Controls are available to select the phase, variable, 215 multiplier and atom(s). Note that for atom selection, use of the control key 216 and the left mouse button allow individual atoms to be selected or deselected. 217 Shift and the left mouse button allow ranges of atoms to be selected and the 218 right mouse button selects all atoms 219 <A href="#mouseactions">(see Mouse Actions)</A>. 220 <P> 221 Note that it is inappropriate 222 to constrain different types of parameters together, for example X and Uiso. 223 The left-most variable button is the "master" which 224 determines what variable are allowed in the 225 other variable buttons. 226 <P> 227 When the "New Constraint" button is pressed, a blank constraint editing 228 window is opened. Note that any variable to the right may then be selected, 229 including two special codes, Uxx and XYZU. XYZU creates four constraints, 230 requiring the shifts on x, y, z and Uiso to be the same for all the selected 231 atoms. Uxx does the same for the six anisotropic displacement parameters. 232 These special codes are valuable for atoms that share a site. 233 <P> 234 Note that only 100 parameters may be included in a constraint, 235 with one exception. When shifts for Uiso for all atoms in a phase 236 are constrained, this counts as a single parameter. If more than 100 237 parameters are entered for a constraint, an error message is shown. 238 Up to 2000 atomic constraints may be entered. 239 EXPGUI does not warn if you exceed this limit. 240 </DL></DL> 241 242 <P> 243 <h3>A.7 Preferential Orientation Pane</h3></a> 244 The Preferential Orientation Pane is used to control parameters related 245 to fitting parameters using the March-Dollase formulation 246 for preferred orientation. In this model one or more axes are designated 247 as directions [designated by (<i>hkl</i>)] where crystallites are over 248 (Ratio > 1) or underrepresented (Ratio < 1). 249 The checkbox to the right of the Ratio value determines if it will 250 be refined. 251 <img SRC="po1.gif" align=TEXTTOP> 252 If more than one axis is present, one must define the relative fraction 253 of preferred orientation for each direction. These fractions are normalized, 254 so do not vary the fractions for all directions in a phase. 255 <img SRC="po2.gif" align=TEXTTOP> 256 If 257 <A href="#multiplehistogram"> 258 "Multiple Histogram Selection" mode</A> is set to any value other than 259 "Off", all terms are displayed for all selected histograms. 260 No attempt is made to group terms or flags. 261 <P> 262 Note that the other model for treating preferred orientation -- the orientation 263 distribution function (spherical harmonics) is not yet implemented 264 in EXPGUI and must be accessed from EXPEDT. 265 266 <P> 267 <h2>B. Shortcuts</h2></a> 268 <a name="multiplehistogram"> 269 <h3>B.1 Multiple Histogram Selection</h3></a> 270 <DL><DL> 271 This mode allows parameters to be changed for groups of 272 histograms. 273 When the "Multiple Histogram Selection" mode is off, 274 it is possible to modify parameters 275 and refinement flags for only a single histogram, but 276 the other settings allow groups of histograms 277 to be selected and modified. 278 <A href="#mouseactions">(see Mouse Actions)</A>. 279 280 It does not make sense, however, to globally modify 281 instrument-related parameters and flags for different 282 histogram types. 283 So global actions can be limited to a single class 284 of histogram types (e.g. TOF, CW Neutron,...), which 285 allows these parameters to be set for groups of 286 similar histograms. Thus, if this mode is set to "All" 287 the Histogram and Profile panes are disabled. 288 <P> 289 The setting for "Multiple Histogram Selection" mode is 290 selected using the "Multiple Hist. Selection" item on the 291 Options menu to create a submenu. Also on this submenu is an option 292 "Group Phases Together" that controls how EXPGUI treats phases having 293 the same profile type when multiple histograms are selected. If 294 the "Group Phases Together" option is on, then the refinement flags for 295 all phases with the same histogram types are grouped together, when possible. 296 If this option is off, phases are treated separately. 297 <p> 298 <a name="mouseactions"> 299 </DL></DL> 300 <h3>B.2 Mouse Actions</h3></a> 301 <DL><DL> 302 A range of atoms or (in multiple selection mode) histograms may be 303 selected by dragging (holding down) the left mouse button. It is also 304 possible to select a range by using the Shift key with the left mouse 305 button. To select or deselect individual entries, use the Control key 306 with the left mouse button. Pressing the right mouse button selects all 307 entries in a list. 308 </DL></DL> 309 310 <h2>C. Menu Commands and Programs</h2> 44 311 <p> 45 312 GSAS programs are invoked either through use of the menu bar … … 61 328 </center></B> 62 329 63 <P>64 Different sections of the .EXP file can be edited by selecting different65 panels or pages from the tabbed list.66 <center><B>67 <br>The notebook panel tabs.68 <br><img SRC="panebar1.gif" BORDER=3 >69 </center></B>70 <P>71 This documentation will describe the different actions that72 can be accomplished with the different panels and the73 contents of the menus. Other documents contain:74 <a name="installation"></A>75 <A HREF="expgui_Win_readme.html">76 Installation notes for Windows</A>,77 <A HREF="expgui_Unix_readme.html">78 Installation notes for UNIX</A> and79 <A HREF="expgui_cfg.html">80 Customization notes</A>.81 <hr>82 83 <h2>1. LS Controls panel</h2>84 <DL><DL>85 <p>The LS Controls panel shows information about the86 current experiment, typically found in the EXPEDT "Least87 Squares Controls" options.88 <P>89 Note that the order that histograms appear in this90 panel is determined by the "Sort histograms by" option in91 the Options Menu.92 <img SRC="1.gif" align=TEXTTOP>93 </DL></DL>94 <P>95 <h2>2. Phase panel</h2>96 <DL><DL>97 The phase panel is used to edit information98 about the phase or phases found in the experiment99 file. The cell and atomic damping and refinement100 flags can be changed here. Note that if a101 single atom is selected using the mouse, the information102 for that atom can be edited. If a group of atoms is103 selected104 <A href="#mouseactions">(see Mouse Actions)</A>105 the damping and refinement flags106 for all the selected atom can be changed at one time.107 <P>108 If the EXPTOOL program109 <A href="#installation">(see the installation instructions)</A>110 is installed, buttons for adding phases and atoms will111 appear on this panel, as seen below. If the112 program is not properly installed, no errors occur, but the buttons113 do not appear.114 <P>115 Note that the order that atoms appear in this panel is116 determined by the "Sort Atoms by" option in the Options117 Menu.118 <img SRC="2.gif" align=TEXTTOP>119 </DL></DL>120 121 <h2>3. Histogram panel</h2>122 <DL><DL>123 The histogram panel is used to edit background124 and diffractometer constants for a histogram, as well as125 set damping and refinement flags for these parameters.126 <P>127 If128 <A href="#multiplehistogram">129 "Multiple Histogram Selection" mode</A> is set to "All",130 this panel is disabled. For other settings of this mode,131 groups of histograms can be selected and modified132 collectively.133 <P>134 If the EXPTOOL program135 <A href="#installation">(see the installation instructions)</A>136 is installed, a button for adding histograms will137 appear on the bottom right on this panel, as seen below. If the138 program is not properly installed, no errors occur, but the button139 does not appear.140 <P>141 Note that the order that histograms appear in this142 panel is determined by the "Sort histograms by" option in143 the Options Menu.144 <img SRC="3.gif" align=TEXTTOP>145 </DL></DL>146 147 <h2>4. Scaling panel</h2>148 <DL><DL>149 The Scaling panel is used to edit the scale factor for a150 histogram as well as the phase fractions for each phase151 present in that histogram. Damping and refinement flags152 can also be set here.153 <P>154 If155 <A href="#multiplehistogram">156 "Multiple Histogram Selection" mode</A> is set to157 any value other than "Off,"158 groups of histograms can be selected and modified159 collectively.160 <P>161 Note that the order that histograms appear in this162 panel is determined by the "Sort histograms by" option in163 the Options Menu.164 <img SRC="4.gif" align=TEXTTOP>165 </DL></DL>166 167 <h2>5. Profile panel</h2>168 <DL><DL>169 The Profile panel is used to edit the profile values for170 each phase present in a histogram as well as set171 the refinement flags and a damping value for each phase.172 <P>173 If174 <A href="#multiplehistogram">175 "Multiple Histogram Selection" mode</A> is set to "All",176 this panel is disabled. For other settings of this mode,177 profile values and settings can be collectively178 modified for groups of histograms.179 <P>180 Note that the order that histograms appear in this181 panel is determined by the "Sort histograms by" option in182 the Options Menu.183 <img SRC="5.gif" align=TEXTTOP>184 </DL></DL>185 186 <h2>6. Constraints panel</h2>187 <DL><DL>188 GSAS offers two types of restraints that can be included in a model.189 So called "soft constraints" or "restraints" penalize the fit if190 aspects of a model (for example, bond lengths) differ from selected values.191 So called "hard constraints" reduce the actual number of192 parameters in a model,193 by grouping parameters so that a single shift (possibly scaled) is194 applied to each parameter in the group.195 The constraints panel is used to set these "hard constraints."196 At this time the only constraints that can be set in EXPGUI are on atomic197 parameters (others can be set in EXPEDT).198 <P>199 Note that these constraints are only applied to shifts, so that if two atoms200 are constrained so that the shift on their occupancy is the same, but201 the initial occupancies differ, the difference will be maintained as the202 values refine.203 <P>204 <H4>Atom Constraints</H3>205 The atom constraints editing page appears below. Note that constraints can206 be listed sorted by constraint number, phase number, lowest atom number or207 variable by clicking on the buttons at the top of the page.208 <P>209 To delete one or more constraints, click on the appropriate checkbuttons in the <B>Delete</B> column and the press the Delete button, below.210 <img SRC="mc.gif" align=TEXTTOP>211 Due to the way GSAS implements these constraints, a parameter can be included212 in only one constraint. Should one or more parameters be constrained twice,213 an error message is shown as shown below.214 Note that the constraint number is displayed as red, for constraints that215 have conflicts in the constraints editing page (see above.)216 <img SRC="mcerr.gif" align=TEXTTOP>217 <P>218 <img SRC="mcedit.gif" align=LEFT>219 <img SRC="mcvar.gif" align=RIGHT>220 When the edit button for a constraint is pressed, the constraint is221 opened for editing. Controls are available to select the phase, variable,222 multiplier and atom(s). Note that for atom selection, use of the control key223 and the left mouse button allow individual atoms to be selected or deselected.224 Shift and the left mouse button allow ranges of atoms to be selected and the225 right mouse button selects all atoms226 <A href="#mouseactions">(see Mouse Actions)</A>.227 <P>228 Note that it is inappropriate229 to constrain different types of parameters together, for example X and Uiso.230 The left-most variable button is the "master" which231 determines what variable are allowed in the232 other variable buttons.233 <P>234 When the "New Constraint" button is pressed, a blank constraint editing235 window is opened. Note that any variable to the right may then be selected,236 including two special codes, Uxx and XYZU. XYZU creates four constraints,237 requiring the shifts on x, y, z and Uiso to be the same for all the selected238 atoms. Uxx does the same for the six anisotropic displacement parameters.239 These special codes are valuable for atoms that share a site.240 <P>241 Note that only 100 parameters may be included in a constraint,242 with one exception. When shifts for Uiso for all atoms in a phase243 are constrained, this counts as a single parameter. If more than 100244 parameters are entered for a constraint, an error message is shown.245 Up to 2000 atomic constraints may be entered.246 EXPGUI does not warn if you exceed this limit.247 </DL></DL>248 249 <a name="multiplehistogram">250 <h2>7. Multiple Histogram Selection</h2></a>251 <DL><DL>252 This mode allows parameters to be changed for groups of253 histograms.254 When the "Multiple Histogram Selection" mode is off,255 it is possible to modify parameters256 and refinement flags for only a single histogram, but257 the other settings allow groups of histograms258 to be selected and modified.259 <A href="#mouseactions">(see Mouse Actions)</A>.260 261 It does not make sense, however, to globally modify262 instrument-related parameters and flags for different263 histogram types.264 So global actions can be limited to a single class265 of histogram types (e.g. TOF, CW Neutron,...), which266 allows these parameters to be set for groups of267 similar histograms. Thus, if this mode is set to "All"268 the Histogram and Profile panels are disabled.269 <P>270 The setting for "Multiple Histogram Selection" mode is271 selected using the "Multiple Hist. Selection" item on the272 Options menu to create a submenu. Also on this submenu is an option273 "Group Phases Together" that controls how EXPGUI treats phases having274 the same profile type when multiple histograms are selected. If275 the "Group Phases Together" option is on, then the refinement flags for276 all phases with the same histogram types are grouped together, when possible.277 If this option is off, phases are treated separately.278 <p>279 <a name="mouseactions">280 </DL></DL>281 <h2>8. Mouse Actions</h2></a>282 <DL><DL>283 A range of atoms or (in multiple selection mode) histograms may be284 selected by dragging (holding down) the left mouse button. It is also285 possible to select a range by using the Shift key with the left mouse286 button. To select or deselect individual entries, use the Control key287 with the left mouse button. Pressing the right mouse button selects all288 entries in a list.289 </DL></DL>290 291 <h2>9. Menus</h2>292 330 A description of the EXPGUI menus follows along with a very 293 331 brief description of the function of each menu option. 294 332 Note that an option may appear under more than one menu. 295 <H3> 9.1 File Menu</H3>333 <H3>C.1 File Menu</H3> 296 334 <DL><DL> 297 335 The options on the File menu as is the custom contains the commands … … 314 352 </DL></DL> 315 353 316 <h3> 9.2 Options Menu</h3>354 <h3>C.2 Options Menu</h3> 317 355 <DL><DL> 318 356 This menu contains options that determine how EXPGUI runs. … … 325 363 shown in a separate window. When it is not set, the results are 326 364 written in the .LST file. 327 < DT>Sort atoms by<DD> Determines the order that atoms are displayed on the "Phase" page365 <a name="sortatoms"></a><DT>Sort atoms by<DD> Determines the order that atoms are displayed on the "Phase" pane 328 366 Atoms may be displayed sorted by atom number, atom type, 329 367 or by x, y or z 330 368 331 < DT>Sort histograms by<DD>Determines the order that histograms are displayed on the332 Histogram, Scaling and Profile pa ges369 <a name="sorthist"></a><DT>Sort histograms by<DD>Determines the order that histograms are displayed on the 370 Histogram, Scaling and Profile panes 333 371 334 372 Histograms may be sorted by histogram number, histogram type, … … 345 383 (e.g. TOF, CW Neutron,...), which allows these parameters to be set 346 384 for groups of similar histograms. Thus, if this mode is set to "All" 347 the Histogram and Profile pa ges are disabled.385 the Histogram and Profile panes are disabled. 348 386 <DT>Override backspace<DD>This option is available in UNIX only, as there are different 349 387 ways that backspace can be implemented. When option is set … … 358 396 359 397 <DT>SaveOptions<DD>Save the current values for "Override backspace", 360 "Sort atoms by", "Sort histograms by" and "archive EXP" 398 <a href="http:#sortatoms">"Sort atoms by"</a>, 399 <a href="http:#sorthist">"Sort histograms by"</a> and "archive EXP" 361 400 in file ~/.gsas_config (c:\.gsas_config on Windows). 362 401 <DT>liveplot_options<DD>Used to set options for liveplot, … … 366 405 </DL></DL> 367 406 368 <h3> 9.3 Powder Menu</h3>407 <h3>C.3 Powder Menu</h3> 369 408 <DL><DL> 370 409 This menu contains links to GSAS programs used for powder diffraction … … 382 421 </DL></DL> 383 422 384 <h3> 9.4 Single Crystal Menu</h3>423 <h3>C.4 Single Crystal Menu</h3> 385 424 <DL><DL> 386 425 This menu contains links to GSAS programs used for … … 396 435 </DL></DL> 397 436 398 <h3> 9.5 Graphics Menu</h3>437 <h3>C.5 Graphics Menu</h3> 399 438 <DL><DL> 400 439 This menu contains links to several GSAS and … … 418 457 </DL></DL> 419 458 420 <h3> 9.6 Results Menu</h3>459 <h3>C.6 Results Menu</h3> 421 460 <DL><DL> 422 461 This menu contains links to several GSAS and … … 438 477 </DL></DL> 439 478 440 <h3> 9.7 Calculations Menu</h3>479 <h3>C.7 Calculations Menu</h3> 441 480 <DL><DL> 442 481 This menu contains programs for useful crystallographic computations. … … 451 490 </DL></DL> 452 491 453 <h3> 9.8 Import/Export Menu</h3>492 <h3>C.8 Import/Export Menu</h3> 454 493 <DL><DL> 455 494 This menu contains utilities for importing information into GSAS and … … 471 510 </DL></DL> 472 511 473 <h2> 10. EXPGUI Utility Programs</h2></a>512 <h2>D. EXPGUI Utility Programs</h2></a> 474 513 <DL><DL> 475 514 <P><B>LSTVIEW</B> … … 536 575 Przemek Klosowski</A> 537 576 for convincing me to learn Tcl/Tk 538 and Jonathan Wasserman for starting this project. 539 577 and Jonathan Wasserman for helping get this project started. 578 Large sections of the Preferred Orientation GUI were written by 579 Pamela Whitfield of the NRC (Canada). 580 <P> 540 581 <A Href="http://www.ncnr.nist.gov/programs/crystallography/software/gsas.html"> 541 582 GSAS</A> … … 545 586 or kudos concerning GSAS should be sent to Robert B. Von Dreele at 546 587 <A HREF="MAILTO:vondreele@lanl.gov">vondreele@lanl.gov</A> 547 <P>GSAS is Copyright, 1984-1997, The Regents of the University of California. 588 EXPGUI is written by Brian H. Toby of the NIST Center for Neutron Research, 589 <A HREF="MAILTO:Brian.Toby@NIST.GOV">Brian.Toby@NIST.GOV</A> 590 with help from Jonathan Wasserman. 591 592 <P>GSAS is Copyright, 1984-2000, by 593 the Regents of the University of California. 548 594 The GSAS software was produced under a U.S. Government contract (W-7405-ENG-36) 549 595 by the Los Alamos National Laboratory, which is operated by the University … … 555 601 or implied, or assumes any liability or responsibility for the use of this 556 602 software. 557 <P>EXPGUI is written by Brian H. Toby of the NIST Center for Neutron Research, 558 <A HREF="MAILTO:Brian.Toby@NIST.GOV">Brian.Toby@NIST.GOV</A> 559 with help from Jonathan Wasserman. 560 561 <P>EXPGUI is not subject to copyright. Have fun with it. 603 604 <P>EXPGUI is not subject to copyright. Have fun with it. Modify it. Write 605 new sections and make them available to the reset of the world. 562 606 563 607 <p>Neither the U.S. Government nor any author makes any warranty,
Note: See TracChangeset
for help on using the changeset viewer.