include_directories( ${BRAINSTools_SOURCE_DIR}/BRAINSABC/brainseg ${BRAINSTools_SOURCE_DIR}/BRAINSABC/common ${BRAINSTools_BINARY_DIR}/BRAINSABC/brainseg ) configure_file( BRAINSABCSmallExtendedAtlasDefinition.xml.in ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallExtendedAtlasDefinition.xml @ONLY IMMEDIATE) #add_executable(TestLinearRegressionTesting TestLinearRegresionInstensityMatching.cxx) #target_link_libraries(TestLinearRegressionTesting BRAINSCommonLib ) #set_target_properties(TestLinearRegressionTesting PROPERTIES FOLDER ${MODULE_FOLDER}) MakeTestDriverFromSEMTool(BRAINSABC BRAINSABCTest.cxx) add_dependencies(BRAINSABCTestDriver InstallReferenceAtlas) ## Needed to ensure data is installed ExternalData_add_test( ${BRAINSTools_ExternalData_DATA_MANAGEMENT_TARGET} NAME BRAINSABCSmallTest COMMAND ${LAUNCH_EXE} $ --compare DATA{${TestData_DIR}/BRAINSABCSmallLabels.nii.gz} ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallLabels.test.nii.gz --compareIntensityTolerance 1 --compareRadiusTolerance 1 --compareNumberOfPixelsTolerance 10000 BRAINSABCTest --atlasDefinition ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallExtendedAtlasDefinition.xml --atlasToSubjectInitialTransform DATA{${TestData_DIR}/BRAINSABCSmall_atlas_to_subject_transform.h5} --atlasToSubjectTransform BRAINSABCSmall_atlas_to_subject_transform.h5 --atlasToSubjectTransformType Affine --debuglevel 0 --filterIteration 0 --filterMethod GradientAnisotropicDiffusion --gridSize 10,10,10 --inputVolumeTypes T1,T2 --inputVolumes DATA{${TestData_DIR}/affine_t1.nrrd} --inputVolumes DATA{${TestData_DIR}/affine_t2.nrrd} --interpolationMode Linear --maxBiasDegree 4 --maxIterations 1 --outputDir ./ --outputDirtyLabels ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallvolume_label_seg.nii.gz --outputFormat NIFTI --outputLabels ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallLabels.test.nii.gz --outputVolumes ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallT1_1.nii.gz --outputVolumes ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallT2_1.nii.gz --posteriorTemplate ${CMAKE_CURRENT_BINARY_DIR}/BRAINSABCSmallPOST_%s.nii.gz --purePlugsThreshold 0.2 ) #if( ${BRAINSTools_MAX_TEST_LEVEL} GREATER 5) #These test takes way to long to run all the time #ExternalData_add_test( ${BRAINSTools_ExternalData_DATA_MANAGEMENT_TARGET} NAME BRAINSABCLongTest # COMMAND ${LAUNCH_EXE} $ # --compare DATA{${TestData_DIR}/labels.nii.gz} # ${CMAKE_CURRENT_BINARY_DIR}/labels.nii.gz # --compareIntensityTolerance 1 # --compareRadiusTolerance 1 # --compareNumberOfPixelsTolerance 10000 # BRAINSABCTest # --inputVolumes DATA{${TestData_DIR}/small_ISO_T1_REP0.nii.gz} # --inputVolumes DATA{${TestData_DIR}/small_ISO_T2_REP0.nii.gz} # --outputVolumes ${CMAKE_CURRENT_BINARY_DIR}/T1_cleaned.nii.gz,${CMAKE_CURRENT_BINARY_DIR}/T2_cleaned.nii.gz # --outputLabels ${CMAKE_CURRENT_BINARY_DIR}/labels.nii.gz # --outputDirtyLabels ${CMAKE_CURRENT_BINARY_DIR}/dirty_labels.nii.gz # --posteriorTemplate ${CMAKE_CURRENT_BINARY_DIR}/POST_%s.nii.gz # --inputVolumeTypes T1,T2 # --filterIteration 3 # --maxIterations 2 # --maxBiasDegree 2 # --debuglevel 0 # --outputFormat NIFTI # --outputDir ${CMAKE_CURRENT_BINARY_DIR} # --gridSize 5,3,4 # --atlasDefinition ${ATLAS_INSTALL_DIRECTORY}/ExtendedAtlasDefinition.xml # ) #ExternalData_add_test( ${BRAINSTools_ExternalData_DATA_MANAGEMENT_TARGET} NAME BRAINSABCLongTest2 # COMMAND ${LAUNCH_EXE} $ # --compare DATA{${TestData_DIR}/labels.nii.gz} # ${CMAKE_CURRENT_BINARY_DIR}/labels.nii.gz # --compareIntensityTolerance 1 # --compareRadiusTolerance 1 # --compareNumberOfPixelsTolerance 10000 # BRAINSABCTest # --inputVolumes DATA{${TestData_DIR}/small_ISO_T1_REP0.nii.gz} # --inputVolumes DATA{${TestData_DIR}/small_ISO_T1_REP0.nii.gz} # --inputVolumes DATA{${TestData_DIR}/small_ISO_T2_REP0.nii.gz} # --inputVolumes DATA{${TestData_DIR}/small_ISO_T2_REP0.nii.gz} # --outputVolumes ${CMAKE_CURRENT_BINARY_DIR}/T1_cleaned.nii.gz,${CMAKE_CURRENT_BINARY_DIR}/T1_cleaned2.nii.gz,${CMAKE_CURRENT_BINARY_DIR}/T2_cleaned.nii.gz,${CMAKE_CURRENT_BINARY_DIR}/T2_cleaned2.nii.gz # --outputLabels ${CMAKE_CURRENT_BINARY_DIR}/labels.nii.gz # --outputDirtyLabels ${CMAKE_CURRENT_BINARY_DIR}/dirty_labels.nii.gz # --posteriorTemplate ${CMAKE_CURRENT_BINARY_DIR}/POST_%s.nii.gz # --inputVolumeTypes T1,T1,T2,T2 # --filterIteration 3 # --maxIterations 2 # --maxBiasDegree 2 # --debuglevel 0 # --outputFormat NIFTI # --outputDir ${CMAKE_CURRENT_BINARY_DIR} # --gridSize 5,3,4 # --atlasDefinition ${ATLAS_INSTALL_DIRECTORY}/ExtendedAtlasDefinition.xml # ) #set_tests_properties(BRAINSABCLongTest PROPERTIES TIMEOUT 6500) #endif() # #if( ${BRAINSTools_MAX_TEST_LEVEL} GREATER 8) # This should be restored after fixing. # add_executable(BlendImageFilterTest BlendImageFilterTest.cxx) # target_link_libraries(BlendImageFilterTest ${BRAINSABC_ITK_LIBRARIES}) # set_target_properties(BlendImageFilterTest PROPERTIES FOLDER ${MODULE_FOLDER}) # ExternalData_add_test( ${BRAINSTools_ExternalData_DATA_MANAGEMENT_TARGET} NAME BlendImageFilterTest COMMAND ${LAUNCH_EXE} $ ) #endif()