Ignore:
Timestamp:
Aug 11, 2015 9:35:20 AM (8 years ago)
Author:
vondreele
Message:

Add error message for TOF calibration if peak positions weren't fitted
fix a bug in SS structure factor calc.
put debug prints back in GetSSfxuinel; now only if debug=True

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1924 r1955  
    715715        fbsq = fbs**2        #imaginary
    716716        refl[9+im] = np.sum(fasq)+np.sum(fbsq)
     717        refl[7+im] = np.sum(fasq)+np.sum(fbsq)
    717718        refl[10+im] = atan2d(fbs[0],fas[0])
    718719   
Note: See TracChangeset for help on using the changeset viewer.