Changeset 541
- Timestamp:
- Dec 4, 2009 5:07:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsasmenu.tcl
- Property rcs:date changed from 2001/10/18 23:27:59 to 2002/01/22 22:50:33
- Property rcs:lines changed from +3 -5 to +25 -13
- Property rcs:rev changed from 1.20 to 1.21
r469 r541 48 48 vrstplot 49 49 widplt 50 absplt 50 51 } 51 52 calc { … … 58 59 } 59 60 import/export { 60 exp2shelx61 exp2xtl62 61 gsas2cif 63 62 hklsort … … 69 68 p3r3data 70 69 sxtldata 70 gsas2pdb 71 ref2asc 72 ref2bin 71 73 } 72 74 results { … … 80 82 composition 81 83 lstview 82 last_r84 ramafit 83 85 } 84 86 } … … 302 304 Convert an energy dispersive diffractogram data file from NSLS X17b} 303 305 } 304 306 gsas2pdb {{runGSASprog $cmd} { 307 Import (using GSAS2PDB & EXPEDT) and export coordinates (for 308 macromolecular phases) to/from Protein Data Base files.} 309 } 310 ramafit {{runGSASprog $cmd} { 311 Fits torsion angle distributions, particularly in peptide chains, 312 for use in restraints.} 313 } 314 ref2asc {{runGSASprog $cmd} { 315 Exports a GSAS reflection file to ASCII for use in non-GSAS programs} 316 } 317 ref2bin {{runGSASprog $cmd} { 318 Imports an ASCII reflection file to the GSAS binary format.} 319 } 305 320 composition {{composition} { 306 321 Compute the unit cell and asymmetric unit contents for each phase … … 338 353 widplt {widplt { 339 354 Displays the FWHM as a function of Q, 2Theta,... for UVWXY values input or read from an EXP file} 355 } 356 absplt {"widplt absplt" { 357 Displays the intensity loss (1/Absorption Correction) Q, 2Theta,... for parameter values read from an EXP file} 340 358 } 341 359 … … 363 381 } 364 382 365 # not implemented (yet) 366 # newest {} 367 #composition {{} {}} 368 #exp2shelx {{} {}} 369 #exp2xtl {{} {}} 370 #dlst {{delconf .LST} {}} 371 383 # this defines the button bar contents 372 384 set expgui(buttonlist) { 373 385 expnam
Note: See TracChangeset
for help on using the changeset viewer.