Directory Applications/CLI/DiffusionApplications/

Directory Created:
2007-06-22 09:30
Total Files:
1
Deleted Files:
0
Lines of Code:
12

[root]/Applications/CLI/DiffusionApplications
                directory in repo ResampleDTI (42 files, 4401 lines)
                Folder removed from repo StochasticTractography (0 files, 0 lines)
                directory in repo StochasticTractographyFilter (12 files, 5139 lines)
                directory in repo dwiNoiseFilter (17 files, 2275 lines)
                directory in repo dwiUNLM (12 files, 2003 lines)
                directory in repo jointLMMSE (12 files, 2162 lines)

Lines of Code

Applications/CLI/DiffusionApplications/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 13 (100.0%) 1.8
rjosest 1 (14.3%) 12 (92.3%) 12.0
pieper 1 (14.3%) 1 (7.7%) 1.0
tringo 1 (14.3%) 0 (0.0%) 0.0
millerjv 1 (14.3%) 0 (0.0%) 0.0
jcfr 1 (14.3%) 0 (0.0%) 0.0
atriveg 2 (28.6%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (changed)
pieper 2009-03-19 13:02 Rev.: 8912

BUG: remove older code (use python stochastic tractography instead)

1 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (+1 -1)
atriveg 2008-12-14 09:03 Rev.: 8143

ENH: Added Rician-adapted Non Local Means filter to CLI/Diffusion applications

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (changed)
atriveg 2008-12-13 16:14 Rev.: 8137

ENH: Modification of DiffusionApplicaions on CLI; enhanced dwiFiltering and added a new filter

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (changed)
millerjv 2008-04-01 14:25 Rev.: 6348

ENH: merge from TransformIO branch from revision 4897 through revision 6346

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (changed)
tringo 2007-12-04 12:25 Rev.: 5040

ENH:Initial update of StochasticTractographyFilter to a newer version

0 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (changed)
rjosest 2007-06-22 09:30 Rev.: 3645

ENH: Restructuring Diffusion applications under DiffusionApplications directory

12 lines of code changed in 1 file:

  • Applications/CLI/DiffusionApplications: CMakeLists.txt (new 12)
Generated by StatSVN 0.5.0