File: README

package info (click to toggle)
odin 2.0.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,196 kB
  • sloc: cpp: 62,638; sh: 4,541; makefile: 779
file content (28 lines) | stat: -rw-r--r-- 1,410 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Welcome to ODIN - the Object oriented Development Interface for NMR
-------------------------------------------------------------------

ODIN is an open-source framework for magnetic resonance imaging (MRI).
It covers the whole toolchain of MRI, from low-level data acquisition
to image reconstruction. In particular, it aims at rapid prototyping
of MRI sequences. The sequences can be programmed using a high-level,
object oriented, C++ programming interface.  It provides advanced
sequence analysis tools, such as interactive plotting of k-space
trajectories, a user interface for a fast compile-link-test cycle
and a powerful MRI simulator which supports different virtual samples.
For fast and flexible image reconstruction, ODIN contains a highly
customizable, multi-threaded data-processing framework.
In addition, ODIN features useful command-line utilities for
converting, manipulating and viewing medical image data in
various formats (DICOM, NIfTI, binary data, ...).


For installation instructions, please see the file 'INSTALL' file.

For up-to-date documentation, please take a look at
http://od1n.sourceforge.net/documentation.html
http://od1n.sourceforge.net/manual/html/index.html

The subdirectory 'platforms' contains a short description (HOWTO.txt) how to
set up ODIN to work together with the different scanners.

For sequence examples, please take a look at the 'sequences' subdirectory.