File: control

package info (click to toggle)
odin 2.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,992 kB
  • sloc: cpp: 62,419; sh: 4,466; makefile: 776
file content (74 lines) | stat: -rw-r--r-- 2,771 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: odin
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <mih@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libatlas-base-dev,
               libblitz0-dev,
               libdcmtk-dev,
               libgsl-dev,
               libhdf5-dev [!armhf],
               libismrmrd-dev [!armhf],
               libnifti-dev,
               libpng-dev,
               qtbase5-dev,
               libqwt-qt5-dev,
               libvtk6-dev,
               help2man,
               dh-exec
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/odin
Vcs-Git: https://salsa.debian.org/med-team/odin.git
Homepage: http://od1n.sourceforge.net
Rules-Requires-Root: no

Package: odin
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libodin-dev,
         libgsl-dev,
         libc6-dev | libc-dev,
         g++,
         libblas-dev | libatlas-base-dev,
         xterm | x-terminal-emulator,
         gdb,
         mitools (= ${binary:Version})
Recommends: libdcmtk-dev
Description: develop, simulate and run magnetic resonance sequences
 ODIN is a 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.

Package: mitools
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         dcmtk
Recommends: grace
Description: view, convert and perform basic maths with medical image datasets
 The three contained tools micalc, miconv and miview are handy command-line
 utilities for converting, manipulating and viewing medical image data in
 various formats (DICOM, NIfTI, PNG, binary data, ...).

Package: libodin-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends},
         mitools,
         qtchooser,
         sensible-utils
Description: static libraries and header for ODIN sequences
 This package provides static libraries and headers of the ODIN libraries
 odindata, adinpara, odinqt, odinseq and tjutils. They are required for
 building magnetic resonance imaging (MRI) sequences with ODIN.