Searched refs:transform_streamlines (Results 1 – 15 of 15) sorted by relevance
/dports/science/py-dipy/dipy-1.4.1/dipy/io/ |
H A D | vtk.py | 3 from dipy.tracking.streamline import transform_streamlines 68 streamlines = transform_streamlines(streamlines, to_lps) 99 return transform_streamlines(lines, to_lps)
|
/dports/science/py-dipy/dipy-1.4.1/dipy/align/tests/ |
H A D | test_streamlinear.py | 20 transform_streamlines, 70 bundle2 = transform_streamlines(bundle, mat) 91 bundle2 = transform_streamlines(bundle, mat) 122 moved = transform_streamlines(moving_center, mat) 165 moving = transform_streamlines(moving, mat) 169 moved = transform_streamlines(moving, sr_params.matrix) 173 moved2 = transform_streamlines(moving, srm.matrix) 343 bundle2 = transform_streamlines(bundle_initial[:20], mat) 366 bundle2 = transform_streamlines(bundle_initial[:20], mat) 464 cb2 = transform_streamlines(cingulum_bundles[0],
|
H A D | test_whole_brain_slr.py | 6 transform_streamlines, whole_brain_slr, 51 f3 = transform_streamlines(f3, mat)
|
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/ |
H A D | streamline.py | 123 stream_in_curr_grid = transform_streamlines(streamlines, 127 stream_in_world = transform_streamlines(stream_in_curr_grid, 131 new_streams_grid = transform_streamlines(new_streams_in_world, 133 new_streamlines = transform_streamlines(new_streams_grid, 138 def transform_streamlines(streamlines, mat, in_place=False): function 632 streamlines = transform_streamlines(streamlines,
|
H A D | life.py | 15 from dipy.tracking.streamline import transform_streamlines 292 transformed_streamline = transform_streamlines(streamline, affine) 355 streamline = transform_streamlines(streamline, affine)
|
/dports/science/py-dipy/dipy-1.4.1/doc/examples/ |
H A D | viz_bundles.py | 13 from dipy.tracking.streamline import transform_streamlines 43 bundle_native = transform_streamlines(bundle, np.linalg.inv(affine))
|
H A D | tracking_sfm.py | 26 transform_streamlines, 141 list(transform_streamlines(plot_streamlines, inv(t1_aff))),
|
H A D | viz_advanced.py | 79 from dipy.tracking.streamline import transform_streamlines 80 streamlines = transform_streamlines(streamlines, np.linalg.inv(affine))
|
/dports/science/py-dipy/dipy-1.4.1/dipy/align/ |
H A D | streamlinear.py | 8 from dipy.tracking.streamline import (transform_streamlines, 368 moving_centered = transform_streamlines(moving, mat) 518 return transform_streamlines(moving, self.matrix) 555 moving = transform_streamlines(moving, aff) 589 moving = transform_streamlines(moving, aff)
|
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/tests/ |
H A D | test_streamline.py | 22 transform_streamlines, 544 streamlines_in_grid = transform_streamlines(streamlines, stream2grid) 549 new_streamlines_world = transform_streamlines(new_streamlines, 558 orig_streamlines = transform_streamlines(orig_streamlines_world, 576 streamlines3 = transform_streamlines(streamlines, affine) 1104 x_sl1 = transform_streamlines(sl1, affine) 1105 x_sl2 = transform_streamlines(sl1, affine) 1110 x_sl1 = transform_streamlines(sl1, affine)
|
H A D | test_life.py | 89 xform_sl = life.transform_streamlines(streamline, np.linalg.inv(affine))
|
H A D | test_utils.py | 5 from dipy.tracking.streamline import transform_streamlines 295 streamlines = transform_streamlines(streamlines, affine)
|
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/ |
H A D | align.py | 16 from dipy.tracking.streamline import transform_streamlines 228 centroids_moved = transform_streamlines(centroids_moving, affine)
|
H A D | stats.py | 20 from dipy.tracking.streamline import transform_streamlines 264 transformed_orig_bundles = transform_streamlines(orig_bundles,
|
/dports/science/py-dipy/dipy-1.4.1/dipy/stats/ |
H A D | analysis.py | 15 transform_streamlines,
|