Changeset 3822
- Timestamp:
- Feb 13, 2019 4:16:26 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r3806 r3822 1896 1896 class ImportBaseclass(object): 1897 1897 '''Defines a base class for the reading of input files (diffraction 1898 data, coordinates,...). See :ref:`Writing a Import Routine< Import_routines>`1898 data, coordinates,...). See :ref:`Writing a Import Routine<import_routines>` 1899 1899 for an explanation on how to use a subclass of this class. 1900 1900 ''' -
trunk/GSASIIscriptable.py
r3820 r3822 31 31 32 32 :meth:`G2Project.add_powder_histogram` 33 Used to read in powder diffraction data to a project file.33 Used to read in powder diffraction data into a project file. 34 34 35 35 :meth:`G2Project.add_simulated_powder_histogram` … … 37 37 38 38 :meth:`G2Project.add_image` 39 Reads in an image to a project.39 Reads in an image into a project. 40 40 41 41 :meth:`G2Project.add_phase` -
trunk/docs/source/imports.rst
r2818 r3822 16 16 may be loaded from anywhere in the path. 17 17 18 .. _import_routines: 19 18 20 Writing an Import Routine 19 21 -------------------------- 20 21 .. _Import_routines:22 22 23 23 When writing a import routine, one should create a new class derived
Note: See TracChangeset
for help on using the changeset viewer.