Changeset 4119 for trunk/GSASIIIO.py
- Timestamp:
- Aug 28, 2019 11:11:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r4032 r4119 1833 1833 #GSASIIpath.IPyBreak() 1834 1834 1835 def SetFromArray(self,hist,histname):1836 '''Load a histogram into the exporter in preparation for use of the .Writer1837 rather than the main tree. This is used in GSASIIscriptable when wx1838 is not present.1839 '''1840 self.Histograms[histname] = {}1841 self.Histograms[histname]['Data'] = hist['data'][1]1842 self.Histograms[histname]['Instrument Parameters'] = hist['Instrument Parameters']1843 self.Histograms[histname]['Sample Parameters'] = hist['Sample Parameters']1844 1845 1835 # Tools to pull information out of the data arrays 1846 1836 def GetCell(self,phasenam):
Note: See TracChangeset
for help on using the changeset viewer.