Ignore:
Timestamp:
Jan 28, 2018 8:56:19 PM (5 years ago)
Author:
toby
Message:

cif export: use sig for x,x,x positions etc; column order for seq table atom positions; misc Py3 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_CIF.py

    r3216 r3246  
    5656import GSASIIspc as G2spc
    5757import GSASIIstrMain as G2stMn
     58import GSASIImapvars as G2mv
    5859
    5960DEBUG = False    #True to skip printing of reflection/powder profile lists
     
    166167                    val = parmDict.get(var,at[j])
    167168                    sig = sigDict.get(dvar,sigdig)
     169                    if dvar in G2mv.GetDependentVars(): # do not include an esd for dependent vars
     170                        sig = -abs(sig)
    168171                s += PutInCol(G2mth.ValEsd(val,sig),dig)
    169172        s += PutInCol(at[cs+1],3)
Note: See TracChangeset for help on using the changeset viewer.