Code Monkey home page Code Monkey logo

Comments (4)

tfunck avatar tfunck commented on June 3, 2024

Hi,

Could you attach the output that is printed when you try to run APPIAN? I'll rerun the example now and see if I can reproduce the same error.

Thanks a lot for taking the time to post a bug report!

Thomas

from appian.

tfunck avatar tfunck commented on June 3, 2024

Two possible solutions :

  1. In the user guide, there was a "find" command to fix the cimbi data. This command didn't work quite right, so I've replaced it with the following :

find -iregex '.*.(json|mnc|nii|nii.gz)$' -exec sh -c 'x="{}"; f2=echo $x | sed 's/ses_/ses-/g'; mv $x $f2 ' ;

  1. We had made some bug fixes but had only pushed them to appian:latest-dev. I've now pushed them to appian:latest. So you can try to pull from tffunck/appian:latest again.

Let me know if either works, or if you're still running into problems.

Thomas

from appian.

guilhermepovala avatar guilhermepovala commented on June 3, 2024

Hey Thomas,

All working fine now.

The find command I had already fixed. The second solution solved my problem!

Off-topic: using nifti files I don't need to create the json?

from appian.

tfunck avatar tfunck commented on June 3, 2024

Great, glad to hear it!

In theory, according to the BIDS standard the nifti files should be accompanied by a json header, so there is no need to create one. Json headers are only created by APPIAN when MINC input files are being used. While MINC files do have their own internal headers, they are tough to work with and don't conform to the BIDS specification, so it's easier if all header information is stored in the same in a json file regardless the input file type.

Don't hestiate to post any more bugs, issues, or questions you may have!

Thomas

from appian.

Related Issues (15)

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.