Difference between revisions of "Documentation/Nightly/FAQ/UserInterface"

From Slicer Wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
# Choose from the menu: ''File'' / ''Add Data''
 
# Choose from the menu: ''File'' / ''Add Data''
# Click ''Choose File(s) to Add'' button and select ''any of the files'' in the sequence in the displayed dialog. Important: do not choose multiple files or the entire parent folder, just a single file of the sequence.
+
# Click ''Choose File(s) to Add'' button and select ''any of the files'' in the sequence in the displayed dialog. Important: do not choose multiple files or the entire parent folder, just a single file of the sequence. All file names must start with a common prefix followed by a frame number (img001.tif, img002.tif,...). Number of rows and columns of the image must be the same in all files.  
 
# Click on ''Show Options'' and uncheck the ''Single File'' option
 
# Click on ''Show Options'' and uncheck the ''Single File'' option
 
# Click ''OK'' to load the volume
 
# Click ''OK'' to load the volume

Revision as of 11:56, 26 May 2019

Home < Documentation < Nightly < FAQ < UserInterface


For the latest Slicer documentation, visit the read-the-docs.


UserInterface

How to overlay 2 volumes ?

  1. Load the two volumes
  2. Use the slice viewer controls to select one of the volumes as the foreground and one as the background.
  3. Change the opacity of the Foreground to your liking.
  4. If you click on the link symbol, this happens to all viewers

How to load data from a sequence of jpg, tif, or png files?

  1. Choose from the menu: File / Add Data
  2. Click Choose File(s) to Add button and select any of the files in the sequence in the displayed dialog. Important: do not choose multiple files or the entire parent folder, just a single file of the sequence. All file names must start with a common prefix followed by a frame number (img001.tif, img002.tif,...). Number of rows and columns of the image must be the same in all files.
  3. Click on Show Options and uncheck the Single File option
  4. Click OK to load the volume
  5. Go to the Volumes module
  6. Choose the loaded image as Active Volume
  7. In the Volume Information section set the correct Image Spacing and Image Origin values
  8. Most modules require grayscale image as input. The loaded color image can be converted to a grayscale image by using the Vector to scalar volume module

Note: Consumer file formats, such as jpg, png, and tiff are not well suited for 3D medical image storage due to the following serious limitations:

  • Storage is often limited to bit depth of 8 bits per channel: this causes significant data loss, especially for CT images.
  • No standard way of storing essential metadata: slice spacing, image position, orientation, etc. must be guessed by the user and provided to the software that imports the images. If the information is not entered correctly then the images may appear distorted and measurements on the images may provide incorrect results.
  • No standard way of indicating slice order: data may be easily get corrupted due to incorrectly ordered or missing frames.