MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

Python: Support integer multiplers #2856

Open Lestropie opened 8 months ago

Lestropie commented 8 months ago

In the C++ CLI parsing code, an integer type can be interpreted as having a suffix multiplier. Now with stronger custom typing in the Python API, giving similar capability to Python commands should be possible.

Writing here in order to defer for other priorities.