Changeset 1548 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Oct 30, 2014 4:07:50 PM (9 years ago)
Author:
vondreele
Message:

more super structure stuff - now some in unit cell indexing
now using pulldown ComboBoxes? for supersymmetry choices
continue building tables of supersymmetry codes
use deepcopy for peaks in various places; copy wasn't enough
get seq. peak fit to stop when a refinement goes bad; then allow display of results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r1545 r1548  
    57555755            data.append([])                                 #empty cell list
    57565756            data.append([])                                 #empty dmin
     5757            data.append({})                                 #empty superlattice stuff
    57575758            G2frame.PatternTree.SetItemPyData(item,data)                             
     5759#patch
     5760        if len(data) < 5:
     5761            data.append({'Use':False,'ModVec':[0,0,0.1],'maxH':1,'ssSymb':''})                                 #empty superlattice stuff
     5762            G2frame.PatternTree.SetItemPyData(item,data) 
     5763#end patch
    57585764        G2pdG.UpdateUnitCellsGrid(G2frame,data)
    57595765        if 'PKS' in G2frame.PatternTree.GetItemText(G2frame.PatternId):
Note: See TracChangeset for help on using the changeset viewer.