Skip to content

Issue 60 odf crossing fibres

Zhi Liang Daniel Kor requested to merge issue-60-ODF-crossing-fibres into master

Implemented convolve_delta and convolve_crossing.

  1. convolve_delta:

Represents the fibre population as a single delta function in a single orientation. Convolves this fibre orientation with a response function (i.e. compartment)

Input: compartment: name of response function to convolve with acquisition: acquisiton parameters to be input into compartment param: orientation of delta function

Output: signal: Nx1 output signal, where N is number of b-vectors

  1. convolve_crossing

Sums the signal produced from multiple fibre orientation distributions.

Input: compartment: name of response function to convolve with acquisition: acquisition parameters to be input into compartment crossing: contains the volume fraction, fibre orientation distribution, and the fibre orientation

Output: signal: Nx1 output signal, where N is number of b-vectors

For issue #60.

Merge request reports