Data Loading & 3D Visualization

Size: px
Start display at page:

Download "Data Loading & 3D Visualization"

Transcription

1 Neuroimage Analysis Center Data Loading & 3D Visualization Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School Leonardo da Vinci ( ), Virgin and Child Alte Pinakothek, München

2 Slicer3 An end-user application for image analysis An open-source environment for software development A software platform that is both easy to use for clinical researchers and easy to extend for programmers

3 Slicer3 Slicer3 is a multi-platform software that is developed and maintained on: Windows XP Linux x86_64 Linux x86 Mac OSX Darwin x86-intel

4 3D Visualization dataset This course is built upon three datasets of a single healthy subject brain: MR DICOM GRASS MR Nrrd SPGR Pre-computed Label Map

5 Learning objective Following this tutorial, you ll be able to load and visualize volumes within Slicer3, and to interact in 3D with structural images and models.

6 Start Slicer3 Linux/Mac users Launch the Slicer3 executable located in the Slicer3.6 directory Windows users Select Start All Programs Slicer Slicer3

7 Slicer Welcome The SlicerWelcome module is the module displayed by default. This module gives an overview of the GUI of Slicer3, and data loading & saving functionalities.

8 The Graphical User Interface (GUI) of Slicer3.6 integrates 8 main components: the File Menu the Menu Toolbar the Module GUI Panel the 3D Viewer the Slice Viewer the Slice Controller the 3D View Controller File Menu Module GUI Panel Slice Controller 3DView Controller Slicer3 GUI Menu Toolbar 3DViewer Slice Viewer Progress and Error Log

9 Overview Part 1. Loading and visualizing multiple volumes simultaneously Part 3. Visualizing 3D reconstructions of anatomical surfaces Part 2. Loading and visualizing segmented structures overlaid on grayscale images Part 4. The lightbox viewer Part 5. Saving data

10 Data Representation j k i The result of a volumetric acquisition is a 3D volume of data related to the patient. The 3D raster dataset is sampled on a discrete grid with elements called voxels which contain the signal intensity.

11 Part 1: Loading and visualizing multiple volumes simultaneously

12 Select File Add Volume from the file menu. Loading Volumes

13 Loading Volumes Browse to the location of the Slicer3VisualizationDataset directory

14 Loading Volumes Select the file 001.dcm in the /dicom directory

15 Loading Volumes Slicer displays the Dicom header information of the images. Browse through the Dicom information panel to display the dimensions of the images.

16 Loading Volumes Image dimensions: Rows = 256, Columns = 256

17 Loading Volumes Click on Apply to load the Dicom volume in Slicer.

18 Loading Volumes The Dicom images appear in the Background display of the 2DViewer.

19 Loading Volumes Left click on the menu Modules and select All Modules to display the list of 95 modules available for image analysis and 3D visualization. Select the module Volumes

20 Loading Volumes The panel of the module Volumes appears in the interface. Click on the panel Display

21 Loading Volumes Use the Window/Level slider to adjust the display of the MR images.

22 Loading Volumes Select File Add Volume

23 Loading Volumes Browse to find the header file of the spgr volume spgr.nhdr located in the directory Slicer3VisualizationDataset/nrrd and click on Open.

24 Loading Volumes Select Image Origin Centered and click on Apply to load the volume spgr.nhdr

25 Loading Volumes The spgr volume appears in the Background display of the 2D Viewer.

26 Exploring the data Click on the choose view icon

27 Exploring the data Select the red slice only layout from the menu

28 Exploring the data The axial slices of the spgr volume appear in the 3D viewer. Click on the icon slices fit to window to adjust the dimensions of the image to the size of the window.

29 To simultaneously view the dicom and the nrrd volumes, left click on the drop-down menu to the right of the Foreground icon and select the image 001.dcm Exploring the data

30 Click on the Background icon or the Foreground icon to display the spgr or the DICOM volumes in the Viewer Exploring the data

31 Exploring the data Browse the images using the slider to display the ventricles (~slice 38)

32 Exploring the data Click on the conventional layout icon to come back to the standard view

33 Loading Volumes Click on the icon slices fit to window to adjust the dimensions of the image to the size of the window.

34 Part 2: Loading and visualizing segmented structures overlaid on grayscale images

35 Label map Image segmentation is the extraction of structural information of particular interest from surrounding image. Each pixel is assigned a specific label value which corresponds to the anatomical structure that it belongs to. The three-dimensional result of the segmentation is a binary array called a label map.

36 Click on Select Volume File Loading a label map

37 Loading a label map Browse to find the header file all.nhdr of the label map dataset located in the directory Slicer3VisualizationDataset/nrrd and click on Open

38 Visualizing a label map Set Image Origin to Centered Check the Label Map box and click on Apply

39 Slicer displays the label map all in the Label layer Visualizing a label map Click on the links icon.

40 Visualizing Multiple Volumes Label Viewer Left click the dropdown menu to the right of the L icon and select None

41 Visualizing Multiple Volumes Foreground Viewer Left click on the dropdown menu to the right of the F icon and select the volume all

42 Visualizing Multiple Volumes Select Manipulate Slice Views Use the slider to fade between the labelmap all (Foreground) and the spgr volume (Background).

