Changeset 1298 for trunk/sphinxdocs/source/imports.rst
- Timestamp:
- Apr 23, 2014 5:11:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sphinxdocs/source/imports.rst
r1172 r1298 8 8 to implement import of 9 9 a phase, a single crystal or a powder dataset, respectively. 10 Module file names (`G2phase_`, `G2pwd_` and `G2sfact_` ) are used to10 Module file names (`G2phase_`, `G2pwd_` and `G2sfact_`, etc.) are used to 11 11 determine which menu an import routine should be placed into. (N.B. this 12 12 was an unnecessary choice; this could be done from the class used.) 13 14 This list may not include all currently defined formats, since modules 15 may be loaded from anywhere in the path. 13 16 14 17 Writing an Import Routine … … 169 172 to give the user information on what went wrong during the reading. 170 173 171 Currently DefinedPhase Import Routines174 Phase Import Routines 172 175 ---------------------------------------- 173 176 Phase import routines are classes derived from … … 190 193 :synopsis: Reads phase information from a CIF 191 194 192 Currently DefinedPowder Data Import Routines195 Powder Data Import Routines 193 196 --------------------------------------------- 194 197 Powder data import routines are classes derived from … … 214 217 :synopsis: Reads powder data from a CIF 215 218 216 Currently DefinedSingle Crystal Data Import Routines219 Single Crystal Data Import Routines 217 220 ----------------------------------------------------- 218 221 Single crystal data import routines are classes derived from … … 229 232 :members: 230 233 :synopsis: Reads single crystal data from CIF files 234 235 236 Small Angle Scattering Data Import Routines 237 ----------------------------------------------------- 238 Small angle scattering data import routines are classes derived from 239 , :class:`GSASIIIO.ImportSmallAngle`. 240 They must be found in files named `G2sad*.py` that are in the Python path 241 and the class must override the ``__init__`` method and add a ``Reader`` method. 242 The 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.