Ignore:
Timestamp:
May 17, 2019 2:19:25 PM (4 years ago)
Author:
vondreele
Message:

begin work on MEM interface to Dysnomia
Change fourier/cf "Resolution" to "GridStep?"; GridStep? now the real step size (Resolution was 2X th estep size)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3980 r3982  
    55795579        self.WavesData.Append(menu=self.WavesDataEdit, title='Edit Wave')
    55805580        self.WavesDataEdit.Append(G2G.wxID_WAVEVARY,'Global wave vary','Global setting of wave vary flags')
     5581        self.PostfillDataMenu()
     5582       
     5583        #Phase / Dysnomia (Maximum Entropy Method) tab
     5584        G2G.Define_wxId('wxID_LOADDYSNOMIA', 'wxID_SAVEDYSNOMIA', 'wxID_RUNDYSNOMIA', )       
     5585        self.MEMData = wx.MenuBar()
     5586        self.PrefillDataMenu(self.MEMData)
     5587        self.MEMData.Append(menu=wx.Menu(title=''),title='Select tab')
     5588        self.MEMDataEdit = wx.Menu(title='')
     5589        self.MEMData.Append(menu=self.MEMDataEdit, title='Operations')
     5590        self.MEMDataEdit.Append(G2G.wxID_LOADDYSNOMIA,'Load from Dysnomia file','Load MEM info from Dysnomia file')
     5591        self.MEMDataEdit.Append(G2G.wxID_SAVEDYSNOMIA,'Save Dysnomia file','Save MEM info in Dysnomia file')
     5592        self.MEMDataEdit.Append(G2G.wxID_RUNDYSNOMIA,'Run Dysonmia','Run Dysnomia to make new Fobs map')
    55815593        self.PostfillDataMenu()
    55825594       
Note: See TracChangeset for help on using the changeset viewer.