Changeset 3621 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Sep 26, 2018 1:10:30 PM (5 years ago)
Author:
vondreele
Message:

Modify Transform tool to allow setting spins & displaying operators
Transform operation matches mag space group selection from Bilbao
select nonstandard orthorhombic works (except P 2221 & P 2'2'21) - get same set of mag atom site symmetries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3619 r3621  
    33693369       
    33703370    def RefreshMagCellsGrid(event):
    3371         data = G2frame.GPXtree.GetItemPyData(UnitCellsId)
    3372         magcells = data[5]
     3371        controls,bravais,cells,dminx,ssopt,magcells = G2frame.GPXtree.GetItemPyData(UnitCellsId)
    33733372        r,c =  event.GetRow(),event.GetCol()
    33743373        if magcells:
     
    33923391                    MagCellsTable.SetValue(r,c,True)
    33933392                magDisplay.ForceRefresh()
    3394             data[5] = magcells
     3393            data = [controls,bravais,cells,dminx,ssopt,magcells]
    33953394            G2frame.GPXtree.SetItemPyData(UnitCellsId,data)
    33963395           
Note: See TracChangeset for help on using the changeset viewer.