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 180 forks source link

DICOM series selection abort causes error #1656

Open thijsdhollander opened 5 years ago

thijsdhollander commented 5 years ago

When providing a DICOM folder to a command as input, as we all know, the folder(s) get scanned for proper series and you get a "select series" menu, where a series can be selected by typing a number (0-...) and hitting enter. Entering anything else than the valid number results in a

[ERROR] no DICOM series selected
mrinfo: [ERROR] error opening image "FOLDER_YOU_PROVIDED"

However, the initial prompt also mentions

Select series ('q' to abort):

But however then again, entering q and hitting enter results in the same above error. As a user, I'd expect no error in this scenario, as it's a valid option.

thijsdhollander commented 5 years ago

(on dev, haven't checked master)