Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpiv_uhisto(1) [debian man page]

GPIV_UHISTO(1)						      General Commands Manual						    GPIV_UHISTO(1)

NAME
gpiv_uhisto - Tests PIV data by printing/displaying an histogram of the horizontal particle displacements. SYNOPSIS
gpiv_uhisto [-g] [-h | --help] [-n N] [-p | --print] [-v | --version] [filename] < stdin > stdout DESCRIPTION
Gpiv_uhisto calculates the histogram of the horizontal 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_UHISTO(1)

Check Out this Related Man Page

GPIV_FASTY(1)						      General Commands Manual						     GPIV_FASTY(1)

NAME
gpiv_fasty - Simple data manipulation tool for PIV data. SYNOPSIS
gpiv_fasty [-h | --help] [-p | --print] [-v | --version] [filename] < stdin > stdout DESCRIPTION
gpiv_fasty returns fast running y-positions of data that are originally written with fast running x-positions. All other variables (parti- cle displacements, snr, peak#) are at the new positions as well. 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 output filenames to stdout. The output is identic of filename.par, in case -f is used. -v | --version Print version information on standard output, then exits successfully. filename Input Piv data file. Overrides stdin and stdout. Output will be written to filename.ma.piv. The parameters will be written or appended to filename.par and may be used for future use by including them in ./gpivrc. SEE ALSO manipiv, gpivtools AUTHOR
Gerber Van der Graaf 8 November 2006 GPIV_FASTY(1)
Man Page

8 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. 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