File: control

package info (click to toggle)
libgpiv 0.6.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,804 kB
  • ctags: 1,098
  • sloc: ansic: 17,801; sh: 9,152; makefile: 266
file content (113 lines) | stat: -rw-r--r-- 5,115 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
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
Source: libgpiv
Section: science
Priority: optional
Standards-Version: 3.8.3
Maintainer: Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
Homepage: http://libgpiv.sourceforge.net/
Build-Depends: debhelper (>= 5.0.24), dpatch, autotools-dev, libfftw3-dev, 
 libgsl0-dev, libhdf5-serial-dev, libglib2.0-dev, libpng-dev, netpbm, libgomp1,
 doxygen, mpi-default-dev 

Package: libgpiv3-common
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libgpiv3 (<= 0.5.3)
Replaces: libgpiv3 (<= 0.5.3)
Description: library for Particle Image Velocimetry (PIV) - common files
 This library contains functions for evaluating images from a fluid
 flow by means of Particle Image Velocimetry (PIV). 
 .
 This package contains the files that the libgpiv3-* packages share,
 like the configuration file.

Package: libgpiv3
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgpiv3-common
Description: library for Particle Image Velocimetry (PIV)
 This library contains functions for evaluating images from a fluid
 flow by means of Particle Image Velocimetry (PIV). 
 .
 PIV is a way to film the wind or liquid flows. It uses a sequence of
 at least two images that are recorded with a well controlled
 separation time in-between. Tracer particles that are resident in the
 fluid may be illuminated by a light source, mostly a laser, that has
 been re-shaped into a sheet of light. In this way, the average
 displacement and the deformation of the image texture is
 obtained. Applying this analyses on small samples of the images on a
 (rectangular) grid results into an instantaneous velocity field of
 the fluid flow. PIV may also be applied for other purposes, like
 deformations and vibrations of solid surfaces.
 .
 This library includes the core functions for image recording, 
 processing, interrogation, PIV data validation, post-processing, 
 input/output functions and memory allocation.

Package: libgpiv3-dev
Section: libdevel
Architecture: any
Conflicts: libgpiv2-dev
Replaces: libgpiv2-dev
Depends: ${misc:Depends}, libgpiv3 (= ${binary:Version}), libgpiv-mpi3 (= ${binary:Version})
Description: library for Particle Image Velocimetry (PIV) - development files
 This library contains functions for evaluating images from a fluid flow
 by means of Particle Image Velocimetry (PIV), resulting into a velocity 
 field of the fluid flow. It includes the core functions for interrogation, 
 data validation, post-processing, input/output and memory allocation.
 .
 This package contains the headers and statically linked libraries
 (serial as well as parallelized using MPI).

Package: libgpiv3-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libgpiv3 (= ${binary:Version})
Description: library for Particle Image Velocimetry (PIV) - debug symbols
 This library contains functions for evaluating images from a fluid flow
 by means of Particle Image Velocimetry (PIV), resulting into a velocity 
 field of the fluid flow. It includes the core functions for interrogation, 
 data validation, post-processing, input/output and memory allocation.
 .
 This package contains debug symbols for libgpiv3. It is provided
 primarily to provide a backtrace with names in a debugger. This makes
 it somewhat easier to interpret core dumps. The library is installed
 in /usr/lib/debug and can be used by placing that directory in
 LD_LIBRARY_PATH.
 Most people will not need this package.

Package: libgpiv3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library for Particle Image Velocimetry (PIV) - documentation
 This library contains functions for evaluating images from a fluid flow
 by means of Particle Image Velocimetry (PIV), resulting into a velocity 
 field of the fluid flow. It includes the core functions for interrogation, 
 data validation, post-processing, input/output and memory allocation.
 .
 This package contains the Application Programming Interface (API)
 documentation, generated by doxygen in html format.

Package: libgpiv-mpi3
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgpiv3-common (= ${binary:Version})
Description: library for Particle Image Velocimetry (PIV) - MPI version
 This library contains functions for evaluating images from a fluid
 flow by means of Particle Image Velocimetry (PIV). 
 .
 PIV is a way to film the wind or liquid flows. It uses a sequence of
 at least two images that are recorded with a well controlled
 separation time in-between. Tracer particles that are resident in the
 fluid may be illuminated by a light source, mostly a laser, that has
 been re-shaped into a sheet of light. In this way, the average
 displacement and the deformation of the image texture is
 obtained. Applying this analyses on small samples of the images on a
 (rectangular) grid results into an instantaneous velocity field of
 the fluid flow. PIV may also be applied for other purposes, like
 deformations and vibrations of solid surfaces.
 .
 This package contains the parallelized library using Message Passing 
 Interface (MPI).