Changeset 4634 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Oct 31, 2020 10:46:47 AM (2 years ago)
Author:
vondreele
Message:

fix crash on unknown rId in plot inv pole figure
change CF map roll from steps to cell fractions; range -1 --> 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4624 r4634  
    59285928        Id = G2gd.GetGPXtreeItemId(G2frame,G2frame.root,hist)
    59295929        rId = G2gd.GetGPXtreeItemId(G2frame,Id,'Reflection Lists')
     5930        if not rId:
     5931            return
    59305932        RefData = G2frame.GPXtree.GetItemPyData(rId)[phase]
    59315933        if 'Type' not in RefData or 'RefList' not in RefData:
Note: See TracChangeset for help on using the changeset viewer.