Changeset 4546 for trunk/GSASIIplot.py
- Timestamp:
- Aug 17, 2020 4:29:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4544 r4546 6882 6882 6883 6883 def OnImMotion(event): 6884 if not Page: 6885 return 6884 6886 Page.SetToolTipString('') 6885 6887 sizexy = Data['size'] … … 7488 7490 dsp = G2img.GetDsp(Xpos,Ypos,Data) 7489 7491 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}) 7491 7493 R,r = G2img.MakeStrStaRing(StrSta['d-zero'][-1],G2frame.ImageZ,Data) 7492 7494 if not len(R):
Note: See TracChangeset
for help on using the changeset viewer.