Changeset 3973 for trunk/GSASIIfiles.py


Ignore:
Timestamp:
May 12, 2019 10:08:22 PM (4 years ago)
Author:
toby
Message:

Load all fix; doc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIfiles.py

    r3815 r3973  
    88########### SVN repository information ###################
    99'''
    10 *GSASIIfile: data (non-GUI) I/O routines*
    11 =========================================
     10*GSASIIfiles: data (non-GUI) I/O routines*
     11==========================================
    1212
    1313Module with miscellaneous routines for input and output from files.
     
    430430    The .par file has any number of columns separated by spaces.
    431431    The directory for the file must be specified in
    432     Config variable ``Column_Metadata_directory``.
     432    Config variable :var:`config_example.Column_Metadata_directory`.
    433433    As an index to the .par file a second "label file" must be specified with the
    434434    same file root name as the .par file but the extension must be .XXX_lbls (where
     
    480480    Note that several keywords, if defined in the Comments, will be found and
    481481    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``.
    484484
    485485    After the Python code, supply a vertical bar (|) and then a list of one
Note: See TracChangeset for help on using the changeset viewer.