Changeset 2802 for trunk/docs/source/imports.rst
- Timestamp:
- Apr 23, 2017 9:30:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/imports.rst
r2087 r2802 223 223 :synopsis: Reads phase information from a CIF 224 224 225 .. automodule:: G2phase_INS 226 :members: 227 228 229 225 230 Powder Data Import Routines 226 231 --------------------------------------------- … … 248 253 :members: 249 254 :synopsis: Reads powder data from a CIF 255 256 .. automodule:: G2pwd_BrukerRAW 257 :members: 258 :synopsis: Reads powder data from a Brucker .raw file 259 260 .. automodule:: G2pwd_FP 261 :members: 262 263 .. automodule:: G2pwd_Panalytical 264 :members: 265 266 .. automodule:: G2pwd_csv 267 :members: 268 269 .. automodule:: G2pwd_rigaku 270 :members: 271 272 250 273 251 274 Single Crystal Data Import Routines … … 315 338 .. automodule:: G2img_CheMin 316 339 :members: 340 341 .. automodule:: G2img_CBF 342 :members: 343 344 .. automodule:: G2img_HDF5 345 :members: 346 347 PDF Import Routines 348 ----------------------------------------------------- 349 PDF import routines are classes derived from 350 :class:`GSASIIIO.ImportPDFData`. 351 See :ref:`Writing a Import Routine<Import_Routines>` for general information on importers. 352 353 The distributed routines are: 354 355 .. automodule:: G2pdf_gr 356 :members: 357 358 Reflectometry Import Routines 359 ----------------------------------------------------- 360 Reflectometry import routines are classes derived from 361 :class:`GSASIIIO.ImportReflectometryData`. 362 See :ref:`Writing a Import Routine<Import_Routines>` for general information on importers. 363 364 The distributed routines are: 365 366 .. automodule:: G2rfd_xye 367 :members: 368 369
Note: See TracChangeset
for help on using the changeset viewer.