Changeset 2116 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jan 7, 2016 12:40:19 PM (8 years ago)
Author:
vondreele
Message:

change error message about 'X' space groups!
add Transform stub in General Compute menu - see bottom of General stuff in G2phsGUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2113 r2116  
    11741174        G2frame.dataFrame.SetStatusText('')
    11751175        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                   
    11761187
    11771188################################################################################
     
    57005711        data['MCSA']['Results'] = []
    57015712        UpdateMCSA()
    5702                    
     5713       
    57035714################################################################################
    57045715##### Pawley routines
     
    63886399        G2frame.dataFrame.Bind(wx.EVT_MENU, OnRunSingleMCSA, id=G2gd.wxID_SINGLEMCSA)
    63896400        G2frame.dataFrame.Bind(wx.EVT_MENU, OnRunMultiMCSA, id=G2gd.wxID_MULTIMCSA)
     6401        G2frame.dataFrame.Bind(wx.EVT_MENU, OnTransform, id=G2gd.wxID_TRANSFORMSTRUCTURE)
    63906402        # Data
    63916403        FillSelectPageMenu(TabSelectionIdDict, G2frame.dataFrame.DataMenu)
Note: See TracChangeset for help on using the changeset viewer.