Ignore:
Timestamp:
Jun 6, 2020 2:46:07 PM (3 years ago)
Author:
vondreele
Message:

change Pawley refinement menu items for setting/unsetting refine flags - now more obvious
tune up monoclinic indexing - finer volume step & more tries at each step - improves jadarite indexing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4450 r4466  
    61686168        self.PawleyEdit.Append(G2G.wxID_PAWLEYESTIMATE,'Pawley estimate','Estimate initial Pawley intensities')
    61696169        self.PawleyEdit.Append(G2G.wxID_PAWLEYUPDATE,'Pawley update','Update negative Pawley intensities with -0.5*Fobs and turn off refinement')
    6170         self.PawleyEdit.Append(G2G.wxID_PAWLEYSELALL,'Select all','Select all reflections to be refined')
    6171         self.PawleyEdit.Append(G2G.wxID_PAWLEYSELNONE,'Select none','Set flag for all reflections for no refinement')
     6170        self.PawleyEdit.Append(G2G.wxID_PAWLEYSELALL,'Refine all','Refine Fsq of all reflections')
     6171        self.PawleyEdit.Append(G2G.wxID_PAWLEYSELNONE,'Refine none','No reflection Fsq refinement')
    61726172        self.PawleyEdit.Append(G2G.wxID_PAWLEYSELTOGGLE,'Toggle Selection','Toggle Selection flag for all reflections to opposite setting')
    61736173        self.PostfillDataMenu()
Note: See TracChangeset for help on using the changeset viewer.