43 3D Visualization Select the module Data in the module menu

44 3D Visualization The Data module displays the volumes loaded in the current Slicer Scene.

45 3D Visualization The Load & Add Scene tab displays the different data types that can be added to the scene.

46 3D Visualization Click on the links icon. Slicer Click on displays the Slice 2D anatomical Visibility slices icon in to the 3D display viewer the slices in the 3D Viewer

47 3D Visualization Slicer displays 2D anatomical slices in the 3D viewer

48 3D Visualization Position the mouse in the 3D Viewer, hold down the left mouse button and drag to rotate the volumes

49 Part 3: Loading and visualizing 3D models of the anatomy

50 3D models A 3D model is a surface reconstruction of an anatomical structure. The model is a triangular mesh that approximates a surface from a 3D label map. The scalar values for surface models are integers which correspond to the label that had been assigned in the segmentation process.

51 3D Visualization Click on the left icon in Add data or data directory

52 3D Visualization A small window displays information on how to use the function Add data or data directory Click on the icon

53 3D Visualization Click on Add Directory to select the directory Slicer3VisualizationDataset

54 Loading 3D models Select the directory Slicer3VisualizationDataset/models and click on OK

55 Loading 3D models The list of elements present in the models directory appears in the Add Data window. Click on Apply to load all the 3D models.

56 Loading 3D models Slicer loads the 3D models in the 3D Viewer. The models have been added to the MRML scene.

57 Loading a 3D model Select the module Models Click on the panel Hierarchy & Display to access the module s display components

58 Select the model Skin.vtk Click on the icon Set Color and choose a new color for the 3D model of the head. Visualizing a 3D model

59 Visualizing a 3D model Change the opacity of the skin model from 1.0 to 0.5 using the opacity slider:

60 Visualizing a 3D model The 3D models of the brain and vessels appear through the skin

61 Visualizing a 3D model Turn off the visibility of the skin model

62 Visualizing a 3D model Select the model Brain and change its color to white

63 Visualizing a 3D model Select Green Slice Only Layout from the Viewer menu

64 Visualizing a 3D model Click on the icon to adjust the size of the image to the size of the window.

65 Visualizing a 3D model Select Slice Intersection Visible to display the model intersection on the slice plane.

66 Visualizing a 3D model The intersection of the 3D model of the brain with the 2D image plane appears in the viewer. Go back to the conventional layout

67 Visualizing a 3D model Select the model Vessels and change its color to red

68 Visualizing a 3D model Select the model Brain and select the option Clipping

69 Visualizing a 3D model Set Yellow Slice Clipping to Positive Space

70 Visualizing a 3D model Click on the letter S in the Control Window to display a superior view of the 3D models

71 Visualizing a 3D model Use the yellow slice slider to expose the 3D model of the vasculature

72 Visualizing a 3D model Turn off the option clipping for the model Brain and set the Yellow Slice Clipping to Off Turn on the visibility of the model Skin

73 Visualizing a 3D model Slicer displays the 3D models of the Skin, Vessels and Brain.

74 Part 4: Lightbox viewer

75 Visualizing a 3D model Select the option Compare Layout in the Viewer menu

76 Visualizing a 3D model Set the Number of compare Viewers to 1 and the number of lightbox rows and columns to 2 Click on Apply

77 Lightbox viewer Slicer displays a lightbox view of the Background dataset.

78 Lightbox viewer Browse through the spgr volume using the lightbox slider

79 Lightbox viewer Slicer displays 4 adjacent axial slices of the spgr volume simultaneously

80 Lightbox viewer Left click on the Slice Viewer menu of the Compare Layout viewer

81 Lightbox viewer Select the lightbox view option

82 Lightbox viewer Set the configuration of the light box view to 6x6

83 Lightbox viewer Slicer displays a matrix of 36 adjacent axial slices of the spgr volume.

84 Lightbox viewer Select the option Conventional Layout in the Viewer menu

85 Part 5: Loading and saving a Scene

86 Saving Data Click on File and Select Save

87 Saving Data The list of elements currently loaded into Slicer3 appears. Make sure only the first check box is selected

88 Click on Change Destination for All Selected and browse to the location where the scene will be saved Saving Data

89 Saving Data Browse to the directory where you would like to save your scene and click OK

90 Double click on the file name SlicerScene1 and change it to Slicer3DScene Saving Data

91 Saving Data Click on Save Selected

92 Creating Scene Snapshots Choose a 3D view of the scene and click on the capture snapshot icon

93 Creating Scene Snapshots Enter the Snapshot name MySceneSnapshot1 and click on OK

94 Creating Scene Snapshots Select a Superior view of the dataset, and click on the capture snapshot icon

95 Creating Scene Snapshots Enter the name MySceneSnapshot2 and click on OK

96 Creating Scene Snapshots Select File Save and click on Save Selected to include the two scene snapshots in the saved scene

97 Creating Scene Snapshots Click Yes to overwrite the file with a new file that contains the scene snapshots

98 Saving Data Select File Close Scene in the main menu and click on OK

99 Saving Data The elements of the previous scene disappear from the Viewer.

100 Saving Data Select File Load Scene from the main menu

101 Saving Data Browse to find the file Slicer3DScene.mrml and click on Open

