/trunk Developers: davisb

Login name:
davisb
Total Commits:
828 (2.8%)
Lines of Code:
52,549 (4.1%)
Most Recent Commit:
2008-09-05 16:46
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for davisb

Activity by Day of Week for davisb

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 828 (100.0%) 52549 (100.0%) 63.4
Modules/EMSegment/Algorithm/ 104 (12.6%) 19877 (37.8%) 191.1
Modules/EMSegment/ 149 (18.0%) 10268 (19.5%) 68.9
Modules/EMSegment/Wizard/ 67 (8.1%) 8429 (16.0%) 125.8
Modules/EMSegment/MRML/ 141 (17.0%) 6355 (12.1%) 45.0
Modules/EMSegment/Testing/ 62 (7.5%) 2335 (4.4%) 37.6
Modules/EMSegment/Registration/ 46 (5.6%) 2005 (3.8%) 43.5
Modules/EMSegment/CommandLineApplication/ 61 (7.4%) 1712 (3.3%) 28.0
Modules/EMSegment/Testing/TestData/TutorialTest2/ 17 (2.1%) 1010 (1.9%) 59.4
Modules/EMSegment/Testing/TestData/TutorialTest2/VolumeData/Atlas/ 24 (2.9%) 156 (0.3%) 6.5
Modules/EMSegment/Testing/TestData/TutorialTest/VolumeData/ 23 (2.8%) 97 (0.2%) 4.2
Modules/EMSegment/Testing/TestData/TutorialTest2/StandardData/ 23 (2.8%) 65 (0.1%) 2.8
Modules/EMSegment/Testing/TestData/TutorialTest2/VolumeData/Target/ 8 (1.0%) 52 (0.1%) 6.5
Modules/EMSegment/Testing/TestData/MiscVolumeData/ 6 (0.7%) 39 (0.1%) 6.5
Modules/EMSegment/Testing/TestData/TutorialTest2/VolumeData/ 8 (1.0%) 26 (0.0%) 3.2
Modules/EMSegment/Testing/TestData/TutorialTest/StandardData/ 5 (0.6%) 26 (0.0%) 5.2
Modules/EMSegment/Testing/TestData/ 3 (0.4%) 26 (0.0%) 8.6
Applications/GUI/ 11 (1.3%) 23 (0.0%) 2.0
Modules/CommandLineModule/ 2 (0.2%) 20 (0.0%) 10.0
Modules/EMSegment/Testing/TestData/TutorialTest/ 25 (3.0%) 15 (0.0%) 0.6
Base/GUI/ 1 (0.1%) 6 (0.0%) 6.0
/ 6 (0.7%) 3 (0.0%) 0.5
Libs/MRML/ 16 (1.9%) 2 (0.0%) 0.1
Base/Logic/ 6 (0.7%) 2 (0.0%) 0.3
Scripts/ 6 (0.7%) 0 (0.0%) 0.0
Modules/Tractography/Editor/ 1 (0.1%) 0 (0.0%) 0.0
Modules/Meshing/Testing/ 1 (0.1%) 0 (0.0%) 0.0
Modules/ 2 (0.2%) 0 (0.0%) 0.0
Libs/vtkITK/ 3 (0.4%) 0 (0.0%) 0.0
Libs/GenerateCLP/ 1 (0.1%) 0 (0.0%) 0.0

Activity of davisb

Most Recent Commits

davisb 2008-09-05 16:46 Rev.: 7540

BUG: fix typo in slicer_variables: libs were put in Slicer_build

0 lines of code changed in 1 file:

  • slicer_variables.tcl (changed)
davisb 2008-09-05 16:31 Rev.: 7539

ENH: add extra command-line functionality to getbuildtest: --no-slicer-update and --build-dir

0 lines of code changed in 2 files:

  • slicer_variables.tcl (changed)
  • Scripts: getbuildtest.tcl (changed)
davisb 2008-09-05 10:17 Rev.: 7534

ENH: add extra output to testing template

0 lines of code changed in 1 file:

  • Modules/EMSegment/Testing: RunDiffRemoveTest.cmake (changed)
