Ignore:
Timestamp:
Jun 5, 2015 2:21:06 PM (10 years ago)
Author:
vondreele
Message:

fix wx bug in SetMapPeaksText? - 'GridWindow?' vs 'grid window'
add characteristic source choice to single crystal instrument parameters -
select mean Ka = (2*Ka1+Ka2)/3
change default single crystal wavelength to MoKa?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIstrMath.py ΒΆ

    r1879 r1880  
    875875        fas = np.sum(np.sum(fa,axis=2),axis=2)        #real sum over atoms & unique hkl
    876876        fb = np.array([((FF+FP).T-Bab).T*sinp*Tcorr,Flack*FPP*cosp*Tcorr])
    877         fb = np.reshape(fb,(2,len(refl),len(SGT),len(Mdata)))   #imag -B,+a
     877        fb = np.reshape(fb,(2,len(refl),len(SGT),len(Mdata)))   #imag -B,+a       
    878878        fbs = np.sum(np.sum(fb,axis=2),axis=2)  #imag sum over atoms & uniq hkl
    879879        if SGData['SGInv']: #centrosymmetric; B=0
Note: See TracChangeset for help on using the changeset viewer.