102 Loading a Scene Slicer loads the elements from the scene Slicer3DScene.mrml

103 Loading a Scene Left-click on the restore snapshot icon. Select MySceneSnapshot2 and click on restore

104 Loading a Scene Slicer restores the scene snapshot MySceneSnapshot2

105 Conclusion 3D visualization of anatomical surface reconstructions 3D interaction with volumes and models Open-source platform

106 Acknowledgments NIH U54EB Neuroimage Analysis Center NIH P41RR013218

Slicer3 minute tutorial

Slicer3 minute tutorial Slicer3 minute tutorial Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School -1- Slicer3 minute tutorial This tutorial is a short introduction to the advanced 3D visualization capabilities

More information

Slicer3 Minute Tutorial

Slicer3 Minute Tutorial Slicer3 Minute Tutorial Surgical Planning Laboratory Harvard Medical School Sonia Pujol, PhD Slicer3 Minute Tutorial This tutorial is a short introduction to the advanced 3D visualization capabilities

More information

Slicer4Minute Tutorial. Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School

Slicer4Minute Tutorial. Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School Slicer4Minute Tutorial Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard Medical School 1 Slicer4 minute tutorial This tutorial is a 4-minute introduction to the 3D visualization capabilities of

More information

3D Visualization of FreeSurfer Data

3D Visualization of FreeSurfer Data 3D Visualization of FreeSurfer Data Sonia Pujol, Ph.D. Silas Mann, B.Sc. Randy Gollub, MD., Ph.D. Surgical Planning Laboratory Athinoula A. Martinos Center Harvard University Acknowledgements NIH U54EB005149

More information

Introduction. Welcome to 3D Slicer! Surgical Planning Laboratory -1- Brigham and Women s Hospital

Introduction. Welcome to 3D Slicer! Surgical Planning Laboratory  -1- Brigham and Women s Hospital Introduction Welcome to 3D Slicer! -1- Overview of Training What is Slicer? Uses of Slicer Getting Slicer How to Use Slicer Loading Data Viewing Data Modifying Data Saving Data -2- What is Slicer? -3-

More information

Slicer3 Tutorial: Registration Library Case 14. Intra-subject Brain PET-MRI fusion

Slicer3 Tutorial: Registration Library Case 14. Intra-subject Brain PET-MRI fusion NA-MIC Slicer3 Tutorial: Registration Library Case 14 Intra-subject Brain PET-MRI fusion Dominik Meier, Ron Kikinis March 2010 Overview 1. Introduction 2. Prerequisites 3. Modules Used takes how long to

More information

Atlas Registration & Label Merging

Atlas Registration & Label Merging NA-MIC Slicer3 Tutorial Atlas Registration & Label Merging Dominik Meier, Ron Kikinis February 2010 Overview 1. Introduction 2. Prerequisites 3. Modules Used takes how long to do? 4. Loading Example Dataset

More information

Quantitative Analysis and Visualization with 3D Slicer

Quantitative Analysis and Visualization with 3D Slicer Surgical Planning Laboratory Brigham and Women s Hospital Boston, Massachusetts USA a teaching affiliate of Harvard Medical School Quantitative Analysis and Visualization with 3D Slicer Jeffrey Yapp, PhD

More information

SIVIC GUI Overview. SIVIC GUI Layout Overview

SIVIC GUI Overview. SIVIC GUI Layout Overview SIVIC GUI Overview SIVIC GUI Layout Overview At the top of the SIVIC GUI is a row of buttons called the Toolbar. It is a quick interface for loading datasets, controlling how the mouse manipulates the

More information

Slicer3 Tutorial. Manual Registration. NA-MIC National Alliance for Medical Image Computing Dominik Meier, Ron Kikinis

Slicer3 Tutorial. Manual Registration. NA-MIC National Alliance for Medical Image Computing   Dominik Meier, Ron Kikinis NA-MIC Slicer3 Tutorial Manual Registration Dominik Meier, Ron Kikinis Overview Introduction takes how long to do? Prerequisites 3. Loading Example Dataset 10 sec 4. Creating New Transform 10 sec 5. Associate

More information

NA-MIC National Alliance for Medical Image Computing fmri Data Analysis

NA-MIC National Alliance for Medical Image Computing   fmri Data Analysis NA-MIC fmri Data Analysis Sonia Pujol, Ph.D. Wendy Plesniak, Ph.D. Randy Gollub, M.D., Ph.D. Acknowledgments NIH U54EB005149 Neuroimage Analysis Center NIH P41RR013218 FIRST Biomedical Informatics Research

More information

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 MIT OpenCourseWare http://ocw.mit.edu HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

NA-MIC National Alliance for Medical Image Computing Subject Hierarchy

NA-MIC National Alliance for Medical Image Computing   Subject Hierarchy NA-MIC Subject Hierarchy Csaba Pinter Queen s University, Canada csaba.pinter@queensu.ca NA-MIC Tutorial Contest: Winter 2016 Learning Objective This tutorial demonstrates the basic usage and potential

More information

Robot-assisted MRI-guided prostate biopsy using 3D Slicer

