Changeset 2018 for trunk/exports/G2export_FIT2D.py
- Timestamp:
- Oct 20, 2015 11:37:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_FIT2D.py
r1997 r2018 25 25 import GSASIIpwd as G2pwd 26 26 27 class ExportPowderC SV(G2IO.ExportBaseclass):28 '''Used to create a csvfile for a powder data set27 class ExportPowderCHI(G2IO.ExportBaseclass): 28 '''Used to create a CHI file for a powder data set 29 29 30 30 :param wx.Frame G2frame: reference to main GSAS-II frame … … 43 43 self.OpenFile(filename) 44 44 histblk = self.Histograms[TreeName] 45 self.Write( os.path.split(self.fullpath)[1])45 self.Write(str(TreeName)[5:]) # drop 'PWDR ' 46 46 self.Write("2-Theta Angle (Degrees)") 47 47 self.Write("Intensity")
Note: See TracChangeset
for help on using the changeset viewer.