Difference between revisions of "Documentation/Nightly/Developers/Tutorials/UploadTestData"
From Slicer Wiki
m (Created page with '= Introduction = Slicer has adopted [http://slicer.kitware.com/midas3 MIDAS] to store testing and algorithm validation dataset. For this purpose, we have created a dedicated [ht…') |
m |
||
Line 13: | Line 13: | ||
{{note}} Each time a release of Slicer is done, for both the <code>Application</code> and <code>Modules/<ModuleName><code> folders, the current <code>Nightly</code> is copied into an <code>X.Y</code> folders where X and Y corresponds to the major and minor release number of Slicer. | {{note}} Each time a release of Slicer is done, for both the <code>Application</code> and <code>Modules/<ModuleName><code> folders, the current <code>Nightly</code> is copied into an <code>X.Y</code> folders where X and Y corresponds to the major and minor release number of Slicer. | ||
− | Test data are expected to be stored in folders | + | Test data are expected to be stored in folders like: |
* Nightly/Testing/Baseline | * Nightly/Testing/Baseline | ||
Line 22: | Line 22: | ||
#'''Input data folder''': Used to store testing input data. | #'''Input data folder''': Used to store testing input data. | ||
#'''Baseline dataset folder''': Used to store the baseline images for regression tests. | #'''Baseline dataset folder''': Used to store the baseline images for regression tests. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:49, 5 November 2012
Home < Documentation < Nightly < Developers < Tutorials < UploadTestDataIntroduction
Slicer has adopted MIDAS to store testing and algorithm validation dataset. For this purpose, we have created a dedicated NA-MIC MIDAS community
In the NA-MIC community Slicer/Data
folder, you will find:
- Application
- Modules
To organize the test data based on Slicer major release, you will find sub folders like:
Nightly
4.2
.
Each time a release of Slicer is done, for both the Application
and Modules/<ModuleName>
folders, the current
Nightly
is copied into an X.Y
folders where X and Y corresponds to the major and minor release number of Slicer.
Test data are expected to be stored in folders like:
- Nightly/Testing/Baseline
- Nightly/Testing/Input
- X.Y/Testing/Baseline
- X.Y/Testing/Input
- Input data folder: Used to store testing input data.
- Baseline dataset folder: Used to store the baseline images for regression tests.