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
|
Source: minc
Homepage: http://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
libnetcdf-dev, zlib1g-dev, texlive-latex-base, libhdf5-dev
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/minc/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/minc/trunk/?rev=0&sc=0
Package: minc-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netcdf-bin, libgetopt-tabular-perl, libtext-format-perl, imagemagick
Description: MNI medical image format tools
This package contains tools to manipulate MINC files.
.
The Minc file format is a highly flexible medical image file format
built on top of the NetCDF generalized data format. The format is
simple, self-describing, extensible, portable and N-dimensional, with
programming interfaces for both low-level data access and high-level
volume manipulation. On top of the libraries is a suite of generic
image-file manipulation tools. The format, libraries and tools are
designed for use in a medical-imaging research environment: they are
simple and powerful and make no attempt to provide a pretty interface
to users.
Package: libminc2-1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MNI medical image format library
This package contains the libraries libminc2 and libvolume_io2.
.
The Minc file format is a highly flexible medical image file format.
Minc version 1 is built on top of the NetCDF generalized data format.
Minc version 2 is built on top of the HDF data format. This library
handles both formats. In each case the format is
simple, self-describing, extensible, portable and N-dimensional, with
programming interfaces for both low-level data access and high-level
volume manipulation. On top of the libraries is a suite of generic
image-file manipulation tools. The format, libraries and tools are
designed for use in a medical-imaging research environment : they are
simple and powerful and make no attempt to provide a pretty interface
to users.
Package: libminc-dev
Conflicts: libminc0-dev
Replaces: libminc0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libminc2-1 (= ${binary:Version}), libnetcdf-dev, libhdf5-dev
Description: MNI medical image format development environment
This package contains the library and headers for libminc2 and
libvolume_io2.
.
The Minc file format is a highly flexible medical image file format.
Minc version 1 is built on top of the NetCDF generalized data format.
Minc version 2 is built on top of the HDF data format. This library
handles both formats. In each case the format is
simple, self-describing, extensible, portable and N-dimensional, with
programming interfaces for both low-level data access and high-level
volume manipulation. On top of the libraries is a suite of generic
image-file manipulation tools. The format, libraries and tools are
designed for use in a medical-imaging research environment : they are
simple and powerful and make no attempt to provide a pretty interface
to users.
|