Robot-assisted MRI-guided prostate biopsy using 3D Slicer NA-MIC http://na-mic.org Robot-assisted MRI-guided prostate biopsy using 3D Slicer Andras Lasso, Junichi Tokuda Nobuhiko Hata, Gabor Fichtinger Queenʼs University Brigham and Womenʼs Hospital lasso@cs.queensu.ca

More information

Detecting White Matter Lesions in Lupus

Detecting White Matter Lesions in Lupus Slicer3 Training Compendium Detecting White Matter Lesions in Lupus Version 2.0 1/6/2009 H. Jeremy Bockholt Mark Scully -1- Learning objective Following this tutorial, you ll be able to load scans into

More information

Detecting White Matter Lesions in Lupus

Detecting White Matter Lesions in Lupus Slicer3 Training Compendium Detecting White Matter Lesions in Lupus Version 2.1 6/25/2009 H. Jeremy Bockholt Mark Scully -1- Learning objective This tutorial demonstrates an automated, multi-level method

More information

itools Tutorial Three

itools Tutorial Three itools Tutorial Three A 3D Multiplanar Viewer Creating a 3D Multiplaner Viewer This tutorial assumes the user has a basic understanding of itools. If you are a beginning itools user, it is recommended

More information

NA-MIC National Alliance for Medical Image Computing SlicerRT Extension

NA-MIC National Alliance for Medical Image Computing  SlicerRT Extension NA-MIC SlicerRT Extension Csaba Pinter 1, Andras Lasso 1, Kevin Wang 2 11 Laboratory for Percutaneous Surgery, Queen s University, Canada 2 University Health Network, Toronto, ON, Canada pinter@cs.queensu.ca

More information

GE Dynamic 13 C Acquisition

GE Dynamic 13 C Acquisition GE Dynamic 13 C Acquisition In this example you will load a human prostate dynamic MRS data set (single slice, 24 time points) acquired on a GE 3T scanner. You will generate metabolite maps for pyruvate

More information

ECE1778 Final Report MRI Visualizer

ECE1778 Final Report MRI Visualizer ECE1778 Final Report MRI Visualizer David Qixiang Chen Alex Rodionov Word Count: 2408 Introduction We aim to develop a mobile phone/tablet based neurosurgical MRI visualization application with the goal

More information

Display. Introduction page 67 2D Images page 68. All Orientations page 69 Single Image page 70 3D Images page 71

Display. Introduction page 67 2D Images page 68. All Orientations page 69 Single Image page 70 3D Images page 71 Display Introduction page 67 2D Images page 68 All Orientations page 69 Single Image page 70 3D Images page 71 Intersecting Sections page 71 Cube Sections page 72 Render page 73 1. Tissue Maps page 77

More information

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy In this example you will load a dynamic MRS animal data set acquired on a GE 3T scanner. This data was acquired with an EPSI sequence

More information

Slicer3 Training Tutorial Manual segmentation of orbit structures from isotropic MRI data within 3D Slicer for windows

Slicer3 Training Tutorial Manual segmentation of orbit structures from isotropic MRI data within 3D Slicer for windows Slicer3 Training Compendium Slicer3 Training Tutorial Manual segmentation of orbit structures from isotropic MRI data within 3D Slicer for windows Dr Raphael Olszewski Surgical Planning Laboratory Brigham

More information

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis MIT OpenCourseWare http://ocw.mit.edu Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

SIVIC GUI Tutorial. HMTRC Workshop - March 23-24, 2017

SIVIC GUI Tutorial. HMTRC Workshop - March 23-24, 2017 SIVIC GUI Tutorial HMTRC Workshop - March 23-24, 2017 Department of Radiology and Biomedical Imaging, UCSF Supported by NIBIB P41EB013598 Goal: The purpose of this tutorial is to introduce you to the SIVIC

More information

3D Slicer. NA-MIC National Alliance for Medical Image Computing 4 February 2011

3D Slicer. NA-MIC National Alliance for Medical Image Computing  4 February 2011 NA-MIC http://na-mic.org 3D Slicer 4 February 2011 Andrey Fedorov, PhD Steve Pieper, PhD Ron Kikinis, MD Surgical Planning Lab Brigham and Women's Hospital Acknowledgments Picture courtesy Kapur, Jakab,

More information

3D Slicer Overview. Andras Lasso, PhD PerkLab, Queen s University

3D Slicer Overview. Andras Lasso, PhD PerkLab, Queen s University 3D Slicer Overview Andras Lasso, PhD PerkLab, Queen s University Right tool for the job Technological prototype Research tool Clinical tool Can it be done? Jalopnik.com Innovative, not robust, usually

More information

Slicer3 Training Tutorial Using EM Segmenter with Non- Human Primate Images

Slicer3 Training Tutorial Using EM Segmenter with Non- Human Primate Images Slicer3 Training Compendium Slicer3 Training Tutorial Using EM Segmenter with Non- Human Primate Images Vidya Rajagopalan Christopher Wyatt BioImaging Systems Lab Dept. of Electrical Engineering Virginia

More information

DIFFUSION TENSOR IMAGING ANALYSIS. Using Analyze

DIFFUSION TENSOR IMAGING ANALYSIS. Using Analyze DIFFUSION TENSOR IMAGING ANALYSIS Using Analyze 2 Table of Contents 1. Introduction page 3 2. Loading DTI Data page 4 3. Computing DTI Maps page 5 4. Defining ROIs for Fiber Tracking page 6 5. Visualizing

