Changeset 2010 for sphinxdocs/source/imports.rst
- Timestamp:
- Oct 16, 2015 11:13:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.