Difference between revisions of "Projects:SlicerFAQ"

From NAMIC Wiki
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
*How do I fix an wrong orientation of a loaded image volume?  / My image appears upside down / facing the wrong way / I have incorrect/missing axis orientation
+
= Image Loading & Viewing =
**Slicer presents and interacts with images in '''physical'' space, which differs from the way the image is stored by a separate ''transform'' that defines how large the voxels are and how the image is oriented in space, e.g. which side is left or right.  This information is stored in the image header, and different image file formats have different ways of storing this information. If Slicer supports the image format, it should read the information in the header and display the image correctly. If the image appears upside down or with distorted aspect ratio etc, then the image header information is either missing or incorrect. You can correct the voxel dimensions and the image origin in the Info tab of the ''Volumes'' module, and you can reorient images via the ''Transforms'' module. Reorientation however will work only if the incorrect orientation involves rotation or translation. If axes are flipped (e.g. if left & right are flipped because the x-axis direction is defined incorrectly), then there is no tool in Slicer to alter that. This is by design; Slicer does not want to offer tools to (inadvertedly) manipulate image information that should be static and could lead to misrepresented image data. However fixing incorrect orientations such as flipped axes is not that hard and can be done with the help of Slicer:
+
*[[Projects:SlicerFAQ:ImageOrientationFix|How do I fix a wrong image orientation?  / My image appears upside down / facing the wrong way / I have incorrect/missing axis orientation]]
:1.load the image into slicer (Load Volume, Add Data,Load Scene..)
+
*what do the coordinate labels R,A,S and (negative numbers) mean?
:2.save the image back out as ''.nhdr'' format.
+
*[[Projects:SlicerFAQ:VoxelSizeFix|How do I fix incorrect voxel size / aspect ratio of a loaded image volume?]]
:3.open the ''.nhdr'' with a text editor of your choice. You should see a line that looks like this:
 
  space: left-posterior-superior
 
  sizes: 448 448 128
 
  space directions: (0.5,0,0) (0,0.5,0) (0,0,0.8)
 
:4.the three brackets ( ) represent the coordinate axes as defined in the ''space'' line above, i.e. the first one is left-right, the second anterior-posterior, and the last inferior-superior. To flip an axis place a minus sign in front of the respective number, which is the voxel dimension. E.g. to flip left-right, change the line to
 
 
 
 
 
  
*what do the coordinate labels R,A,S and (negative numbers) mean?
+
= Registration =
*Loaded images are very far apart
+
*[[Projects:SlicerFAQ:ImageCenter|two images are very far apart / do not overlap]]
*How do I fix incorrect voxel size / aspect ratio of a loaded image volume?
+
*[[Projects:SlicerFAQ:DWI_Registration|How do I register a DWI image dataset to a structural reference scan?  (''Cookbook'')]]
*How do I register a DWI image dataset to a structural reference scan? -> (''Cookbook'')
+
*[[Projects:SlicerFAQ:RegistrationAdjust|Can I manually adjust or correct a registration?]]
*Can I manually adjust a registration?  
+
*[[Projects:SlicerFAQ:RegistrationMethods|What's the difference between the various registration methods listed in Slicer?]]
*What's the difference between the various registration methods listed in Slicer?
+
*[[Projects:SlicerFAQ:RegistrationMasking|What's the purpose of masking / VOI in registration?]]
*What's the purpose of masking / VOI in registration?
+
*[[Projects:SlicerFAQ:RegistrationError|Registration failed with an error. What should I try next?]]
*Registration failed with an error. What should I try next?
+
*[[Projects:SlicerFAQ:RegistrationRerun|Registration result is wrong or worse than before?]]
*Registration result is wrong or worse than before?
+
*[[Projects:SlicerFAQ:SamplePoints|How many sample points should I choose for my registration?]]
*I want to register two images with different intensity/contrast
+
*[[Projects:SlicerFAQ:RegistrationContrast|I want to register two images with different intensity/contrast.]]
*how important is bias field correction / intensity inhomogeneity correction?
+
*How important is bias field correction / intensity inhomogeneity correction?
*what is the purpose of masking?
+
*Have the Slicer registration methods been validated?
 +
*I want to register many image pairs of the same type. Can I use Slicer registration in batch mode?
 +
*How can I save the parameter settings I have selected for later use or sharing?
 +
*Registration is too slow. How can I speed up my registration?
 +
*Registration results are inconsistent and don't work on some image pairs. Are there ways to make registration more robust?
 +
*One of my images has a clipped field of view. Can I still use automated registration?
 +
*I ran a registration but cannot see the result. How do I visualize the result transform?
 +
*What's the difference between Rigid and Affine registration?
 +
*What's the difference between Affine and BSpline registration?
 +
*The nonrigid (BSpline) registration transform does not seem to be nonrigid or does not show up correctly.
 +
*Can I combine multiple registrations?
 +
*Can I combine image and surface registration?
 +
*What's the difference between BRAINSfit and BRAINSDemonWarp?
 +
*Is the BRAINSfit registration for brain images only?
 +
*What's the difference between ''Fast Rigid'' and ''Linear Registration''?
 +
*Which registration methods offer non-rigid transforms?
 +
*Which registration methods offer masking?

Latest revision as of 14:19, 17 November 2010

Home < Projects:SlicerFAQ

Image Loading & Viewing

Registration