Ignore:
Timestamp:
May 24, 2020 5:19:15 PM (4 years ago)
Author:
toby
Message:

new code for locating RBs; redo GUI for RB extractor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4429 r4431  
    60886088        self.DrawAtomEdit.Append(G2G.wxID_DRAWATOMCOLOR,'Atom color','Select atoms first')
    60896089        self.DrawAtomEdit.Append(G2G.wxID_DRAWATOMRESETCOLOR,'Reset atom colors','Resets all atom colors to defaults')
    6090         self.DrawAtomEdit.Append(G2G.wxID_DRWAEDITRADII,'Edit atom radii','Edit drawing atom radii') # TODO: removed until it can be made to do something
     6090#        self.DrawAtomEdit.Append(G2G.wxID_DRWAEDITRADII,'Edit atom radii','Edit drawing atom radii') # TODO: removed until it can be made to do something
    60916091        self.DrawAtomEdit.Append(G2G.wxID_DRAWVIEWPOINT,'View point','View point is 1st atom selected')
    60926092        self.DrawAtomEdit.Append(G2G.wxID_DRAWADDEQUIV,'Add atoms','Add symmetry & cell equivalents to drawing set from selected atoms')
     
    61816181        self.RigidBodiesEdit = wx.Menu(title='')
    61826182        self.RigidBodiesMenu.Append(menu=self.RigidBodiesEdit, title='Edit Body')
    6183         self.RigidBodiesEdit.Append(G2G.wxID_ASSIGNATMS2RB,'Assign atoms to rigid body',
    6184             'Select & position rigid body in structure of existing atoms')
     6183        self.RigidBodiesEdit.Append(G2G.wxID_ASSIGNATMS2RB,'Locate && Insert Rigid Body',
     6184            'Locate rigid body in structure mapping to existing atoms')
    61856185        self.RigidBodiesEdit.Append(G2G.wxID_AUTOFINDRESRB,'Auto find residues',
    61866186            'Auto find of residue RBs in macromolecule')
Note: See TracChangeset for help on using the changeset viewer.