Changeset 1780 for trunk/GSASIImath.py


Ignore:
Timestamp:
Apr 7, 2015 5:14:33 PM (8 years ago)
Author:
vondreele
Message:

force collapse of all children when main tree item is collapsed
begin texture fitting from seq. refinements
fix bugs in plotting if all SH coeff = 0
set background on Fcsq when delt = 3sig & 10 sig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r1683 r1780  
    15881588        out += ("e{:d}").format(valoff) # add an exponent, when needed
    15891589    return out
    1590 
     1590################################################################################
     1591##### Texture fitting stuff
     1592################################################################################
     1593
     1594def 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   
    15911604################################################################################
    15921605##### Fourier & charge flip stuff
Note: See TracChangeset for help on using the changeset viewer.