Changeset 2010 for sphinxdocs/source
- Timestamp:
- Oct 16, 2015 11:13:04 AM (8 years ago)
- Location:
- sphinxdocs/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sphinxdocs/source/exports.rst
r1236 r2010 7 7 ('project', 'phase', 'single', 'powder', 'image', 'map' or (someday) 8 8 '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. 9 determines if only a single phase, data set, etc. can be exported at a 10 time (when False) or more than one can be selected. 11 12 Powder export routines may optionally define a ``Writer()`` 13 method that accepts the histogram tree name as well as a file name to 14 be written. This allows :func:`ExportPowder` to use the exporter 15 independent of the GUI. 10 16 11 17 .. automodule:: G2export_examples … … 42 48 :members: 43 49 :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 198 198 :class:`GSASIIIO.ImportPowderData`. 199 199 They 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. 200 and the class must override the ``__init__`` method and add a 201 ``Reader`` method. 202 201 203 The distributed routines are: 202 204 … … 245 247 :members: 246 248 :synopsis: Reads small angle scattering data from simple files 249 250 Image Import Routines 251 ----------------------------------------------------- 252 Image import routines are classes derived from 253 , :class:`GSASIIIO.ImportImage`. 254 They must be found in files named `G2img*.py` that are in the Python path 255 and the class must override the ``__init__`` method and add a ``Reader`` method. 256 The 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.