Page MenuHomePhabricator

BValueMapAdaption
Closed, ResolvedPublic

Description

fast access to all gradient directions of an specific b-Value.
Key(unsigned int)
Value(IndicesList) -> each index points to a gradient in the gradientdirectioncontainer of an mitkDiffusionImage

Event Timeline

cordes added a subscriber: cordes.

New remote branch pushed: bug-15096-BValueMapAdaptions

New remote branch pushed: bug-15096-BValueMapAdaptions-rebase

[58774a]: Merge branch 'bug-15096-BValueMapAdaptions'

Merged commits:

2013-06-28 15:15:56 Jonas Cordes [104ecf]
the rounded bvalue is now of type unsigned integer


2013-06-14 13:09:56 Jonas Cordes [2b0097]
rebase + fix merge problems


2013-05-10 13:44:54 Jonas Cordes [085d53]
floor bValues for std DiffusionImage Bvalue map to prevent rounding-errors


2013-05-10 13:12:16 Jonas Cordes [40b5ea]
change key from double to unsigned int for all BValueMaps