davisb 2008-08-27 06:57 Rev.: 7490

ENH: if the user wants a continuous test dont update until the test starts

0 lines of code changed in 1 file:

  • Scripts: getbuildtest.tcl (changed)
davisb 2008-08-25 12:46 Rev.: 7486

ENH: update documentation

0 lines of code changed in 1 file:

  • Modules/EMSegment: README (changed)
davisb 2008-08-25 12:39 Rev.: 7485

ENH: update documentation

0 lines of code changed in 1 file:

  • Modules/EMSegment: README (changed)
davisb 2008-06-23 10:22 Rev.: 7142

BUG: change registration type traits to handle unsigned voxel types (gets around the root problem: ITK pyramid filter does not handle unsigned types)

2 lines of code changed in 1 file:

  • Modules/EMSegment/Registration: vtkRegistratorTypeTraits.h (+2 -2)
davisb 2008-06-16 07:07 Rev.: 7084

ENH: add command line flag to control stream redirection for command line modules

34 lines of code changed in 4 files:

  • Applications/GUI: Slicer3.cxx (+6), Slicer3.xml (+8)
  • Modules/CommandLineModule: vtkCommandLineModuleLogic.cxx (+13 -7), vtkCommandLineModuleLogic.h (+7)
davisb 2008-06-03 14:47 Rev.: 6963

ENH: change EMSegment Simple module to use slicer volumes rather than filenames for input and output parameters

26 lines of code changed in 2 files:

  • Modules/EMSegment/CommandLineApplication: EMSegmentCommandLine.cxx (+14 -8), EMSegmentCommandLine_GUIVersion.xml (+12 -12)
davisb 2008-06-02 15:10 Rev.: 6959

ENH: an even better warning message for global priors

5 lines of code changed in 1 file:

  • Modules/EMSegment/Wizard: vtkEMSegmentNodeParametersStep.cxx (+5 -2)
davisb 2008-06-02 15:01 Rev.: 6958

ENH: enhance warning message for invalid global priors

28 lines of code changed in 1 file:

  • Modules/EMSegment/Wizard: vtkEMSegmentNodeParametersStep.cxx (+28 -21)
davisb 2008-06-02 11:23 Rev.: 6956

ENH: right-click now allows editing of input channel weights; add some tooltip help strings

17 lines of code changed in 2 files:

  • Modules/EMSegment/Wizard: vtkEMSegmentNodeParametersStep.cxx (+15), vtkEMSegmentNodeParametersStep.h (+2)
davisb 2008-04-25 13:44 Rev.: 6551

ENH: add popup to EMSeg to warn against using images of differnt voxel types

0 lines of code changed in 3 files:

  • Modules/EMSegment: vtkEMSegmentMRMLManager.cxx (changed), vtkEMSegmentMRMLManager.h (changed)
  • Modules/EMSegment/Wizard: vtkEMSegmentRunSegmentationStep.cxx (changed)
davisb 2008-04-24 08:00 Rev.: 6535

ENH: unify EM algorithm output to std::cerr
BUG: try to fix vtkEMSegmentBuldAndRunNew... test for windows

0 lines of code changed in 23 files:

  • Modules/EMSegment/Algorithm: EMLocalAlgorithm.txx (changed), EMLocalAlgorithm_Initialization.txx (changed), EMLocalAlgorithm_MeanField.txx (changed), EMLocalAlgorithm_Miscellaneous.txx (changed), EMLocalAlgorithm_Print.txx (changed), EMLocalRegistrationCostFunction.cxx (changed), EMLocalRegistrationCostFunction.h (changed), EMLocalShapeCostFunction.cxx (changed), itkEMLocalOptimization.h (changed), vtkDataDef.cxx (changed), vtkImageEMAtlasClass.cxx (changed), vtkImageEMAtlasSegmenter.cxx (changed), vtkImageEMAtlasSuperClass.cxx (changed), vtkImageEMGeneral.cxx (changed), vtkImageEMGenericClass.cxx (changed), vtkImageEMGenericClass.h (changed), vtkImageEMLocalClass.cxx (changed), vtkImageEMLocalGenericClass.cxx (changed), vtkImageEMLocalSegmenter.cxx (changed), vtkImageEMLocalSuperClass.cxx (changed), vtkImageEMMarkov.cxx (changed), vtkImageMeanIntensityNormalization.cxx (changed), vtkSimonParameterReaderWriter.cxx (changed)
