Changeset 1493 for trunk/testDeriv.py
- Timestamp:
- Sep 11, 2014 4:35:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testDeriv.py
r1483 r1493 31 31 import GSASIIstrMath as G2stMth 32 32 import GSASIItestplot as plot 33 import GSASIImapvars as G2mv 33 34 import pytexture as ptx 34 35 ptx.pyqlmninit() #initialize fortran arrays for spherical harmonics … … 94 95 self.values = cPickle.load(file) 95 96 self.HistoPhases = cPickle.load(file) 97 (G2mv.dependentParmList,G2mv.arrayList,G2mv.invarrayList,G2mv.indParmList, 98 G2mv.invarrayList) = cPickle.load(file) 96 99 self.parmDict = cPickle.load(file) 97 100 self.varylist = cPickle.load(file) … … 102 105 file.close() 103 106 self.UpdateControls(event) 107 print G2mv.VarRemapShow(self.varylist) 104 108 finally: 105 109 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.