Giter VIP home page Giter VIP logo

Comments (3)

kaworuist avatar kaworuist commented on June 16, 2024

Iā€˜m not sure, but it may failed in windows because the path character count was too long(MAX_PATH). If so, I think the error message needs to be adjusted

from dcm2niix.

neurolabusc avatar neurolabusc commented on June 16, 2024

@kaworuist this is a limitation of the Windows file system you are using, not dcm2niix. dcm2niix supports longer paths, but Windows is traditionally limited to 260 characters. Possible solutions include:

  • Enable Long Paths in Windows.
  • Use a Unix system like Unix or MacOS (I have not evaluated path length in Windows Subsystem for Linux).
  • Place the input folder in a shorter path e.g. C:\Users\test\Downloads\simulation_storage\medicalimagingeu2bst_test\extracted\batch1\CT\dicom\1927_CT_batch_1_part_0\... -> C:\dcm\...

from dcm2niix.

kaworuist avatar kaworuist commented on June 16, 2024

Thanks for your advice, it works fine on Linux, but this error message is a bit misleading for users

from dcm2niix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.