Changeset 3154 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Nov 18, 2017 6:14:55 PM (5 years ago)
Author:
vondreele
Message:

new & imporved spot mask routines:
manual spot mask now fits position & size for selected spot.
changed mouse controls LB drag moves spot, shift-LB changes size & RB deletes spot
autospotmask improved - new algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r3136 r3154  
    629629    This routine is only used when debug=True is set in config.py   
    630630    '''
    631     #from IPython.core import ultratb
     631    from IPython.core import ultratb
    632632    if 'win' in sys.platform:
    633633        ultratb.FormattedTB(call_pdb=False,color_scheme='NoColor')(*args)
Note: See TracChangeset for help on using the changeset viewer.