Ignore:
Timestamp:
Aug 12, 2015 1:30:41 PM (8 years ago)
Author:
vondreele
Message:

fix (again) fill unit cell, dynamic SS drawing & GenAtom? issues - now all OK
fixes to get SS structure factors to compute & twins in SS data issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2sfact_CIF.py

    r1913 r1956  
    266266                    #h,k,l,m,dsp,Fo2,sig,Fc2,Fot2,Fct2,phase,Ext
    267267                    if im:
    268                         ref = HKL+[1,0,0,0,0, 0,0,0,0,0, 0,0]
     268                        ref = HKL+[1,0,0,0,1, 0,0,0,0,0, 0,0]
    269269                    else:
    270                         ref = HKL+[1,0,0,0,0, 0,0,0,0,0, 0]
     270                        ref = HKL+[1,0,0,1,0, 0,0,0,0,0, 0]
    271271                    if F2dn:
    272272                        F2 = item[itemkeys[F2dn]]
Note: See TracChangeset for help on using the changeset viewer.