Changeset 486 for trunk/GSASIImath.py


Ignore:
Timestamp:
Feb 17, 2012 2:59:59 PM (11 years ago)
Author:
vondreele
Message:

edit help & fix references to it
begin implementation of Fourier calcs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r485 r486  
    133133    except LinAlgError:
    134134        psing = list(np.where(np.diag(nl.gr(Amat)[1]) < 1.e-14)[0])
    135         return [x0,None,{'num cyc':icycle,'fvec':M,'nfev':nfev,'lamMax':lamMax,'psing':psing}]
     135        return [x0,None,{'num cyc':icycle,'fvec':M,'nfev':nfev,'lamMax':lamMax,'psing':psing}]
     136
     137def calcFouriermap():
     138    print 'Calculate Fourier map'
     139
    136140   
    137141def getVCov(varyNames,varyList,covMatrix):
Note: See TracChangeset for help on using the changeset viewer.