Changeset 5059
- Timestamp:
- Oct 30, 2021 9:02:55 AM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 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) -
trunk/atmdata.py
r5055 r5059 862 862 'Cf_249':{'Mass':249.075,'SL':[ .8, 0],'SA': 0}, 863 863 'Va_': {'Mass':0.0,'SL':[0.0,0],'SA':0}, 864 'Va': {'Mass':0.0,'SL':[0.0,0],'SA':0},865 864 } 866 865 MagFF = {
Note: See TracChangeset
for help on using the changeset viewer.