File: control

package info (click to toggle)
heudiconv 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,756 kB
  • sloc: python: 7,565; makefile: 22
file content (53 lines) | stat: -rw-r--r-- 1,845 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
Source: heudiconv
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),
               dh-sequence-python3,
               dcm2niix,
               help2man,
               python3-all,
               python3-boto3,
               python3-datalad,
               python3-dcmstack,
               python3-dicom,
               python3-duecredit,
               python3-filelock,
               python3-inotify,
               python3-nipype,
               python3-pytest,
               python3-setuptools,
               python3-tinydb,
#Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/heudiconv
Vcs-Git: https://salsa.debian.org/med-team/heudiconv.git
Homepage: https://github.com/nipy/heudiconv
Rules-Requires-Root: no

Package: heudiconv
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         dcm2niix,
         python3,
         python3-dcmstack,
         python3-dicom,
         python3-filelock,
         python3-inotify,
         python3-nibabel,
         python3-numpy,
         python3-nipype,
         python3-tinydb
Recommends: python3-pytest,
            python3-datalad,
            python3-etelemetry
Description: DICOM converter with support for structure heuristics
 This is a flexible dicom converter for organizing brain imaging data into
 structured directory layouts. It allows for flexible directory layouts and
 naming schemes through customizable heuristics implementations.
 It only converts the necessary dicoms, not everything in a directory.
 It tracks the provenance of the conversion from dicom to nifti in w3c
 prov format.