- 11 Sep, 2015 1 commit
-
-
Mathias Goldau authored
-
- 08 Sep, 2015 1 commit
-
-
Mathias Goldau authored
[ADD] This new module provides some scalar measures for diffusion tensors, such as FA, RA, RD, MD, AD and the trace.
-
- 07 Sep, 2015 4 commits
-
-
Mathias Goldau authored
[CHANGE] Moved m_dataChangedCondition one level up in the inheritance hierarchy, as alls childs WModuleInputConnector and WModuleOutputConnector make use of this condition. Also changed some minor style things and preferred the contructor init list over direct member initialization in WModuleConnector.
-
Mathias Goldau authored
-
Mathias Goldau authored
[ADD] Now the ModuleOutputConnector has a dataChangedCondition as same as the input connector has. This is to ease to listen in container modules on the output of certain data. Ofcourse we could subscribe to the signal instead, but the InputConnector does provide the same convenience, hence this feature.
-
Mathias Goldau authored
-
- 04 Sep, 2015 2 commits
-
-
Mathias Goldau authored
[ADD] Missing Prototype implementation for WDataSetDTI. When used with WModuleInputForwardData, connectable will not work without correct prototype implementation
-
Mathias Goldau authored
-
- 27 Aug, 2015 2 commits
-
-
Mathias Goldau authored
[CHANGE] Now the Nifitreader also supports reading the bvalues. Additionally the source for reading the bvec and bval is refactored into two functions where the expected file format is given in the doc-strings.
-
Mathias Goldau authored
[CHANGE] Now the WDataSetRawHARDI is able to store multiple b-values, which may be differently for each non-zero gradient
-
- 12 Aug, 2015 2 commits
-
-
Alexander Wiebel authored
-
reichenbach authored
-
- 11 Aug, 2015 2 commits
-
-
reichenbach authored
-
reichenbach authored
-
- 28 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[FIX] the point attributes where not "de-indexed". As the WDataSetFiber stores point lists sequentially, the point attributes need to be stored in the same way too. Not indexed as before.
-
- 27 Jul, 2015 1 commit
-
-
Sebastian Eichelbaum authored
[ADD] added extended fiber-attribution. You can define an arbitrary amount of per-vertex and per-fiber attributes now.
-
- 23 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
[ADD] added hierarchical clustering module by David Moreno-Dominguez. It also provides proper documentation and the META info point to a tutorial video.
-
- 22 Jul, 2015 2 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
- 10 Jul, 2015 11 commits
-
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
Alexander Wiebel authored
-
A. Betz D. Gerlicher (HS Coburg) authored
-
- 08 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
Sebastian Eichelbaum authored
-
- 01 Jul, 2015 3 commits
-
-
Sebastian Eichelbaum authored
[FIX] fixed default-param issue. CLang compiled well but GCC-5 not. GCC claimed to not be able to deduce the template type by using an exemplary parameter. Well, whatever. Fixed now.
-
Sebastian Eichelbaum authored
[CHANGE] removed all occurrences of piDouble/piFloat. Still keeping piFloat and piDouble defines in WMath though.
-
Sebastian Eichelbaum authored
[FIX] fixed unused variable piFloat warning by replacing these constants with a function. The original piDouble/piFloat names are aliased via #defines(, although a more elegant solution would be possible in c++11 and above). We keep these constant for compatibility, as we do not know which modules might use it.
-