Ignore:
Timestamp:
Dec 8, 2014 3:58:55 PM (10 years ago)
Author:
vondreele
Message:

rationalize SS, RB & normal atom data; atId is after U23 followed by RB & SS stuff
revise Jana2K imports to have just 3+1 SS only & build atoms as above

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/imports/G2phase.py

    r1598 r1599  
    427427                    dlg.Destroy()
    428428                SGlines = G2spc.SGPrint(SGData)
    429                 for l in SGlines: print l
    430429            elif 'qi' in S[:2]:
    431430                if nqi:
     
    518517            Atom = [Name,aType,'',XYZ[0],XYZ[1],XYZ[2],1.0,SytSym,Mult,IA,Uiso]
    519518            Atom += Uij
     519            Atom.append(ran.randint(0,sys.maxint))
     520            Atom.append([])
     521            Atom.append([])
    520522            Atom.append({'SS1':{'waveType':waveType,'crenelType':crenelType,'Sfrac':Sfrac,'Spos':Spos,'Sadp':Sadp,'Smag':Smag}})    #SS2 is for (3+2), etc.
    521             Atom.append(ran.randint(0,sys.maxint))
    522523            Atoms.append(Atom)
    523524        file2.close()
Note: See TracChangeset for help on using the changeset viewer.