Ignore:
Timestamp:
Dec 23, 2015 1:17:37 PM (7 years ago)
Author:
toby
Message:

start on Andrey's bug list: 2.Trying to out put multiple CHI-files fails; saving image table does not offer *.imtbl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_FIT2D.py

    r2018 r2103  
    6565        filenamelist = []
    6666        for hist in self.histnam:
     67            fileroot = G2obj.MakeUniqueLabel(self.MakePWDRfilename(self.histnam[0]),filenamelist)
     68            self.filename = os.path.join(self.dirname,fileroot + self.extension)
    6769            self.Writer(hist)
    6870            print('Histogram '+str(hist)+' written to file '+str(self.fullpath))
Note: See TracChangeset for help on using the changeset viewer.