Changeset 1643 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Feb 10, 2015 12:24:35 PM (10 years ago)
Author:
vondreele
Message:

fix input of TOF hkl data
fix bond angle calculations
fix 2D & 3D hkl plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIIO.py

    r1634 r1643  
    16851685        'self.Parameters is a list with two dicts for data parameter settings'
    16861686        self.InitParameters()
    1687         self.RefDict = {'RefList':[],'FF':[],'Super':0}
     1687        self.RefDict = {'RefList':[],'FF':{},'Super':0}
    16881688        self.Banks = []             #for multi bank data (usually TOF)
    16891689        '''self.RefDict is a dict containing the reflection information, as read from the file.
     
    16991699        self.InitParameters()
    17001700        self.Banks = []             #for multi bank data (usually TOF)
    1701         self.RefDict = {'RefList':[],'FF':[],'Super':0}
     1701        self.RefDict = {'RefList':[],'FF':{},'Super':0}
    17021702       
    17031703    def InitParameters(self):
Note: See TracChangeset for help on using the changeset viewer.