More information

n o r d i c B r a i n E x Tutorial DTI Module

n o r d i c B r a i n E x Tutorial DTI Module m a k i n g f u n c t i o n a l M R I e a s y n o r d i c B r a i n E x Tutorial DTI Module Please note that this tutorial is for the latest released nordicbrainex. If you are using an older version please

More information

Programming into Slicer3

Programming into Slicer3 Programming into Slicer3 Sonia Pujol, Ph.D. Surgical Planning Laboratory Harvard University Ferdinand Bol (1616-1680), The Officers of the Amsterdam Guild of Wine Merchants Alte Pinakothek, München The

More information

3DMMVR REFERENCE MANUAL V 0.81

3DMMVR REFERENCE MANUAL V 0.81 3DMMVR REFERENCE MANUAL V 0.81 Page 1 of 30 Index: 1.0 System Requirements...5 1.1 System Processor...5 1.2 System RAM...5 1.3 Graphics Card...5 1.4 Operating System...5 2.0 Conventions...6 2.1 Typographic

More information

IDL Tutorial. Working with Images. Copyright 2008 ITT Visual Information Solutions All Rights Reserved

IDL Tutorial. Working with Images. Copyright 2008 ITT Visual Information Solutions All Rights Reserved IDL Tutorial Working with Images Copyright 2008 ITT Visual Information Solutions All Rights Reserved http://www.ittvis.com/ IDL is a registered trademark of ITT Visual Information Solutions for the computer

More information

Programming in Slicer4

Programming in Slicer4 Programming in Slicer4 Sonia Pujol, Ph.D. Surgical Planning Laboratory, Harvard Medical School Paul Cézanne, Moulin sur la Couleuvre à Pontoise, 1881, Staatliche Museen zu Berlin, Na:onalgalerie Steve

More information

EMSegmenter Tutorial (Advanced Mode)

EMSegmenter Tutorial (Advanced Mode) EMSegmenter Tutorial (Advanced Mode) Dominique Belhachemi Section of Biomedical Image Analysis Department of Radiology University of Pennsylvania 1/65 Overview The goal of this tutorial is to apply the

More information

Slicer3 Tutorial: Registration Library Case 08

Slicer3 Tutorial: Registration Library Case 08 NA-MIC Slicer3 Tutorial: Registration Library Case 08 Serial PET-CT Dominik Meier, Ron Kikinis March 2010 Introduction / Scenario We have two sets of PET-CT scans, a baseline and follow-up scan. baseline

More information

Cleaver Lab Walkthrough

Cleaver Lab Walkthrough Cleaver Lab Walkthrough Cleaver 2.0 Beta Documentation Center for Integrative Biomedical Computing Scientific Computing & Imaging Institute University of Utah Cleaver software download: http://software.sci.utah.edu

More information

Visage 7 Clinical Training Basic Features

Visage 7 Clinical Training Basic Features Visage 7 Clinical Training Basic Features Contents Overview... 4 Usage... 4 Client Server Architecture... 5 Client Login... 6 Study Browser... 7 Query Section... 8 Study Labels... 10 Query Labeled Studies...

More information

Programming in Slicer4

Programming in Slicer4 Programming in Slicer4 Sonia Pujol, Ph.D. Surgical Planning Laboratory, Harvard Medical School Paul Cézanne, Moulin sur la Couleuvre à Pontoise, 1881, Staatliche Museen zu Berlin, Na:onalgalerie Steve

More information

BrainMask. Quick Start

BrainMask. Quick Start BrainMask Quick Start Segmentation of the brain from three-dimensional MR images is a crucial pre-processing step in morphological and volumetric brain studies. BrainMask software implements a fully automatic

More information

Display Layers in Geosoft 3D View

Display Layers in Geosoft 3D View Use the New 2D/3D Workflow features in Target for ArcGIS In Target for ArcGIS version 3.5, there are three new interconnected features that make integrating 2D and 3D data in plan and section maps easier.

More information

Voxar 3D ColonMetrix. Reference Guide

Voxar 3D ColonMetrix. Reference Guide Voxar 3D ColonMetrix Reference Guide The software described in this document is furnished under a license, and may be used or copied only according to the terms of such license. Toshiba means, Toshiba

More information

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision Copyright 2017 Medical IP - Tutorial Medip v.1.0.0.9 01/2018, Revision 1.0.0.2 List of Contents 1. Introduction......................................................... 2 2. Overview..............................................................

More information

BrainMask. Quick Start

BrainMask. Quick Start BrainMask Quick Start Segmentation of the brain from three-dimensional MR images is a crucial preprocessing step in morphological and volumetric brain studies. BrainMask software implements a fully automatic

More information

Diffusion Mapping with FireVoxel Quick Start Guide

Diffusion Mapping with FireVoxel Quick Start Guide Diffusion Mapping with FireVoxel Quick Start Guide Medical image analysis tool developed by Artem Mikheev and Henry Rusinek Radiology Department, NYU School of Medicine Original version prepared by Jinyu

