Changeset 3438 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Jun 18, 2018 11:35:30 AM (5 years ago)
Author:
vondreele
Message:

g2strIO
fix magnetic hkl extinctions in reflection generation
remove Uniq & Phi - never used
change all config 'debug' out put to have 'DBG' in message - many places
fix phoenix decode problem for Comments
Display transformation math on Transform dialog box & labels on matrix & vectors
use a general exception in getSelection (G2plot line 7141) to avoid crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r3433 r3438  
    626626                    LastSavedUsing = datum[1]['LastSavedUsing']
    627627                if datum[0] == 'Controls' and 'PythonVersions' in datum[1] and GSASIIpath.GetConfigValue('debug') and showProvenance:
    628                     print('Packages used to create .GPX file:')
     628                    print('DBG_Packages used to create .GPX file:')
    629629                    if 'dict' in str(type(datum[1]['PythonVersions'])):  #patch
    630630                        for p in sorted(datum[1]['PythonVersions'],key=lambda s: s.lower()):
Note: See TracChangeset for help on using the changeset viewer.