added man page
[gpiv.git] / README
blobf6c0da159225564391af25839cee986aca22729f
2 GPIV is a graphic user interface for analyzing images obtained from a
3 fluid flow that has been seeded with tracer particles by the so-called
4 Particle Image Velocimetry technique. It is meant to have a quick
5 overview of the parameters of all piv processes, easily changing them,
6 running the processes and visualizing their results in an interactive
7 way. It uses LIBGPIV, which contains the main routines for data in-and
8 output, processing etc. The software is written in ANSI-C under the
9 LINUX operating system by using the GTK/GNOME libraries.
11 GPIV is Free Software licensed under the GNU
12 Public license terms. See the COPYING file for the license.
14 *** home page ***
18 Compilation and installation 
19 ============================ 
21 The General instructions of compilation and installation can be found
22 in INSTALL.  There are some additional configuration options for this
23 program, as well. These are: 
24 --enable-img-width=WIDTH
25 --enable-img-height=HEIGHT 
26 --enable-debug 
27 --enable-demo
28 An explanation of these options is printed with ./configure --help.
32 Features
33 =========
35 General
36 ========
37 - Data storage in ASCII format or HDF version 5 format.
38 - Loading of images with file-open menu, "open" button or with "drag and 
39   drop" from the gnome file-manager "nautilus" into the buffer list.
40 - Quick execution of all enabled process on all selected buffers.
43 Display
44 ========
45 - Visualization of interrogation area contours and highlighting them when 
46   pointing to it.
47 - Displays pointer position and belonging estimated values.
50 Image info
51 ===========
52 - shows image name and dimensions
53 - defining of spatial and time scales, position of image within the experiment.
54 - Adding and updating header information.
57 Image evaluation
58 =================
59 - Interrogation at the entire image or at a defined region within the image
60   frames resulting into a displacement field on a rectangular grid.
61 - Interrogation at a single arbitrary point, along a vertical or horizontal 
62   line.
63 - re-interrogation of a single area with, different parameters.
64 - dragging a single interrogation area from the rectangular grid.
65 - arbitrary interrogation area sizes.
66 - global pre-shifting.
67 - local pre-shifting or zero offsetting of the interrogation areas.
68 - forward and central interrogation scheme
69 - adaptive interrogation area sizes to obtain high resolution and dynamic range.
70 - different interpolation schemes for sub-pixel estimation.
71 - cross and auto correlation.
72 - defining order of correlation peak to be used as estimator.
73 - visualization of interrogation area's and correlation function
76 Validation
77 ===========
78 - manually enabling and disabling of PIV estimators 
79 - checking on peak-locking effects
80 - validation on outliers by SNR value or median test
83 Post-processing
84 ===============
85 - apply time and spatial scaling
86 - calculate statistics and subtraction of mean values from estimators
87 - calculation of vorticity and strain.
90 Currently the images can not be visualized, yet, as the code is written
91 with the GNOME 1.4 libraries. It is planned to visualize the images in
92 the window that displays the data when the program will be ported to
93 GNOME-2.  In that case the gnome-config allows to include pixmap images
94 into the gnome canvas. Any help, especially on the visualization of
95 images, on porting the program to GNOME-2 is welcome.