Changeset 5059 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 30, 2021 9:02:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r5058 r5059 4673 4673 4674 4674 def UpdateRMC(): 4675 ''' Present the controls for running fullrmc or RMCProfile4675 ''' Present the controls for running fullrmc, RMCProfile or PDFfit 4676 4676 ''' 4677 4677 global runFile … … 5854 5854 if 'PDFfit' not in data['RMC']: 5855 5855 SGData = G2spc.SpcGroup('P 1')[1] 5856 metadata = {'title':'none','date':str(time.ctime()),'temperature':'300K', 5857 'doping':0} 5856 metadata = {'title':'none','date':str(time.ctime()),'temperature':'300K','doping':0} 5858 5857 files = {'Neutron real space data; G(r): ':['Select',0.05,'G(r)','RMC',], 5859 5858 'Xray real space data; G(r): ':['Select',0.01,'G(r)','RMC',],} … … 5870 5869 if 'cellref' not in RMCPdict: 5871 5870 RMCPdict['cellref'] = False 5871 if 'metadata' not in RMCPdict: 5872 RMCPdict['metadata'] = {'title':'none','date':str(time.ctime()),'temperature':'300K','doping':0} 5872 5873 #end patch 5873 5874 mainSizer.Add(wx.StaticText(G2frame.FRMC,label=' Enter metadata items:'),0)
Note: See TracChangeset
for help on using the changeset viewer.