Changeset 1815 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Apr 28, 2015 11:06:58 AM (8 years ago)
Author:
vondreele
Message:

revise MovePatternTreeToGrid? to have PickId? set near top & not in if/elif blocks
fix plot problem - not able to move difference curve.
put test on negative diag terms in G-matrix in "right" place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1813 r1815  
    13181318    except KeyError:
    13191319        sigA = [0,0,0,0,0,0]
    1320     if np.any(np.diag(G2lat.A2Gmat(A,False))) < 0.:
    1321         raise G2obj.G2Exception('Negative g-tensor')
    13221320    return A,sigA
    13231321       
Note: See TracChangeset for help on using the changeset viewer.