Changeset 2461 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Sep 8, 2016 9:09:47 AM (7 years ago)
Author:
vondreele
Message:

magnetic space group determination done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2458 r2461  
    723723                Obj = event.GetEventObject()
    724724                isym = Indx[Obj.GetId()]
    725                 spCode = {'red':-1,'black':1}
     725                spCode = {'red':-1,'black':1}                   
    726726                SGData['SGSpin'][isym] = spCode[Obj.GetValue()]
     727                G2spc.CheckSpin(isym,SGData)
    727728                wx.CallAfter(UpdateGeneral)                               
    728729
     
    747748                spinSizer.Add(spinOp,0,WACV)
    748749            MagSym = G2spc.MagSGSym(SGData)
    749             spinSizer.Add(wx.StaticText(General,label=' Magnetic space group: '+MagSym),0,WACV)
     750            SGData['MagSpGrp'] = MagSym
     751            spinSizer.Add(wx.StaticText(General,label=' OG Magnetic space group: '+MagSym),0,WACV)
    750752            magSizer.Add(spinSizer)
    751753            return magSizer
Note: See TracChangeset for help on using the changeset viewer.