Difference between revisions of "Documentation/Nightly/SlicerApplication/SupportedDataFormat"
From Slicer Wiki
Line 12: | Line 12: | ||
!Module | !Module | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Scenes | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Scenes |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Data|Data]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Data|Data]] |
|- | |- | ||
| MRML (Medical Reality Markup Language File) | | MRML (Medical Reality Markup Language File) | ||
Line 45: | Line 45: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Raster Images<br><small>''this includes 2D and 3D images, and more complicated types such as DWI or DTI''</small> | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Raster Images<br><small>''this includes 2D and 3D images, and more complicated types such as DWI or DTI''</small> |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] |
|- | |- | ||
| [http://medical.nema.org/ DICOM] | | [http://medical.nema.org/ DICOM] | ||
Line 150: | Line 150: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Models | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Models |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Models|Models]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Models|Models]] |
|- | |- | ||
| [http://www.vtk.org/VTK/img/file-formats.pdf VTK Polygonal Data] | | [http://www.vtk.org/VTK/img/file-formats.pdf VTK Polygonal Data] | ||
Line 189: | Line 189: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Fiducials | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Fiducials |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Markups|Markups]] |
|- | |- | ||
| CSV | | CSV | ||
Line 204: | Line 204: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"|Rulers | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"|Rulers |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] |
|- | |- | ||
| CSV | | CSV | ||
Line 219: | Line 219: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Transforms | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Transforms |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] |
|- | |- | ||
| [http://www.itk.org/ItkSoftwareGuide.pdf Transform] | | [http://www.itk.org/ItkSoftwareGuide.pdf Transform] | ||
Line 234: | Line 234: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Transfer Functions | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Transfer Functions |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] |
|- | |- | ||
| Volume Rendering properties | | Volume Rendering properties | ||
Line 249: | Line 249: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Lookup tables | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Lookup tables |
− | ! scope="col"| [[Documentation/{{documentation/version}}/Modules/Colors|Colors]] | + | ! scope="col" style="border-top: 1px solid grey;"| [[Documentation/{{documentation/version}}/Modules/Colors|Colors]] |
|- | |- | ||
| [[Documentation/{{documentation/version}}/Modules/Colors#File_format|Text]] | | [[Documentation/{{documentation/version}}/Modules/Colors#File_format|Text]] | ||
Line 258: | Line 258: | ||
| | | | ||
|- | |- | ||
− | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;"| Double Arrays | + | ! scope="col" colspan="4" style="border-bottom: 1px solid grey;border-top: 1px solid grey;"| Double Arrays |
− | ! | + | ! scope="col" style="border-top: 1px solid grey;"| |
|- | |- | ||
| CSV | | CSV |
Revision as of 23:51, 12 May 2014
Home < Documentation < Nightly < SlicerApplication < SupportedDataFormat
For the latest Slicer documentation, visit the read-the-docs. |
File formats supported by Slicer Nightly
Format | File Name Extensions | Read | Write | Module |
---|---|---|---|---|
Scenes | Data | |||
MRML (Medical Reality Markup Language File) | .mrml | yes | yes | MRML file is a xml-formatted text file with scene metadata and pointers to externally stored data files. Data Model |
MRB (Medical Reality Bundle) | .mrb, .zip | yes | yes (.mrb extension only) | MRB is a binary format encapsulating all scene data (bulk data and metadata). Internally it uses zip format. Any .zip file that contains a self-contained data tree including a .mrml file can be opened. |
Slicer 2 Scene | .xml | yes | no | xml-formatted text file with scene metadata and pointers to externally stored data files. |
Data collections in XNAT Catalog format (".xcat") or XNAT Archive format (".xar") | .xcat | yes | no | |
Data collections in XNAT Archive format (".xar") | .xar | yes | no | |
Raster Images this includes 2D and 3D images, and more complicated types such as DWI or DTI |
Volumes | |||
DICOM | .dcm ... | yes[1] | no[2] | DICOM, DICOMToNRRDConverter, CreateDICOMSeries, Reporting extension |
NRRD | .nrrd, .nhdr | yes | yes | |
MetaImage | .mhd, .mha | yes | yes | |
VTK | .vtk | yes | yes | |
Analyze | .hdr, .img, .img.gz | yes | yes | |
NifTI | .nia, .nii, .nii.gz | yes | yes | |
BMP | .bmp | yes | yes | |
BioRad | .pic | yes | yes | |
Brains2 | .mask | yes | yes | |
GIPL | .gipl .gipl.gz | yes | yes | |
JPEG | .jpg, .jpeg | yes | yes | |
LSM | .lsm | yes | yes | |
PNG | .png | yes | yes | |
Stimulate | .spr | yes | yes | |
TIFF | .tif, .tiff | yes | yes | |
MGH-NMR | .mgz | yes | yes | |
MRC Electron Density | .mrc, .rec | yes | yes | |
Models | Models | |||
VTK Polygonal Data | .vtk | yes | yes | |
VTK XML Polygonal Data | .vtp | yes | yes | |
STL | .stl | yes | yes | |
OBJ | .obj | yes | no | |
Freesurfer | .orig, .inflated, .sphere, .white, .smoothwm, .pial | yes | no | |
Others (to be tested) | .g, .byu | yes | no | |
Fiducials | Markups | |||
CSV | .fcsv | yes | yes | |
Text | .txt | yes | yes | |
Rulers | Annotations | |||
CSV | .acsv | yes | yes | |
Text | .txt | yes | yes | |
Transforms | Transforms | |||
Transform | .tfm, .mat | yes | yes | |
Text | .txt | yes | yes | |
Transfer Functions | Volume Rendering | |||
Volume Rendering properties | .vp | yes | yes | |
Text | .txt | yes | yes | |
Lookup tables | Colors | |||
Text | .txt, .ctbl | yes | yes | |
Double Arrays | ||||
CSV | .mcsv | yes | yes | |
Text | .txt | yes | yes |
- ↑ For a number of dMRI formats we recommend use of the DICOM to NRRD converter before loading the data into Slicer.
- ↑ Limited support for writing image volumes in DICOM format is provided by the Create DICOM Series module. Support of writing DICOM Segmentation Objects is provided by the Reporting extension