Ignore:
Timestamp:
Dec 7, 2017 4:00:04 PM (5 years ago)
Author:
toby
Message:

autointegration updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_FIT2D.py

    r3136 r3180  
    5252       
    5353    def Exporter(self,event=None):
    54         '''Export a set of powder data as a Fit2D .chi file
     54        '''Export a set of powder data as a Fit2D .qchi file
    5555        '''
    5656        # the export process starts here
     
    7979            G2frame=G2frame,
    8080            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'
    8383            )
    8484        self.exporttype = ['powder']
     
    101101       
    102102    def Exporter(self,event=None):
    103         '''Export a set of powder data as a q-bin Fit2D .chi file
     103        '''Export a set of powder data as a q-bin Fit2D .qchi file
    104104        '''
    105105        # the export process starts here
Note: See TracChangeset for help on using the changeset viewer.