Changeset 2010 for sphinxdocs/source


Ignore:
Timestamp:
Oct 16, 2015 11:13:04 AM (8 years ago)
Author:
toby
Message:

update docs

Location:
sphinxdocs/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sphinxdocs/source/exports.rst

    r1236 r2010  
    77('project', 'phase', 'single', 'powder', 'image', 'map' or (someday)
    88'pdf') and of ``self.multiple``
    9 determines if only a single phase, data set, etc. can be exported at a time (when False) or more than one can be selected.
     9determines if only a single phase, data set, etc. can be exported at a
     10time (when False) or more than one can be selected.
     11
     12Powder export routines may optionally define a ``Writer()``
     13method that accepts the histogram tree name as well as a file name to
     14be written. This allows :func:`ExportPowder` to use the exporter
     15independent of the GUI.
    1016
    1117.. automodule:: G2export_examples
     
    4248    :members:
    4349    :synopsis: Export powder data in GSAS and Topas formats
     50
     51.. automodule:: G2export_FIT2D
     52    :members:
     53    :synopsis: Export powder data in Fit2D (.chi) format
     54       
  • sphinxdocs/source/imports.rst

    r1298 r2010  
    198198:class:`GSASIIIO.ImportPowderData`.
    199199They must be found in files named `G2pwd*.py` that are in the Python path
    200 and the class must override the ``__init__`` method and add a ``Reader`` method.
     200and the class must override the ``__init__`` method and add a
     201``Reader`` method.
     202
    201203The distributed routines are:
    202204
     
    245247    :members:
    246248    :synopsis: Reads small angle scattering data from simple files
     249
     250Image Import Routines
     251-----------------------------------------------------
     252Image import routines are classes derived from
     253, :class:`GSASIIIO.ImportImage`.
     254They must be found in files named `G2img*.py` that are in the Python path
     255and the class must override the ``__init__`` method and add a ``Reader`` method.
     256The distributed routines are:
     257
     258.. automodule:: G2img_ADSC
     259    :members:
     260
     261.. automodule:: G2img_EDF
     262    :members:
     263
     264.. automodule:: G2img_SumG2
     265    :members:
     266
     267.. automodule:: G2img_GE
     268    :members:
     269
     270.. automodule:: G2img_MAR
     271    :members:
     272
     273.. automodule:: G2img_Rigaku
     274    :members:
     275
     276.. automodule:: G2img_1TIF
     277    :members:
     278
     279.. automodule:: G2img_CheMin
     280    :members:
Note: See TracChangeset for help on using the changeset viewer.