Giter Site home page Giter Site logo

delintenicolas / unravel Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 47.53 MB

This repository contains the code of UtiliziNg tRActography to uncoVEr muLti-fixel microstructure (UNRAVEL).

Home Page: https://unravel.readthedocs.io/

License: GNU General Public License v3.0

Python 100.00%
diffusion fixel microstructure model mri tractography

unravel's People

Contributors

delintenicolas avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

unravel's Issues

RGB outputs

The way peaks_to_RGB() is written, increases the color dominance of fiber with high fiber volume fractions (fvf). Mulitplying by a sum a fiber volume fraction might create a better output.

Suggestion: change code to have two kinds of inputs color/peak modulators (fractions or fixelweights) and intensity modulators (FA or fvf).

Nan in angle_difference

nan in angle_difference when two vectors are close to being similar due to arcos(>1)

if (v1n == v2n).all():
return 0
if (sum(v1nv2n))>1:
return 0
ang = np.arccos(sum(v1n
v2n))*180/np.pi

Unify list/array output

get_weighted_sums, get_microstructure_map and total_segment_length all do similar operations and their input/ouput varies for the fixelWeight format.

coefList undefined when cfo=True in get_fixel_weights

coefList is undefined when cfo=True in get_fixel_weights

File ~\Anaconda3\envs\timeEnv\lib\site-packages\TIME\core.py:693 in get_fixel_weight
    for coef in coefList:

UnboundLocalError: local variable 'coefList' referenced before assignment

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.