Changeset 4546 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 17, 2020 4:29:46 PM (3 years ago)
Author:
vondreele
Message:

correct ring intensities for polarization in IntStrSta?
fill missing parm in OnAppendDzero? part of stress-strain
skip motion processing is Page doesn't exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4544 r4546  
    68826882
    68836883    def OnImMotion(event):
     6884        if not Page:
     6885            return
    68846886        Page.SetToolTipString('')
    68856887        sizexy = Data['size']
     
    74887490            dsp = G2img.GetDsp(Xpos,Ypos,Data)
    74897491            StrSta['d-zero'].append({'Dset':dsp,'Dcalc':0.0,'pixLimit':10,'cutoff':0.5,'Ivar':0.0,
    7490                 'ImxyObs':[[],[]],'ImxyCalc':[[],[]],'ImtaObs':[[],[]],'ImtaCalc':[[],[]],'Emat':[1.0,1.0,1.0]})
     7492                'ImxyObs':[[],[]],'ImxyCalc':[[],[]],'ImtaObs':[[],[]],'ImtaCalc':[[],[]],'Emat':[1.0,1.0,1.0],'Ivar':0})
    74917493            R,r = G2img.MakeStrStaRing(StrSta['d-zero'][-1],G2frame.ImageZ,Data)
    74927494            if not len(R):
Note: See TracChangeset for help on using the changeset viewer.