Changeset 1493 for trunk/testDeriv.py


Ignore:
Timestamp:
Sep 11, 2014 4:35:59 PM (9 years ago)
Author:
vondreele
Message:

set move=True for GenAtom? call for FillUnitCell?
show bin width in calibration plot - also label items
add check if nothing refined in calibrate
fix crash at end of refinement for reflections with bad widths
fix testDeriv to show constrained variables
fix SCExtinction for constrained extinction coef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testDeriv.py

    r1483 r1493  
    3131import GSASIIstrMath as G2stMth
    3232import GSASIItestplot as plot
     33import GSASIImapvars as G2mv
    3334import pytexture as ptx
    3435ptx.pyqlmninit()            #initialize fortran arrays for spherical harmonics
     
    9495                self.values = cPickle.load(file)
    9596                self.HistoPhases = cPickle.load(file)
     97                (G2mv.dependentParmList,G2mv.arrayList,G2mv.invarrayList,G2mv.indParmList,
     98                    G2mv.invarrayList) = cPickle.load(file)
    9699                self.parmDict = cPickle.load(file)
    97100                self.varylist = cPickle.load(file)
     
    102105                file.close()
    103106                self.UpdateControls(event)
     107                print G2mv.VarRemapShow(self.varylist)
    104108        finally:
    105109            dlg.Destroy()
Note: See TracChangeset for help on using the changeset viewer.