Changeset 3973 for trunk/GSASIIfiles.py
- Timestamp:
- May 12, 2019 10:08:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIfiles.py
r3815 r3973 8 8 ########### SVN repository information ################### 9 9 ''' 10 *GSASIIfile : data (non-GUI) I/O routines*11 ========================================= 10 *GSASIIfiles: data (non-GUI) I/O routines* 11 ========================================== 12 12 13 13 Module with miscellaneous routines for input and output from files. … … 430 430 The .par file has any number of columns separated by spaces. 431 431 The directory for the file must be specified in 432 Config variable ``Column_Metadata_directory``.432 Config variable :var:`config_example.Column_Metadata_directory`. 433 433 As an index to the .par file a second "label file" must be specified with the 434 434 same file root name as the .par file but the extension must be .XXX_lbls (where … … 480 480 Note that several keywords, if defined in the Comments, will be found and 481 481 placed in the appropriate section of the powder histogram(s)'s Sample 482 Parameters after an integration: ``Temperature``, ``Pressure``,``Time``,483 ``FreePrm1``, ``FreePrm2``,``FreePrm3``,``Omega``,``Chi``, and ``Phi``.482 Parameters after an integration: ``Temperature``, ``Pressure``, ``Time``, 483 ``FreePrm1``, ``FreePrm2``, ``FreePrm3``, ``Omega``, ``Chi``, and ``Phi``. 484 484 485 485 After the Python code, supply a vertical bar (|) and then a list of one
Note: See TracChangeset
for help on using the changeset viewer.