Difference between revisions of "Documentation/Nightly/Modules/SampleData"
From Slicer Wiki
m (Text replacement - "https?:\/\/(?:www|wiki)\.slicer\.org\/slicerWiki\/index\.php\/([^ ]+) " to "https://www.slicer.org/wiki/$1 ") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | + | Provides an easy to download a variety of anonymized datasets (Mr, CT, ...) for learning and testing in Slicer. Because the datasets are hosted in a remote repository, a network connection is required to access them. | |
[[image:Selection 153.png|Sample Data Module]] | [[image:Selection 153.png|Sample Data Module]] | ||
Line 43: | Line 43: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | * The DICOM module can be used to | + | * The DICOM module can be used to access sample data on DICOM servers. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 52: | Line 52: | ||
This module is written in python, and relies on MRML's ability to access datasets via the http protocol. | This module is written in python, and relies on MRML's ability to access datasets via the http protocol. | ||
− | The sample data is accessed from the wiki at this url: | + | The sample data is accessed from the wiki at this url: https://www.slicer.org/wiki/SampleData |
− | |||
− | |||
Modules can register their own sample data by following [https://github.com/Slicer/Slicer/blob/master-43/Modules/Scripted/SampleData/SampleData.py#L163-182 the example in the module]. | Modules can register their own sample data by following [https://github.com/Slicer/Slicer/blob/master-43/Modules/Scripted/SampleData/SampleData.py#L163-182 the example in the module]. | ||
Latest revision as of 13:21, 27 November 2019
Home < Documentation < Nightly < Modules < SampleData
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
| |||||||
|
Module Description
Provides an easy to download a variety of anonymized datasets (Mr, CT, ...) for learning and testing in Slicer. Because the datasets are hosted in a remote repository, a network connection is required to access them.
Use Cases
Examples:
- Use Case 1: Download an MR Volume to experimenting with the EMSegmenter.
- Use Case 2: Download a CT Volume for use with the Volume Rendering Module.
- Use Case 3: Download a DTI Volume for use with Tractography.
Tutorials
- Tutorial about loading and viewing data.
Panels and their use
This interface consists of a series of buttons for various download volumes. Status about downloads is displayed below the buttons.
Similar Modules
- The DICOM module can be used to access sample data on DICOM servers.
References
N/A
Information for Developers
This module is written in python, and relies on MRML's ability to access datasets via the http protocol.
The sample data is accessed from the wiki at this url: https://www.slicer.org/wiki/SampleData Modules can register their own sample data by following the example in the module.
Section under construction. |