Changeset 1460 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 12, 2014 4:08:52 PM (9 years ago)
Author:
vondreele
Message:

fix missing radius Factor for MC/SA plots
add Prfo, Abs & xt to reflection list items
fix most TOF derivatives (remove a multiply by 100!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1459 r1460  
    37233723
    37243724    def FindPeaksBonds(XYZ):
    3725         rFact = data['Drawing']['radiusFactor']
     3725        rFact = data['Drawing'].get('radiusFactor',0.85)    #data['Drawing'] could be empty!
    37263726        Bonds = [[] for x in XYZ]
    37273727        for i,xyz in enumerate(XYZ):
Note: See TracChangeset for help on using the changeset viewer.