Changeset 1761 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Mar 24, 2015 4:10:52 PM (8 years ago)
Author:
vondreele
Message:

better fix to export csv reflections
change default I/Ib for strain picking
fix bugs in powder extinction calcs.
remove stray line in G2strMath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r1744 r1761  
    35233523                return
    35243524            dsp = G2img.GetDsp(Xpos,Ypos,Data)
    3525             StrSta['d-zero'].append({'Dset':dsp,'Dcalc':0.0,'pixLimit':10,'cutoff':1.0,
     3525            StrSta['d-zero'].append({'Dset':dsp,'Dcalc':0.0,'pixLimit':10,'cutoff':0.5,
    35263526                'ImxyObs':[[],[]],'ImtaObs':[[],[]],'ImtaCalc':[[],[]],'Emat':[1.0,1.0,1.0]})
    35273527            R,r = G2img.MakeStrStaRing(StrSta['d-zero'][-1],G2frame.ImageZ,Data)
Note: See TracChangeset for help on using the changeset viewer.