Changeset 867


Ignore:
Timestamp:
Mar 19, 2013 3:38:51 PM (10 years ago)
Author:
vondreele
Message:

one more scaling correction to mustrain plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r864 r867  
    15041504                        sum = np.sum(np.multiply(Shkl,Strm))
    15051505                        sum = np.where(sum > 0.01,sum,0.01)
    1506                         sum = np.sqrt(sum)*math.pi/1.8      #centidegrees to radians!
     1506                        sum = np.sqrt(sum)*math.pi/.18      #centidegrees to radians!
    15071507                        return sum*xyz
    15081508                       
Note: See TracChangeset for help on using the changeset viewer.