More information

Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP. RSNA 2016 Courses RCB22 and RCB54

Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP. RSNA 2016 Courses RCB22 and RCB54 Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP RSNA 2016 Courses RCB22 and RCB54 RCB22 Mon, Nov 28 10:30-12:00 PM, Room S401CD RCB54 Thu, Dec 1 2:30-4:30 PM, Room S401CD Presenters:

More information

TexRAD Research Version Client User Guide Version 3.9

TexRAD Research Version Client User Guide Version 3.9 Imaging tools for medical decision makers Cambridge Computed Imaging Ltd Grange Park Broadway Bourn Cambridge CB23 2TA UK TexRAD Research Version Client User Guide Version 3.9 Release date 23/05/2016 Number

More information

icatvision Quick Reference

icatvision Quick Reference icatvision Quick Reference Navigating the i-cat Interface This guide shows how to: View reconstructed images Use main features and tools to optimize an image. REMINDER Images are displayed as if you are

More information

IMPAX Volume Viewing 3D Visualization & Segmentation

IMPAX Volume Viewing 3D Visualization & Segmentation Getting started guide IMPAX Volume Viewing 3D Visualization & Segmentation This guide outlines the basic steps to perform and manipulate a 3D reconstruction of volumetric image data using IMPAX Volume

More information

HOW TO SETUP AND RUN SHIVA...

HOW TO SETUP AND RUN SHIVA... TABLE OF CONTENTS HOW TO SETUP AND RUN SHIVA... 1 REQUIREMENTS... 1 Java... 1 Architecture... 2 LAUNCHING SHIVA... 2 LOADING THE ATLAS... 2 USAGE INSTRUCTIONS... 2 FILES... 2 Image Volumes... 2 Label Indices...

More information

EPILOG PREOP. Viewer Interpretation Guideline

EPILOG PREOP. Viewer Interpretation Guideline EPILOG PREOP Viewer Interpretation Guideline Starting the viewer Launch the viewer for a patient by clicking this icon. A new browser tab or window will open. Data loading To ensure smooth switching between

More information

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities EMSegment Tutorial How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities This documentation serves as a tutorial to learn to customize

More information

Tutorial BOLD Module

Tutorial BOLD Module m a k i n g f u n c t i o n a l M R I e a s y n o r d i c B r a i n E x Tutorial BOLD Module Please note that this tutorial is for the latest released nordicbrainex. If you are using an older version please

More information

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

Comparative Neuroanatomy Tutorial: Hippocampal Quantification with ImageJ

Comparative Neuroanatomy Tutorial: Hippocampal Quantification with ImageJ Comparative Neuroanatomy Tutorial: Hippocampal Quantification with ImageJ Background The Comparative Neuroanatomy Module is based on an image library of coronal brain sections from various mammalian species.

More information

14 July Ver CRView V3 User Guide. 1 P a g e

14 July Ver CRView V3 User Guide. 1 P a g e Ver. 080707 CRView V3 User Guide 1 P a g e Contents Copyright notice... 3 Trademarks... 3 System requirements... 4 Required hardware... 4 Recommended hardware... 4 Installing CRView... 5 Installing from

More information

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

ImageVis3D "Hands On"-Session

ImageVis3D Hands On-Session ImageVis3D "Hands On"-Session Center for Integrative Biomedical Computing 2009 Workshop, Northeastern University 1 1. The current state of ImageVis3D Remember : 1. If you find any problems in ImageVis3D,

More information

ClinicalConnect TM eunity TM Training Guide

ClinicalConnect TM eunity TM Training Guide ClinicalConnect TM eunity TM Training Guide October, 2013 Launch eunity TM from ClinicalConnect TM Search and select the patient whose record you wish to view. Navigate to the Radiology module in ClinicalConnect

More information

IMPAX Volume Viewing Configuration

IMPAX Volume Viewing Configuration Getting started guide IMPAX Volume Viewing Configuration This guide describes the various configuration settings for IMPAX Volume Viewing. Some of these settings are only relevant if a license for one

More information

Tutorial. on SlicerRT and 3D Slicer modules

Tutorial. on SlicerRT and 3D Slicer modules Tutorial on SlicerRT and 3D Slicer modules Agenda Acquire and build SlicerRT (on an existing Slicer) Use python console in Slicer Create extension and module skeletons Use extension template Use scripted

More information

RT_Image v0.2β User s Guide

RT_Image v0.2β User s Guide RT_Image v0.2β User s Guide RT_Image is a three-dimensional image display and analysis suite developed in IDL (ITT, Boulder, CO). It offers a range of flexible tools for the visualization and quantitation

More information

Saturn User Manual. Rubén Cárdenes. 29th January 2010 Image Processing Laboratory, University of Valladolid. Abstract

Saturn User Manual. Rubén Cárdenes. 29th January 2010 Image Processing Laboratory, University of Valladolid. Abstract Saturn User Manual Rubén Cárdenes 29th January 2010 Image Processing Laboratory, University of Valladolid Abstract Saturn is a software package for DTI processing and visualization, provided with a graphic

More information

ImageVis3D User's Manual

ImageVis3D User's Manual ImageVis3D User's Manual 1 1. The current state of ImageVis3D Remember : 1. If ImageVis3D causes any kind of trouble, please report this to us! 2. We are still in the process of adding features to the

