Difference between revisions of "Slicer4:ThermalViewer"

From NAMIC Wiki
Jump to: navigation, search
Line 13: Line 13:
  
 
===How to use it===
 
===How to use it===
 +
You must have a Slicer4 source directory. We suppose that the Slicer source directory is <working directory>/Slicer4 and Slicer build directory is <working directory>/Slicer4-Superbuild.
 +
 +
$ cd <working directory>/Slicer4/Modules/Loadable
 +
$ git clone
  
 
===Compile the module===
 
===Compile the module===

Revision as of 22:32, 14 August 2012

Home < Slicer4:ThermalViewer

Introduction

The Thermal Viewer module has been developed in Slicer4 to read phase images in real-time and directly from the scanner directory to compute temperature images based on the phase difference between phase images.
The purpose of this project is to monitor tissues temperatures during laser ablation.

Getting Started

Requirement

This module require Slicer4 source directory. It also require a Siemens scanner ( a simulator would be build soon ).

Get the program

The source of the program is available on GitHub.com:

Thermal Viewer Source code

How to use it

You must have a Slicer4 source directory. We suppose that the Slicer source directory is <working directory>/Slicer4 and Slicer build directory is <working directory>/Slicer4-Superbuild.

$ cd <working directory>/Slicer4/Modules/Loadable $ git clone

Compile the module

Future work

People