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
291 stars 179 forks source link

Python: Support integer multiplers #2856

Open Lestropie opened 6 months ago

Lestropie commented 6 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.