Changeset 3402 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
May 25, 2018 12:53:10 PM (5 years ago)
Author:
vondreele
Message:

fix missing 'linescan' problem in old files
fix cell/atom transformation issues in Transform
save Parent--> child transformation info in child's SGData as 'fromParent' might be useful later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3397 r3402  
    23972397            generalData = newPhase['General']
    23982398            SGData = generalData['SGData']
     2399            SGData['fromParent'] = [Trans,Uvec,Vvec]        #save these
    23992400            Atoms = newPhase['Atoms']
    24002401            if ifMag:
Note: See TracChangeset for help on using the changeset viewer.