Ignore:
Timestamp:
Feb 18, 2016 1:01:27 PM (7 years ago)
Author:
vondreele
Message:

all PWDR exporters will make file name from histogram name
allow read of multibank data
alert user to duplicate histograms (by name)
rename data will not change Bank or Azm part of histogram name
fix L&R plotting commands for TOF data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2pwd_fxye.py

    r1878 r2152  
    2525    def __init__(self):
    2626        super(self.__class__,self).__init__( # fancy way to self-reference
    27             extensionlist=('.fxye','.raw','.gsas','.gda','gsa.','.RAW','.GSAS','.GDA','.GSA'),
     27            extensionlist=('.fxye','.raw','.gsas','.gda','.gsa','.gss','.RAW','.GSAS','.GDA','.GSA'),
    2828            strictExtension=False,
    2929            formatName = 'GSAS powder data',
     
    258258        title = ''
    259259        comments = None
    260 #        selections = None
    261 
    262         # reload previously saved values
     260
     261        # reload previously saved values - used for multibank reads
    263262        if self.repeat and rdbuffer is not None:
    264263            Banks = rdbuffer.get('Banks')
Note: See TracChangeset for help on using the changeset viewer.