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
|
Source: gpiv
Section: science
Priority: optional
Maintainer: Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
Homepage: http://gpiv.sourceforge.net/
Build-Depends: debhelper (>= 6.0.7~), dpatch, autotools-dev, libfftw3-dev, libgsl0-dev,
libhdf5-serial-dev, libglib2.0-dev, zlib1g-dev, libxml2-dev, libgnomevfs2-dev,
libgnome2-dev, libgnomeui-dev, libxml-parser-perl,
intltool, libfontconfig1-dev, libpng-dev, libgpiv3-dev,
mpi-default-dev, mpi-default-bin
Standards-Version: 3.8.1
Package: gpiv
Architecture: any
Depends: ${shlibs:Depends}
Replaces: gpiv-mpi
Conflicts: gpiv-mpi
Description: GUI program for Particle Image Velocimetry
Gpiv is a Graphic User Interface program using the GTK/GNOME libraries for
Particle Image Velocimetry (PIV). The program gives a quick overview
of the parameter settings of the processes and allows to change them
easy, running the processes, individually or in a chain,
visualizes and displays the results. The processes that may be
invoked by Gpiv are:
.
Image processing: typical image manipulations that might be needed for PIV
interrogation.
.
Image interrogation, resulting into estimators of particle image
displacements.
.
Data validation to test on outliers, peak-locking effect and
velocity gradients over the interrogation area's.
.
Data post-processing: data manipulation, spatial and time scaling to
obtain a velocity field from the PIV data, calculation of spatial
averages, vorticity and strain.
Package: gpiv-mpi
Architecture: any
Depends: ${shlibs:Depends}, gpivtools-mpi
Replaces: gpiv
Conflicts: gpiv
Description: GUI program for Particle Image Velocimetry - MPI version
Gpiv is a Graphic User Interface program using the GTK/GNOME libraries for
Particle Image Velocimetry (PIV). The program gives a quick overview
of the parameter settings of the processes and allows to change them
easy, running the processes, individually or in a chain,
visualizes and displays the results. The processes that may be
invoked by Gpiv are:
.
Image processing: typical image manipulations that might be needed for PIV
interrogation.
.
Image interrogation, resulting into estimators of particle image
displacements.
.
Data validation to test on outliers, peak-locking effect and
velocity gradients over the interrogation area's.
.
Data post-processing: data manipulation, spatial and time scaling to
obtain a velocity field from the PIV data, calculation of spatial
averages, vorticity and strain.
.
This is the parallelized version using Message Passing Interface to
be used on a (Beowulf) cluster.
|