Home
last modified time | relevance | path

Searched refs:hsph_updated (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-dipy/dipy-1.4.1/dipy/direction/tests/
H A Dtest_pmf.py51 hsph_updated = HemiSphere.from_sphere(unit_octahedron)
52 vertices = hsph_updated.vertices
63 boot_pmf_gen = BootPmfGen(data, model=tensor_model, sphere=hsph_updated)
66 model_pmf = tensor_model.fit(voxel).odf(hsph_updated)
68 npt.assert_equal(len(hsph_updated.vertices), no_boot_pmf.shape[0])
83 boot_pmf_gen_sh4 = BootPmfGen(data, model=csd_model, sphere=hsph_updated,
86 npt.assert_equal(len(hsph_updated.vertices), pmf_sh4.shape[0])
89 boot_pmf_gen_sh8 = BootPmfGen(data, model=csd_model, sphere=hsph_updated,
92 npt.assert_equal(len(hsph_updated.vertices), pmf_sh8.shape[0])
H A Dtest_bootstrap_direction_getter.py25 hsph_updated = HemiSphere.from_sphere(unit_icosahedron).subdivide(2)
26 vertices = hsph_updated.vertices
104 hsph_updated = HemiSphere.from_sphere(unit_icosahedron).subdivide(2)
105 vertices = hsph_updated.vertices
123 boot_pmf_gen = BootPmfGen(data, model=csd_model, sphere=hsph_updated,
133 boot_pmf_gen2 = BootPmfGen(data, model=csd_model, sphere=hsph_updated,
143 npt.assert_raises(ValueError, BootPmfGen, data, csd_model, hsph_updated, 6)
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dgradients_spheres.py42 hsph_updated, potential = disperse_charges(hsph_initial, 5000) variable
59 scene.add(actor.point(hsph_updated.vertices, window.colors.green,
79 sph = Sphere(xyz=np.vstack((hsph_updated.vertices, -hsph_updated.vertices)))
102 vertices = hsph_updated.vertices
H A Dreconst_msdki.py90 hsph_updated, potential = disperse_charges(hsph_initial, 5000) variable
91 directions = hsph_updated.vertices
/dports/science/py-dipy/dipy-1.4.1/dipy/core/
H A Dgradients.py688 hsph_updated, potential = disperse_charges(hsph_initial, iters)
689 bvecs = hsph_updated.vertices