Ignore:
Timestamp:
Feb 12, 2015 3:36:46 PM (9 years ago)
Author:
vondreele
Message:

add .gsa to default GSAS powder file extensions
floors (0.0001) for alp & bet before calculating profile
remove a stray print from G2plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2pwd_fxye.py

    r1632 r1652  
    2525    def __init__(self):
    2626        super(self.__class__,self).__init__( # fancy way to self-reference
    27             extensionlist=('.fxye','.raw','.gsas','.gda','.RAW','.GSAS','.GDA'),
     27            extensionlist=('.fxye','.raw','.gsas','.gda','gsa.','.RAW','.GSAS','.GDA','.GSA'),
    2828            strictExtension=False,
    2929            formatName = 'GSAS powder data',
Note: See TracChangeset for help on using the changeset viewer.