Ignore:
Timestamp:
May 18, 2018 3:23:49 PM (5 years ago)
Author:
vondreele
Message:

implement "Load Unit Cell" from phase on phase list to Unit Cell for testing against pattern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3392 r3394  
    49894989        # PDR / Unit Cells List
    49904990        G2G.Define_wxId('wxID_INDEXPEAKS', 'wxID_REFINECELL', 'wxID_COPYCELL', 'wxID_MAKENEWPHASE',
    4991             'wxID_EXPORTCELLS',)
     4991            'wxID_EXPORTCELLS','wxID_LOADCELL','wxID_IMPORTCELL')
    49924992        self.IndexMenu = wx.MenuBar()
    49934993        self.PrefillDataMenu(self.IndexMenu)
     
    49974997        self.CopyCell = self.IndexEdit.Append(G2G.wxID_COPYCELL,'Copy Cell',
    49984998            'Copy selected unit cell from indexing to cell refinement fields')
     4999        self.LoadCell = self.IndexEdit.Append(G2G.wxID_LOADCELL,'Load Cell',
     5000            'Load unit cell from phase')
     5001        self.ImportCell = self.IndexEdit.Append(G2G.wxID_IMPORTCELL,'Import Cell',
     5002            'Import unit cell from file')
    49995003        self.RefineCell = self.IndexEdit.Append(G2G.wxID_REFINECELL,'Refine Cell',
    50005004            'Refine unit cell parameters from indexed peaks')
Note: See TracChangeset for help on using the changeset viewer.