Documentation/Nightly/FAQ/Viewing and Resampling

From Slicer Wiki
Revision as of 21:01, 24 June 2013 by Pieper (talk | contribs) (Created page with '='''User FAQ: {{{1}}}'''= </includeonly> ==What coordinate systems does Slicer use?== See this documentation of Slicer coordinate systems. ==How can I u…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < Nightly < FAQ < Viewing and Resampling

User FAQ: {{{1}}}

</includeonly>

What coordinate systems does Slicer use?

See this documentation of Slicer coordinate systems.

How can I use the reformat widget view to resample my images?

red = getNodes('vtkMRMLSliceNode*')['Red'] t = slicer.vtkMRMLLinearTransformNode() t.SetAndObserveMatrixTransformToParent(red.GetSliceToRAS())


Then invert “t” and put my original volume under “t”.