[Insight-developers] Testing data procedure for mhd/raw files

Brad King brad.king at kitware.com
Mon Jul 25 18:16:05 EDT 2011


On 07/19/2011 09:10 AM, David Doria wrote:
> Following this page:
> http://www.vtk.org/Wiki/ITK/Git/Develop/Data

Those instructions contain several links to the ExternalData module:

  http://itk.org/gitweb?p=ITK.git;a=blob;f=CMake/ExternalData.cmake;hb=HEAD

The comments in the module describe how to reference associated files.

> It looks like only files specified in the CMakeLists.txt will
> be properly added to the testing data repository as a .md5
> file. What about the case when your test outputs a .mhd/raw
> pair to be compared to a baseline .mhd/raw pair? Only the mhd
> file is specified in the CMakeLists.txt, so the .raw file would
> never be linked and pushed, right? What is the procedure in
> this case?

DATA{SomeDir/MyData.mhd,MyData.raw}

-Brad


More information about the Insight-developers mailing list