More information

Tutorial Visualization and Interaction

Tutorial Visualization and Interaction m a k i n g f u n c t i o n a l M R I e a s y n o r d i c B r a i n E x Tutorial Visualization and Interaction Please note that this tutorial is for the latest released nordicbrainex. If you are using

More information

v Stratigraphy Modeling TIN Surfaces GMS 10.3 Tutorial Introduction to the TIN (Triangulated Irregular Network) surface object

v Stratigraphy Modeling TIN Surfaces GMS 10.3 Tutorial Introduction to the TIN (Triangulated Irregular Network) surface object v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling TIN Surfaces Introduction to the TIN (Triangulated Irregular Network) surface object Objectives Learn to create, read, alter, and manage TIN data from within

More information

0.1. Setting up the system path to allow use of BIAC XML headers (BXH). Depending on the computer(s), you may only have to do this once.

0.1. Setting up the system path to allow use of BIAC XML headers (BXH). Depending on the computer(s), you may only have to do this once. Week 3 Exercises Last week you began working with MR data, both in the form of anatomical images and functional time series. This week we will discuss some concepts related to the idea of fmri data as

More information

June 05, 2018, Version 3.0.6

June 05, 2018, Version 3.0.6 June 05, 2018, Version 3.0.6 VolViCon is an advanced application for reconstruction of computed tomography (CT), magnetic resonance (MR), ultrasound, and x-rays images. It gives features for exporting

More information

Quick Guide Software Version 4.4

Quick Guide Software Version 4.4 Quick Guide Software Version 4.4 On-Call Clinical Consultants 1-888-FUJIMED We re here to assist you with questions about operating your equipment. Locating a Study in Worklist 1. Double-click the Synapse

More information

ISP 2.2 User Manual. February 26, 2009

ISP 2.2 User Manual. February 26, 2009 ISP 2.2 User Manual February 26, 2009 Table of Contents 1 Introduction... 3 1.1 Operational Modes... 4 1.2 Trial Mode... 4 1.3 Check for Updates... 6 1.4 Technical Support... 6 1.5 Purchase ISP... 6 2

More information

Synapse Quick Guide PACS

Synapse Quick Guide PACS The FUJIFILM UK Limited Pension and Life Assurance Scheme provides a range of benefits that are competitive when compared with those of other UK companies. The benefits are designed to ensure that you

More information

Autodesk Moldflow Insight AMI Getting Started Tutorial

Autodesk Moldflow Insight AMI Getting Started Tutorial Autodesk Moldflow Insight 2012 AMI Getting Started Tutorial Revision 1, 30 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions

More information

Import Organ Atlas to co-register with Optical 3D imaging (DLIT or FLIT):

Import Organ Atlas to co-register with Optical 3D imaging (DLIT or FLIT): Importing Organ Atlas Import Organ Atlas to co-register with Optical 3D imaging (DLIT or FLIT): 1. Select Import -> Organ Atlas in the File menu 2. Click on Add Organ Files 3. Select ALL organ files from

More information

Semi-Automatic Alignment of 3D Volumes Using 3D Slicer v4

Semi-Automatic Alignment of 3D Volumes Using 3D Slicer v4 Download the open source software D3Slicer v4 from http://download.slicer.org Also download the open source software Fiji http://fiji.sc/wiki/index.php/fiji It s essentially the same as ImageJ, but comes

More information

SlicerRT radiation therapy extension for 3D Slicer DICOM aspects

SlicerRT radiation therapy extension for 3D Slicer DICOM aspects SlicerRT radiation therapy extension for 3D Slicer DICOM aspects Andras Lasso, Csaba Pinter Laboratory for Percutaneous Surgery, Queen s University, Canada Commercial treatment planning systems (TPS) Expensive

More information

Instructions for using Borg and Ide CONNECT. Referring Provider Portal. Version 3.5.

Instructions for using Borg and Ide CONNECT. Referring Provider Portal. Version 3.5. Instructions for using Borg and Ide CONNECT Referring Provider Portal www.borgideconnect.com Version 3.5 Topic Table of Name Contents Description Getting Started...1 Home Page and Finding Patient Exams...2

More information

Batch Watermark Creator Software

Batch Watermark Creator Software PhotoX Batch Watermark Creator Software PhotoX helps you to add watermark stamp to your photos in a batch. The watermark can be generated from text or from an image. PhotoX also provides other tools likes

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

Medical Image Processing: Image Reconstruction and 3D Renderings

Medical Image Processing: Image Reconstruction and 3D Renderings Medical Image Processing: Image Reconstruction and 3D Renderings 김보형 서울대학교컴퓨터공학부 Computer Graphics and Image Processing Lab. 2011. 3. 23 1 Computer Graphics & Image Processing Computer Graphics : Create,

More information

How to Add Text to an Animated Image

How to Add Text to an Animated Image How to Add Text to an Animated Image In this tutorial, you ll learn how to create an inspirational animated file to use on social media using PhotoMirage and VideoStudio. We ll create an animated file

More information

hdalbum User Designer Guide Collect Create Share Designer V 1.2

