Changeset 1780 for trunk/GSASIImath.py
- Timestamp:
- Apr 7, 2015 5:14:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r1683 r1780 1588 1588 out += ("e{:d}").format(valoff) # add an exponent, when needed 1589 1589 return out 1590 1590 ################################################################################ 1591 ##### Texture fitting stuff 1592 ################################################################################ 1593 1594 def FitTexture(General,SamAngs,refData): 1595 print 'fit texture for '+General["Name"] 1596 SGData = General['SGData'] 1597 Texture = General['SH Texture'] 1598 if not Texture['Order']: 1599 return 'No spherical harmonics coefficients' 1600 1601 1602 return None 1603 1591 1604 ################################################################################ 1592 1605 ##### Fourier & charge flip stuff
Note: See TracChangeset
for help on using the changeset viewer.