neuropoly / template

A framework for creating unbiased MRI templates of the spinal cord
MIT License
5 stars 3 forks source link

`ParamCenterline` on line 143 of `preprocessing_normalize.py` missing `contrast` argument #66

Closed NadiaBlostein closed 11 months ago

NadiaBlostein commented 11 months ago

Line 143 of preprocessing_normalize.py:

 param_centerline = ParamCenterline(algo_fitting = 'optic', smooth = smooth, degree = 5, minmax = minmax)

optic algo_fitting method requires contrast argument.

rohanbanerjee commented 11 months ago

Looks like this issue has been solved by PR #67. Closing it therefore.