Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpiv_vhisto(1) [debian man page]

GPIV_VHISTO(1)						      General Commands Manual						    GPIV_VHISTO(1)

NAME
gpiv_vhisto - Tests PIV data by printing/displaying an histogram of the vertical particle displacements. SYNOPSIS
gpiv_vhisto [-g] [-h | --help] [-n N] [-p | --print] [-v | --version] [filename] < stdin > stdout DESCRIPTION
Gpiv_vhisto calculates the histogram of the vertical particle displacement distribution between minimum and maximum values. The parameters read from the configuration resources (containing the key VALID) may be overruled by the command line options, as explained below. Options -g Graphical visualization of the histogram with gnuplot. -h | --help On-line help -n N Override number of bins (default 10, hard coded). -p | --print Print parameters, command line options and eventually used input and output filenames to stdout. The output is identic of file- name.par, in case -f is used. -v | --version Print version information on standard output, then exit successfully. filename Input PIV file. Overrides stdin and stdout. Output will be written to filename.pdf. The parameters will be written or appended to filename.par and may be used for future use by including them in ./gpivrc. SEE ALSO
gpivtools NOTES
stdin and stdout has still to be implemented. [-f filename ] will be added. AUTHOR
Gerber Van der Graaf BUGS
The program seems to work fine with real PIV data. So far, no serious bugs have been found. 8 November 2006 GPIV_VHISTO(1)

Check Out this Related Man Page

GPIV_S-AVG(1)						      General Commands Manual						     GPIV_S-AVG(1)

NAME
gpiv_s-avg - Spatial statistics of PIV data. SYNOPSIS
gpiv_s-avg [-h | --help] [-p | --print] [-s] [-no_s] [-v | --version] [filename] < stdin > stdout DESCRIPTION
gpiv_s-avg reports the spatial global mean velocities and variances in x and y-direction of a PIV data stream. Only input data of which the peak number is not equal to -1 are taken into account. The parameters read from the configuration resources (containing the key POST) may be overruled by the command line options, as explained below. Options -h | --help On-line help. -p | --print Prints parameters, command line options and input and eventually filenames to stdout. The output is identic of filename.par, in case -f is used. -s Subtracts the mean x-and y-particle displacements from the input data. -no_s Suppresses subtracting the mean values from the input data. -v | --version Prints version information on standard output, then exits successfully. [-z dx0 dy0] zero offset of displacement or velocity estimators. filename Input PIV file. Overrides stdin and stdout. The output will be written to filename.sa.piv. Parameters are stored in filename.par and may be used for future use by including them in ./gpivrc. SEE ALSO gpivtools NOTES
AUTHOR
Gerber Van der Graaf BUGS
The program has been tested for PIV data. So far, no bugs have been found. 8 November 2006 GPIV_S-AVG(1)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

stdin

hi, how does a program know whether some data are available from stdin? I would like to make a program which could read its data from stdin and _if_there_is_nothing_at_stdin_ from a file which name is given as an argument. If there is nothing in stdin and no filename is given as argument,... (2 Replies)
Discussion started by: marquis
2 Replies

2. Programming

Need help with FSMs...

hii.. I need to implement a pure virtual FSM program design which copies stdin to stdout, converting any C trigraphs found to their single character form (e.g. converting trigraph ??= to #) including those in the comments. implement a pure virtual FSM program design. See the class notes for more... (1 Reply)
Discussion started by: sharsin2001
1 Replies

3. Programming

stdout to a variable?

Hi, I need to set stdout to go to a String variable, has anyone got any ideas? (6 Replies)
Discussion started by: cb.mark
6 Replies

4. Shell Programming and Scripting

Permissions output

Hi there, One question on displaying the output for permissions. Ok, when I put ls -l filename I get something like this: -rw-r--r-- 1 read.read users 359 Dec 16 13:19 filename How do I change the output to become like this? READ WRITE EXECUTE OWNER... (1 Reply)
Discussion started by: felixwhoals
1 Replies

5. Programming

Print C file output both in stdout and file

Hello! I want to post a question. does anybody know how to print the output of a C program both in stdout and a file?? thanx (8 Replies)
Discussion started by: nicos
8 Replies

6. Shell Programming and Scripting

Redirecting stdin/stdout to/from command from/to string

Hi, I am working on a project where I have to generate and execute nasm code on-the-fly. I generate the code in a file program.asm and then execute it.This output is to stdout which i redirect to an output file which i read back to compare results: system("nasm -f elf program.asm >... (5 Replies)
Discussion started by: doc_cypher
5 Replies

7. UNIX for Dummies Questions & Answers

gnuplot easy histogram

hello experts, I have been trying to plot a histogram of a data like; -54 -56 -43 -65 -67 -78 ... I have 156.000 rows of these kind of values between 0 and -100. I just want to make x axis takes values 5 spacing in between like; -100 -95 -90 .............. 0 And I want y... (4 Replies)
Discussion started by: enes71
4 Replies

8. Programming

Capture stdout from multiple processes

I have a number of binaries which I currenlty have no control over. They alright data to stdout. I would like to kick off any number of these binaries and capture and process their stdout. Doing this for one process is straight forward for example - comments and error checking removed for... (6 Replies)
Discussion started by: dvales
6 Replies

9. Shell Programming and Scripting

Print filename/dir name while executing aclput using find command

Running below command , but unable to print the filename , is there way to print filename/dirname using -print option find . -type f -exec aclput -i fileacl.template {} \; (5 Replies)
Discussion started by: lalitpct
5 Replies

10. UNIX for Dummies Questions & Answers

Installing SPIDER single particle software-help with bashrc?

Hello, I am a Unix newbie and I need some help with getting this program up and running for work. It is a program for analyzing electron microscopy images. If you google SPIDER single particle, you will find the website with the program to download as well as the installation instructions (which... (4 Replies)
Discussion started by: bicarbajg
4 Replies