7f4cd860f2c07d79701575d2801981b1891bfd42,dipy/align/tests/test_streamwarp.py,,test_rigid_real_bundles,#,73

Before Change


    mat = matrix44([0, 0, 20, 45, 0, 0])
    bundle2 = transform_streamlines(bundle, mat)

    bundle_sum_distance = BundleSumDistance([0, 0, 0, 0, 0, 0.])
    srr = StreamlineRigidRegistration(bundle_sum_distance,
                                      method="Powell",
                                      fast=False)
    new_bundle2 = srr.optimize(bundle, bundle2).transform(bundle2)

After Change


    mat = matrix44([0, 0, 20, 45, 0, 0])
    bundle2 = transform_streamlines(bundle, mat)

    bundle_sum_distance = BundleSumDistance()
    srr = StreamlineRigidRegistration(bundle_sum_distance,
                                      x0=np.zeros(6),
                                      method="Powell",
                                      fast=False)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: nipy/dipy
Commit Name: 7f4cd860f2c07d79701575d2801981b1891bfd42
Time: 2014-04-13
Author: garyfallidis@gmail.com
File Name: dipy/align/tests/test_streamwarp.py
Class Name:
Method Name: test_rigid_real_bundles


Project Name: nipy/dipy
Commit Name: 172853e2530c83cdbf343f8fcc433dc3d015139f
Time: 2014-04-13
Author: garyfallidis@gmail.com
File Name: dipy/align/tests/test_streamwarp.py
Class Name:
Method Name: test_rigid_parallel_lines


Project Name: nipy/dipy
Commit Name: 7f4cd860f2c07d79701575d2801981b1891bfd42
Time: 2014-04-13
Author: garyfallidis@gmail.com
File Name: dipy/align/tests/test_streamwarp.py
Class Name:
Method Name: test_rigid_parallel_lines


Project Name: nipy/dipy
Commit Name: 172853e2530c83cdbf343f8fcc433dc3d015139f
Time: 2014-04-13
Author: garyfallidis@gmail.com
File Name: dipy/align/tests/test_streamwarp.py
Class Name:
Method Name: test_rigid_real_bundles