TubeTK/Design Discussions: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 26: Line 26:


= MIDAS macro =
= MIDAS macro =
The following are the key MIDAS cmake macro that will be used
The following are the main MIDAS cmake macro that will be used when adding a test
#MIDAS_ADD_TEST
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#How_to_create_a_test_that_will_download_and_use_MIDAS-hosted_data MIDAS_ADD_TEST]
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#MIDAS_TGZ_option MIDAS_TGZ ]
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#MIDAS_FETCH_ONLY_option MIDAS_FETCH ONLY]
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#MIDAS_FETCH_ONLY_option MIDAS_FETCH ONLY]
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#MIDAS_DIRECTORY_option MIDAS_DIRECTORY]
#[http://www.kitware.com/midaswiki/index.php/MIDAS%2BCTest#MIDAS_DIRECTORY_option MIDAS_DIRECTORY]

Revision as of 19:42, 27 April 2012

Introduction

Tubetk has adopted MIDAS to store testing and algorithm validation dataset.

For this purpose, we have created a dedicated tubetk MIDAS community

In the tubetk community, we have two main types of folders

  1. Input data folder: Where all input data for testing will be stored
  2. Baseline dataset folder: These are individual folders that will be used to store the baseline images for tests in each "module"/CLI application in slicer.

How to add a new tubetk test

  1. If the input data is not already in Midas,
    1. Upload the data to the "Data" folder

2) Modify cmake list files in the Testing directory to "add" unit tests to use the data from MIDAS. ( The MIDAS tests will run in parallel with the current unit tests for about a week or so. ) 3) After a week, if everything looks solid ( MIDAS server doesn't crash nor we don't run into a lot of authentication issues, we can then remove all the testing data from tubetk code base and continue using the MIDAS tests.

Any thoughts on this? we can chat about it during our 2pm stand-up meeting as well.

MIDAS macro

The following are the main MIDAS cmake macro that will be used when adding a test

  1. MIDAS_ADD_TEST
  2. MIDAS_TGZ
  3. MIDAS_FETCH ONLY
  4. MIDAS_DIRECTORY