Changeset 3619 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Sep 25, 2018 11:07:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3618 r3619 3410 3410 G2frame.GPXtree.SetItemPyData(UnitCellsId,data) 3411 3411 wx.CallAfter(UpdateUnitCellsGrid,G2frame,data) 3412 elif c < 0: 3413 r = event.GetRow() 3414 phase = magcells[r] 3415 SGData = phase['SGData'] 3416 msg = 'Magnetic space group information for '+phase['Name'] 3417 text,table = G2spc.SGPrint(SGData,AddInv=True) 3418 text[0] = ' Magnetic Space Group: '+SGData['MagSpGrp'] 3419 text[3] = ' The magnetic lattice point group is '+SGData['MagPtGp'] 3420 OprNames,SpnFlp = G2spc.GenMagOps(SGData) 3421 G2G.SGMagSpinBox(G2frame.dataWindow,msg,text,table,SGData['SGCen'],OprNames, 3422 SGData['SpnFlp'],False).Show() 3412 3423 3413 3424 def MakeNewPhase(event): … … 3903 3914 table.append(row) 3904 3915 MagCellsTable = G2G.Table(table,rowLabels=rowLabels,colLabels=colLabels,types=Types) 3905 G2frame.GetStatusBar().SetStatusText('Double click Keep to refresh Keep flags ',1)3916 G2frame.GetStatusBar().SetStatusText('Double click Keep to refresh Keep flags, row no. to see sym. ops.',1) 3906 3917 magDisplay = G2G.GSGrid(G2frame.dataWindow) 3907 3918 magDisplay.SetTable(MagCellsTable, True)
Note: See TracChangeset
for help on using the changeset viewer.