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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: teem
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Dominique Belhachemi <domibel@cs.tu-berlin.de>
Build-Depends: debhelper (>= 7), cmake, dpatch, d-shlibs, zlib1g-dev, libpng-dev,
libbz2-dev
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/teem/trunk/
Section: libs
Homepage: http://teem.sourceforge.net/
Package: libteem1-dev
Section: libdevel
Suggests: teem-doc
Provides: libteem-dev
Conflicts: libteem-dev
Architecture: any
Depends: libteem1 (= ${binary:Version}), ${misc:Depends}
Description: Tools to process and visualize scientific data and images - development
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
without having to write any code. The most important and useful libraries in
Teem are:
.
* Nrrd (and the unu command-line tool on top of it) supports a range of
operations for transforming N-dimensional raster data (resample, crop,
slice, project, histogram, etc.), as well as the NRRD file format for
storing arrays and their meta-information.
* Gage: fast convolution-based measurements at arbitrary point locations in
volume datasets (scalar, vector, tensor, etc.)
* Mite: a multi-threaded ray-casting volume render with transfer functions
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
.
This package provides the Teem header files required to compile C++ programs
that use Teem to do 3D visualisation.
Package: teem-apps
Section: libdevel
Architecture: any
Depends: libteem1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Tools to process and visualize scientific data and images - command line tools
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
without having to write any code. The most important and useful libraries in
Teem are:
.
* Nrrd (and the unu command-line tool on top of it) supports a range of
operations for transforming N-dimensional raster data (resample, crop,
slice, project, histogram, etc.), as well as the NRRD file format for
storing arrays and their meta-information.
* Gage: fast convolution-based measurements at arbitrary point locations in
volume datasets (scalar, vector, tensor, etc.)
* Mite: a multi-threaded ray-casting volume render with transfer functions
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
.
This package contains some simple command-line tools which provide fast and
easy access to the functionality in the various libraries.
Package: libteem1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tools to process and visualize scientific data and images - runtime
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
without having to write any code. The most important and useful libraries in
Teem are:
.
* Nrrd (and the unu command-line tool on top of it) supports a range of
operations for transforming N-dimensional raster data (resample, crop,
slice, project, histogram, etc.), as well as the NRRD file format for
storing arrays and their meta-information.
* Gage: fast convolution-based measurements at arbitrary point locations in
volume datasets (scalar, vector, tensor, etc.)
* Mite: a multi-threaded ray-casting volume render with transfer functions
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
.
This package provides the runtime files required to run programs
that use Teem to do 3D visualisation.
Package: teem-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Tools to process and visualize scientific data and images - documentation
Teem is a coordinated group of libraries for representing, processing, and
visualizing scientific raster data. Teem includes command-line tools that
permit the library functions to be quickly applied to files and streams,
without having to write any code. The most important and useful libraries in
Teem are:
.
* Nrrd (and the unu command-line tool on top of it) supports a range of
operations for transforming N-dimensional raster data (resample, crop,
slice, project, histogram, etc.), as well as the NRRD file format for
storing arrays and their meta-information.
* Gage: fast convolution-based measurements at arbitrary point locations in
volume datasets (scalar, vector, tensor, etc.)
* Mite: a multi-threaded ray-casting volume render with transfer functions
based on any quantity Gage can measure
* Ten: for estimating, processing, and visualizing diffusion tensor fields,
including fiber tractography methods.
.
This package provides the documentation files.
|