hdalbum User Designer Guide Collect Create Share Designer V 1.2 hdalbum User Designer Guide 2017 Collect Create Share Designer V 1.2 Table of Contents Contents Welcome to the hdalbum Designer... 2 Features... 2 System Requirements... 3 Supported File Types... 3 Installing

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

ACQUIRING AND PROCESSING SUSCEPTIBILITY WEIGHTED IMAGING (SWI) DATA ON GE 3.0T

ACQUIRING AND PROCESSING SUSCEPTIBILITY WEIGHTED IMAGING (SWI) DATA ON GE 3.0T ACQUIRING AND PROCESSING SUSCEPTIBILITY WEIGHTED IMAGING (SWI) DATA ON GE 3.0T Revision date: 12/13/2010 Overview Susceptibility Weighted Imaging (SWI) is a relatively new data acquisition and processing

More information

Image Rights Options: Using Banding, Branding, and

Image Rights Options: Using Banding, Branding, and Image Rights Options: Using Banding, Branding, and Watermarking Display ownership or other copyright information within your collection by using banding, branding, and watermarking options within CONTENTdm.

More information

Lesson 1: Creating T- Spline Forms. In Samples section of your Data Panel, browse to: Fusion 101 Training > 03 Sculpt > 03_Sculpting_Introduction.

Lesson 1: Creating T- Spline Forms. In Samples section of your Data Panel, browse to: Fusion 101 Training > 03 Sculpt > 03_Sculpting_Introduction. 3.1: Sculpting Sculpting in Fusion 360 allows for the intuitive freeform creation of organic solid bodies and surfaces by leveraging the T- Splines technology. In the Sculpt Workspace, you can rapidly

More information

BrainSuite Lab Exercises. presented at the UCLA/NITP Advanced Neuroimaging Summer Program 29 July 2014

BrainSuite Lab Exercises. presented at the UCLA/NITP Advanced Neuroimaging Summer Program 29 July 2014 BrainSuite Lab Exercises presented at the UCLA/NITP Advanced Neuroimaging Summer Program 29 July 2014 1. Opening and Displaying an MRI Start BrainSuite Drag and drop the T1 image from the native space

More information

Medis Suite 3.0. Quick Start Manual. October 6, v3.0

Medis Suite 3.0. Quick Start Manual. October 6, v3.0 Medis Suite 3.0 Quick Start Manual October 6, 2017 9.45.250.30.2 v3.0 Medis medical imaging systems bv Schuttersveld 9, 2316 XG Leiden, the Netherlands http://www.medis.nl Medis medical imaging systems

More information

User InterfaceChapter1:

User InterfaceChapter1: Chapter 1 User InterfaceChapter1: In this chapter you will learn about several aspects of the User Interface. You will learn about the overall layout of the UI, and then about the details of each element.

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

Brain Mask User s Guide

Brain Mask User s Guide Brain Mask User s Guide Segmentation of the brain from three-dimensional MR images is a crucial pre-processing step in morphological and volumetric brain studies. BrainMask software implements a fully

More information

n o r d i c B r a i n E x Tutorial DSC Module

n o r d i c B r a i n E x Tutorial DSC Module m a k i n g f u n c t i o n a l M R I e a s y n o r d i c B r a i n E x Tutorial DSC Module Please note that this tutorial is for the latest released nordicbrainex. If you are using an older version please

More information

RSNA, /rg

RSNA, /rg RSNA, 2015 10.1148/rg.2015140320 Appendix As noted in the main article, DICOM image files cannot be used directly for 3D printing; further steps are necessary to make them readable by 3D printers. The

More information

Image Rights Options: Using Bands, Brands and Watermarks

Image Rights Options: Using Bands, Brands and Watermarks Image Rights Options: Using Bands, Brands and Watermarks Display ownership or other copyright information within your collection by using bands, brands, and watermark options within CONTENTdm. This tutorial

More information

TruEmbroidery Software Program

TruEmbroidery Software Program 1 Page Get to Know TruE Studio, an Application of the TruEmbroidery Software Program By Janie Lantz TruE Studio gives you tools to create quick designs or combine existing embroideries. Save as unmerged

More information

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password Microsoft Windows Operating System Starting Windows Windows automatically starts when you turn on your computer You might be asked to enter your username and password The Windows desktop uses a graphical

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

AORTA CTA VPMC-12419

AORTA CTA VPMC-12419 AORTA CTA VPMC-12419 Workflow Overview: The Aorta can be post-processed in various ways. Auto Bone Removal and Vessel Pick provide a quick overview of the entire Aorta. Vessel Probe creates a centerline

More information

Automatic SPHARM Shape Analysis in 3D Slicer

Automatic SPHARM Shape Analysis in 3D Slicer NA-MIC http://na-mic.org Automatic SPHARM Shape Analysis in 3D Slicer Corentin Hamel, Clement Vachet, Beatriz Paniagua, Nicolas Augier, Martin Styner University of North Carolina, Chapel Hill: Neuro Image

More information

Transform Introduction page 96 Spatial Transforms page 97

Transform Introduction page 96 Spatial Transforms page 97 Transform Introduction page 96 Spatial Transforms page 97 Pad page 97 Subregion page 101 Resize page 104 Shift page 109 1. Correcting Wraparound Using the Shift Tool page 109 Flip page 116 2. Flipping

More information