Home
last modified time | relevance | path

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

/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Dpropspeed.pyx79 double *odf_vertices, argument
93 odf_vertices : double array shape (N, 3)
126 # copy odf_vertices
128 odfv[j]=odf_vertices[3 * <cnp.npy_intp>ind[i] + j]
145 odfv[j] = odf_vertices[3 * <cnp.npy_intp>ind[max_doti] + j]
162 double *odf_vertices, argument
207 odf_vertices,
258 # Return initial direction through odf_vertices by ind
285 odf_vertices : double array shape (N, 3)
303 double *pverts = <double*> cnp.PyArray_DATA(odf_vertices)
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Ddti.py2054 def quantize_evecs(evecs, odf_vertices=None): argument
2069 if odf_vertices is None:
2070 odf_vertices = get_sphere('symmetric362').vertices
2073 IN = np.array([np.argmin(np.dot(odf_vertices, m)) for m in mec])
H A Dgqi.py173 t0, t1, t2 = triple_odf_maxima(self.odf_vertices, odf, width)
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/
H A Drelease0.8.rst179 * :ghpull:`315`: BF: EuDX odf_vertices param has no default value
391 * :ghissue:`315`: BF: EuDX odf_vertices param has no default value
/dports/science/py-dipy/dipy-1.4.1/
H A DChangelog230 * Removed default parameter for odf_vertices in EuDX