davisb 2008-04-15 09:58 Rev.: 6478

BUG: fix Mantis bug number 217:Problems changing atlas images after saving and reloading parameters

0 lines of code changed in 1 file:

  • Modules/EMSegment: vtkEMSegmentMRMLManager.cxx (changed)
davisb 2008-04-15 09:30 Rev.: 6476

ENH: less confusion for user by adding a popup warning when sibling nodes do not sum to unity

0 lines of code changed in 4 files:

  • Modules/EMSegment: vtkEMSegmentMRMLManager.cxx (changed), vtkEMSegmentMRMLManager.h (changed)
  • Modules/EMSegment/Wizard: vtkEMSegmentNodeParametersStep.cxx (changed), vtkEMSegmentNodeParametersStep.h (changed)
davisb 2008-04-13 15:04 Rev.: 6470

ENH: add extra info for EMSeg ROI warning

0 lines of code changed in 1 file:

  • Modules/EMSegment: vtkEMSegmentLogic.cxx (changed)
davisb 2008-04-04 09:49 Rev.: 6397

BUG: Fix problems with adding and removing channels in EMSegmenter, specifically bugs 179 and 181

39 lines of code changed in 26 files:

  • Modules/EMSegment: vtkEMSegmentGUI.cxx (changed), vtkEMSegmentLogic.cxx (changed), vtkEMSegmentMRMLManager.cxx (changed), vtkEMSegmentMRMLManager.h (changed)
  • Modules/EMSegment/CommandLineApplication: EMSegmentCommandLine.cxx (changed)
  • Modules/EMSegment/MRML: vtkMRMLEMSSegmenterNode.cxx (changed), vtkMRMLEMSSegmenterNode.h (changed), vtkMRMLEMSTreeParametersLeafNode.cxx (changed), vtkMRMLEMSVolumeCollectionNode.cxx (changed), vtkMRMLEMSVolumeCollectionNode.h (changed), vtkMRMLEMSWorkingDataNode.cxx (changed), vtkMRMLEMSWorkingDataNode.h (changed)
  • Modules/EMSegment/Testing: CMakeLists.txt (changed), vtkEMSegmentBuildAndRunNewSegmentatationParameters001.cxx (new), vtkEMSegmentMRMLManagerTest.cxx (changed), vtkEMSegmentPreprocessingManagerTest.cxx (changed)
  • Modules/EMSegment/Testing/TestData/MiscVolumeData: B.mhd (new 13), B.raw (new), G.mhd (new 13), G.raw (new), R.mhd (new 13), R.raw (new)
  • Modules/EMSegment/Testing/TestData/TutorialTest: EMSegmentTutorialTemplate_small.mrml (changed), EMSegmentTutorialTemplate_small_normalizationOn.mrml (changed)
  • Modules/EMSegment/Wizard: vtkEMSegmentIntensityImagesStep.cxx (changed), vtkEMSegmentStep.cxx (changed)
davisb 2008-04-03 07:35 Rev.: 6383

BUG: initialize recently added member variabiles

0 lines of code changed in 3 files:

  • Base/Logic: vtkImageBimodalAnalysis.cxx (changed)
  • Libs/MRML: vtkMRMLVolumeArchetypeStorageNode.cxx (changed)
  • Libs/vtkITK: vtkITKArchetypeImageSeriesReader.cxx (changed)
davisb 2008-03-31 13:52 Rev.: 6329

ENH: enable multithreading (for EM segmentation) by default

0 lines of code changed in 1 file:

  • Modules/EMSegment/MRML: vtkMRMLEMSGlobalParametersNode.cxx (changed)

(233 more)

Generated by StatSVN 0.5.0