Difference between revisions of "Slicer-3.6-Load-Overview"

From Slicer Wiki
Jump to: navigation, search
Line 14: Line 14:
 
=NIfTI, NRRD, Analyze and other Scalar Volume Data=
 
=NIfTI, NRRD, Analyze and other Scalar Volume Data=
 
Use the File->Add Volume... dialog to select the header file.  If there is a corresponding image file it will be selected automatically.
 
Use the File->Add Volume... dialog to select the header file.  If there is a corresponding image file it will be selected automatically.
 +
 +
==Label maps==
 +
Label maps are a special form of volume data sets, where each voxel contains an arbitrary value which has a meaning for the user. At load time you click the label box to let Slicer know that the volume is a label data set. So called "look up tables" (LUTs) associate the label values with a color and a name. Slicer comes with a large number of LUTs. In the volume module you can associate a label data set with a LUT. Slicer also allows the creation of [[Slicer3:LUTs_and_Ontologies#Lookup_tables|custom LUTs]].
  
 
=png, jpeg, tiff Image Stacks=
 
=png, jpeg, tiff Image Stacks=

Revision as of 03:19, 18 December 2010

Home < Slicer-3.6-Load-Overview
Back to Documentation 3.6

Dicom

Use the File->Add Volume... menu to bring up the volume load dialog, navigate to the top folder with your specific data, click on parse directory in the upper right and select your series in the upper right.

See here for more information about "Add Volume"

DWI Dicom

DWI data: As first step, use the DicomToNrrd module to convert your DWI data from DICOM to NRRD format.

  • Load the nrrd format data into Slicer using the File->Add Volume dialog. See here for a list of supported DWI formats.
  • Information about Nrrd DTI can be found here
  • Information about Dicom for DWI can be found here

NIfTI, NRRD, Analyze and other Scalar Volume Data

Use the File->Add Volume... dialog to select the header file. If there is a corresponding image file it will be selected automatically.

Label maps

Label maps are a special form of volume data sets, where each voxel contains an arbitrary value which has a meaning for the user. At load time you click the label box to let Slicer know that the volume is a label data set. So called "look up tables" (LUTs) associate the label values with a color and a name. Slicer comes with a large number of LUTs. In the volume module you can associate a label data set with a LUT. Slicer also allows the creation of custom LUTs.

png, jpeg, tiff Image Stacks

Use the File->Add Volume... to select one image from the sequence. Files with corresponding names will be selected automatically. For example, picking img001.png will form a volume using files img001.png, img002.png, img003.png, etc.

Note that image stacks contain no spacing information. Use the Info tab in the Volumes Module to manually enter appropriate spacings (default voxel size is 1 x 1 x 1 millimeter)

Note that color images can be viewed in slicer, but are not compatible with many of the analysis tools.

Raw Raster Data

We suggest creating a .nhdr header file that describes your data. See the nrrd format documentation for more information.