Changeset 4850 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Mar 11, 2021 11:32:08 AM (3 years ago)
Author:
vondreele
Message:

fix LeBail? test to skip HKLF histograms in G2strMain
fix DBW access for old gpx files in G2dataGUI
fix Quaternion access for old gpx files in G2plot
add new testSytSym.py routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4848 r4850  
    98649864    if 'Plane' not in drawingData:
    98659865        drawingData['Plane'] = [[0,0,1],False,False,0.0,[255,255,0]]
     9866    if 'Quaternion' not in drawingData:
     9867        drawingData['Quaternion'] = [0.,0.,0,1.]
    98669868    resRBData = data['RBModels'].get('Residue',[])
    98679869    vecRBData = data['RBModels'].get('Vector',[])
Note: See TracChangeset for help on using the changeset viewer.