Changeset 3246 for trunk/exports/G2export_CIF.py
- Timestamp:
- Jan 28, 2018 8:56:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_CIF.py
r3216 r3246 56 56 import GSASIIspc as G2spc 57 57 import GSASIIstrMain as G2stMn 58 import GSASIImapvars as G2mv 58 59 59 60 DEBUG = False #True to skip printing of reflection/powder profile lists … … 166 167 val = parmDict.get(var,at[j]) 167 168 sig = sigDict.get(dvar,sigdig) 169 if dvar in G2mv.GetDependentVars(): # do not include an esd for dependent vars 170 sig = -abs(sig) 168 171 s += PutInCol(G2mth.ValEsd(val,sig),dig) 169 172 s += PutInCol(at[cs+1],3)
Note: See TracChangeset
for help on using the changeset viewer.