ImageD11.fft_index_refac
index
c:\python25\lib\site-packages\imaged11\fft_index_refac.py

Classes for finding lattice vectors
 
We assume a very large unit cell
Compute the Patterson Function using this cell
Origin peaks show up for our crystals
These will be real space vectors

 
Modules
       
ImageD11.labelimage
logging
numpy.oldnumeric
time

 
Classes
       
grid

 
class grid
     Methods defined here:
__init__(self, np=128, mr=1.0, nsig=5)
Set up the grid to use (the large unit cell)
np - number of points in the grid
mr - maximum resolution limit to consider
fft(self)
Compute the Patterson
gv_to_grid_new(self, gv)
Put gvectors into our grid
gv - ImageD11.indexing gvectors
gv_to_grid_old(self, gv)
peaksearch(self, peaksfile)
Peaksearch in the Patterson
props(self)
Print some properties of the Patterson

 
Functions
       
test(options)