Changeset 2010 for sphinxdocs/source/exports.rst
- Timestamp:
- Oct 16, 2015 11:13:04 AM (7 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.