Changeset 2116 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jan 7, 2016 12:40:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2113 r2116 1174 1174 G2frame.dataFrame.SetStatusText('') 1175 1175 SetPhaseWindow(G2frame.dataFrame,General,mainSizer,Scroll) 1176 1177 def OnTransform(event): 1178 '''What is needed here? Get user to refer to Intl. Tables 1A (or Bilbao server) & use new 1179 space group, cell transformation & origin displacement (if needed) given therein. 1180 Do this in popup dialog box with OK, Cancel buttons; if OK 1181 apply to lattice parameters & atom position/Uij parameters 1182 need to start with full unit cell contents, transform & then filter out symm. equiv. 1183 ''' 1184 print 'Transform crystal structure - TBD' 1185 1186 1176 1187 1177 1188 ################################################################################ … … 5700 5711 data['MCSA']['Results'] = [] 5701 5712 UpdateMCSA() 5702 5713 5703 5714 ################################################################################ 5704 5715 ##### Pawley routines … … 6388 6399 G2frame.dataFrame.Bind(wx.EVT_MENU, OnRunSingleMCSA, id=G2gd.wxID_SINGLEMCSA) 6389 6400 G2frame.dataFrame.Bind(wx.EVT_MENU, OnRunMultiMCSA, id=G2gd.wxID_MULTIMCSA) 6401 G2frame.dataFrame.Bind(wx.EVT_MENU, OnTransform, id=G2gd.wxID_TRANSFORMSTRUCTURE) 6390 6402 # Data 6391 6403 FillSelectPageMenu(TabSelectionIdDict, G2frame.dataFrame.DataMenu)
Note: See TracChangeset
for help on using the changeset viewer.