Issue 60 odf crossing fibres
Implemented convolve_delta and convolve_crossing.
- 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
- 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.