Closed hjmjohnson closed 8 years ago
I just looked at the code used to make these measurements:
https://github.com/demianw/tract_querier/blob/tract_math_refactor/tract_querier/tract_math/tensor_operations.py#L131
OK ax_by_point[index] = scalar_measures.axial_diffusivity(eigenvals) BUG rd_by_point[index] = scalar_measures.axial_diffusivity(eigenvals) ^^^^^^^^^^^^^^^^^ OK ga_by_point[index] = scalar_measures.geodesic_anisotropy(eigenvals)
I just looked at the code used to make these measurements:
https://github.com/demianw/tract_querier/blob/tract_math_refactor/tract_querier/tract_math/tensor_operations.py#L131