Ignore:
Timestamp:
Apr 23, 2014 5:11:13 PM (9 years ago)
Author:
toby
Message:

Start on parametric fitting; Time for new manual; fix minor formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sphinxdocs/source/imports.rst

    r1172 r1298  
    88to implement import of
    99a phase, a single crystal or a powder dataset, respectively.
    10 Module file names (`G2phase_`, `G2pwd_` and `G2sfact_`) are used to
     10Module file names (`G2phase_`, `G2pwd_` and `G2sfact_`, etc.) are used to
    1111determine which menu an import routine should be placed into. (N.B. this
    1212was an unnecessary choice; this could be done from the class used.)
     13
     14This list may not include all currently defined formats, since modules
     15may be loaded from anywhere in the path.
    1316
    1417Writing an Import Routine
     
    169172to give the user information on what went wrong during the reading.
    170173
    171 Currently Defined Phase Import Routines
     174Phase Import Routines
    172175----------------------------------------
    173176Phase import routines are classes derived from
     
    190193    :synopsis: Reads phase information from a CIF
    191194
    192 Currently Defined Powder Data Import Routines
     195Powder Data Import Routines
    193196---------------------------------------------
    194197Powder data import routines are classes derived from
     
    214217    :synopsis: Reads powder data from a CIF
    215218
    216 Currently Defined Single Crystal Data Import Routines
     219Single Crystal Data Import Routines
    217220-----------------------------------------------------
    218221Single crystal data import routines are classes derived from
     
    229232    :members:
    230233    :synopsis: Reads single crystal data from CIF files
     234
     235
     236Small Angle Scattering Data Import Routines
     237-----------------------------------------------------
     238Small angle scattering data import routines are classes derived from
     239, :class:`GSASIIIO.ImportSmallAngle`.
     240They must be found in files named `G2sad*.py` that are in the Python path
     241and the class must override the ``__init__`` method and add a ``Reader`` method.
     242The distributed routines are:
     243
     244.. automodule:: G2sad_xye
     245    :members:
     246    :synopsis: Reads small angle scattering data from simple files
Note: See TracChangeset for help on using the changeset viewer.