Difference between revisions of "Documentation/Nightly/Developers/Tutorials/UploadTestData"
From Slicer Wiki
m (→Introduction) |
m (→Introduction) |
||
| Line 26: | Line 26: | ||
where | where | ||
| − | * <NameOfYourModule>: name of the folder in the source repository, it should also match the module pages created on the slicer wiki. | + | * <code><NameOfYourModule></code>: name of the folder in the source repository, it should also match the module pages created on the slicer wiki. |
* <code>Input</code>: Used to store testing input data. | * <code>Input</code>: Used to store testing input data. | ||
* <code>Baseline</code>: Used to store the baseline images for regression tests. | * <code>Baseline</code>: Used to store the baseline images for regression tests. | ||
Revision as of 14:36, 7 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:
To organize the test data based on Slicer major release, you will find sub folders like:
Nightly4.24.3
Test data are expected to be stored in folders like:
Data/Application/Nightly/Testing/BaselineData/Application/Nightly/Testing/InputData/Modules/<NameOfYourModule>/Nightly/Testing/BaselineData/Modules/<NameOfYourModule>/Nightly/Testing/Input
Data/Application/X.Y/Testing/BaselineData/Application/X.Y/Testing/InputData/Modules/<NameOfYourModule>/X.Y/Testing/BaselineData/Modules/<NameOfYourModule>/X.Y/Testing/Input
where
<NameOfYourModule>: name of the folder in the source repository, it should also match the module pages created on the slicer wiki.Input: Used to store testing input data.Baseline: Used to store the baseline images for regression tests.
Each time a release of Slicer is done, for both the Application and Modules/<NameOfYourModule> 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.
Upload test data
- Send an email on the developer list asking to be added to the
DataManagergroup on NA-MIC community. That will grant you read/write permissions to theDatafolder and sub-folders. - Create a sub folder for your Module.
- Create a
Nightlysub-folder. - Upload data in folders
Nightly/Testing/BaselineandNightly/Testing/Input