Changeset 3180 for trunk/exports/G2export_FIT2D.py
- Timestamp:
- Dec 7, 2017 4:00:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_FIT2D.py
r3136 r3180 52 52 53 53 def Exporter(self,event=None): 54 '''Export a set of powder data as a Fit2D . chi file54 '''Export a set of powder data as a Fit2D .qchi file 55 55 ''' 56 56 # the export process starts here … … 79 79 G2frame=G2frame, 80 80 formatName = 'Fit2D q-bin chi file', 81 extension='. chi',82 longFormatName = 'Export powder data as q-bin Fit2D . chi file'81 extension='.qchi', 82 longFormatName = 'Export powder data as q-bin Fit2D .qchi file' 83 83 ) 84 84 self.exporttype = ['powder'] … … 101 101 102 102 def Exporter(self,event=None): 103 '''Export a set of powder data as a q-bin Fit2D . chi file103 '''Export a set of powder data as a q-bin Fit2D .qchi file 104 104 ''' 105 105 # the export process starts here
Note: See TracChangeset
for help on using the changeset viewer.