~nipy-developers/nipy/trunk-reg

« back to all changes in this revision

Viewing changes to neuroimaging/fixes/scipy/ndimage/_registration.py

  • Committer: Tom Waite
  • Date: 2008-11-03 19:26:01 UTC
  • Revision ID: twaite@berkeley.edu-20081103192601-4b4w8fcvab0qmxlx
fix test failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1015
1015
    return image
1016
1016
 
1017
1017
 
1018
 
def check_alignment(image1, image1_mat, image2, image2_mat, histo_fwhm=3, method='ncc', lite=0,
 
1018
def check_alignment(image1, image1_mat, image2, image2_mat, method, histo_fwhm=3, lite=0,
1019
1019
                    smhist=0, alpha=0.0, beta=0.0, gamma=0.0, Tx=0, Ty=0, Tz=0, ret_histo=0):
1020
1020
                    
1021
1021
    """