Ignore:
Timestamp:
Dec 13, 2019 8:37:00 AM (3 years ago)
Author:
vondreele
Message:

Add visualization of RMCProfile results, i.e. G(R), S(Q), partials, etc.
MOre enhancements for RMCProfile stuff

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:global-ignores
      •  

        old new  
        11CifFile
        22binwin2.7
         3pdbparser
         4pdbparser - Copy
    • Property svn:ignore
      •  

        old new  
        33basinhopping.py
        44binwin2.7
        5 binwin2.7
         5pdbparser
  • trunk/GSASIIdataGUI.py

    r4198 r4200  
    57175717       
    57185718        #Phase / fullrmc & RMCprofile (Reverse Monte Carlo method) tab
    5719         G2G.Define_wxId('wxID_SETUPRMC','wxID_LOADRMC','wxID_SAVERMC','wxID_RUNRMC', )       
     5719        G2G.Define_wxId('wxID_SETUPRMC','wxID_LOADRMC','wxID_SAVERMC','wxID_RUNRMC','wxID_VIEWRMC' )       
    57205720        self.FRMCMenu = wx.MenuBar()
    57215721        self.PrefillDataMenu(self.FRMCMenu)
     
    57275727        self.FRMCDataEdit.Append(G2G.wxID_SAVERMC,'Save','Save fullrmc or RMCprofile file')
    57285728        self.FRMCDataEdit.Append(G2G.wxID_RUNRMC,'Execute','Run fullrmc or RMCprofile file')
     5729        self.FRMCDataEdit.Append(G2G.wxID_VIEWRMC,'View','View fullrmc or RMCprofile results')
    57295730        self.PostfillDataMenu()
    57305731       
Note: See TracChangeset for help on using the changeset viewer.