Difference between revisions of "2009 Winter Project Week Command Line Program Testing"

From NAMIC Wiki
Jump to: navigation, search
Line 61: Line 61:
 
BSplineDeformableRegistration
 
BSplineDeformableRegistration
 
|
 
|
None
+
Smoke
 
|
 
|
 +
--resampledmovingfilename  ${TEMP}/BSplineDeformableRegistrationTest00.nhdr
 +
--outputtransform ${TEMP}/BSplineDeformableRegistrationTest00Transform.txt
 +
--default 0
 +
--maximumDeformation 1.0
 +
--constrain
 +
--spatialsamples 10000
 +
--histogrambins 32
 +
--gridSize 5
 +
--iterations 50
 +
${TEST_DATA}/CTHeadAxial.nhdr
 +
${TEST_DATA}/CTHeadAxial.nhdr
 
|-
 
|-
 
|
 
|
Line 195: Line 206:
 
LinearRegistration
 
LinearRegistration
 
|
 
|
None
+
Smoke
 
|
 
|
 +
--resampledmovingfilename  ${TEMP}/LinearRegistrationTest00.nhdr
 +
--outputtransform ${TEMP}/LinearRegistrationTest00Transform.txt
 +
--initialtransform ${TEST_DATA}/itkAffineTransform00.txt
 +
--spatialsamples 10000
 +
--histogrambins 32
 +
--iterations 50
 +
--learningrate 0.01
 +
--translationscale 100
 +
${TEST_DATA}/CTHeadAxial.nhdr
 +
${TEST_DATA}/CTHeadAxial.nhdr
 
|-
 
|-
 
|
 
|
Line 279: Line 300:
 
TestGridTransformRegistration
 
TestGridTransformRegistration
 
|
 
|
None
+
Smoke
 
|
 
|
 +
--gridSize 5 --outputtransform ${TEMP}/TestGridTransformRegistrationTest00Transform.txt ${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxial.nhdr
 
|-
 
|-
 
|
 
|

Revision as of 16:54, 22 December 2008

Home < 2009 Winter Project Week Command Line Program Testing



Key Investigators

  • Bill Lorensen (His Basement)

Objective

There is NA-MIC funded infrastructure in place to regression test the command line programs found in Applications/CLI. Surprisingly, of the over 50 command line programs in the current Slicer3 distribution, only 11 have tests. This project will illustrate the importance of testing and show how easy it is to create tests for command line programs using the existing infrastructure. The project will document the process, create tests and help others to create tests.

Approach, Plan

Using the existing infrastructure, the project will create regression tests for many of the existing command line programs in Applications/CLI. The project will provide expert assistance to those who feel that creating a test is difficult. A Wiki page will provide step-by-step procedures to test the command line programs.

Progress

There is really no excuse for the lack of testing in Applications/CLI. The infrastructure that has been in place for a few years makes it almost painless to test command line programs. Better documentation and peer pressure will help improve the situation.


Working Notes

Program Test Type Command Line

Add

Regression

${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxial.nhdr ${TEMP}/AddTest.nhdr

AffineRegistration

None

BSplineDeformableRegistration

Smoke

--resampledmovingfilename ${TEMP}/BSplineDeformableRegistrationTest00.nhdr --outputtransform ${TEMP}/BSplineDeformableRegistrationTest00Transform.txt --default 0 --maximumDeformation 1.0 --constrain --spatialsamples 10000 --histogrambins 32 --gridSize 5 --iterations 50 ${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxial.nhdr

CheckerBoard

Regression

--checkerPattern 5,3,2 ${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxialDoubled.nhdr ${TEMP}/CheckerBoardTest.nhdr

ConfidenceConnected

None

CurvatureAnisotropicDiffusion

None

DicomToNrrdConverter

None

DiffusionTensorEstimation

None

DiffusionTensorMathematics

None

DiffusionTensorTest

None

DiffusionWeightedTest

None

DWIDicomLoad

None

ExecutionModelTour

None

ExtractSkeleton/ExtractSkeleton

None

FreesurferSurfaceSectionExtraction

None

GaussianBlurImageFilter

Regression

--sigma 2.5 ${TEST_DATA}/CTHeadAxial.nhdr ${TEMP}/GaussianBlurImageFilterTest.nhdr

GradientAnisotropicDiffusion

None

GrayscaleFillHoleImageFilter

None

GrayscaleGrindPeakImageFilter

None

GrayscaleModelMaker

None

HistogramMatching

None

ImageLabelCombine

None

ImageReadDicomWrite

None

LabelMapSmoothing

None

LinearRegistration

Smoke

--resampledmovingfilename ${TEMP}/LinearRegistrationTest00.nhdr --outputtransform ${TEMP}/LinearRegistrationTest00Transform.txt --initialtransform ${TEST_DATA}/itkAffineTransform00.txt --spatialsamples 10000 --histogrambins 32 --iterations 50 --learningrate 0.01 --translationscale 100 ${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxial.nhdr

MedianImageFilter

Regression

--neighborhood 1,2,3 ${TEST_DATA}/CTHeadAxial.nhdr ${TEMP}/MedianImageFilterTest.nhdr

ModelMaker

None

MultipleModelsExample

None

OrientImage

Regression

--orientation Axial ${MRML_DATA}/fixed.nrrd ${TEMP}/OrientImageTestAxial.nrrd
--orientation Coronal ${MRML_DATA}/fixed.nrrd ${TEMP}/OrientImageTestCoronal.nrrd
--orientation Sagittal ${MRML_DATA}/fixed.nrrd ${TEMP}/OrientImageTestSagittal.nrrd

OtsuThresholdImageFilter

None

OtsuThresholdSegmentation

None

ProbeVolumeWithModel

None

Realign/Realign

None

ResampleVolume2

None

ResampleVolume

None

RigidRegistration

None

Subtract

None

TestGridTransformRegistration

Smoke

--gridSize 5 --outputtransform ${TEMP}/TestGridTransformRegistrationTest00Transform.txt ${TEST_DATA}/CTHeadAxial.nhdr ${TEST_DATA}/CTHeadAxial.nhdr

VotingBinaryHoleFillingImageFilter

None

ZeroCrossingBasedEdgeDetectionImageFilter.xml

None