Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gpiv_fasty(1) [debian 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)

Check Out this Related Man Page

GPIV_ROT180(1)						      General Commands Manual						    GPIV_ROT180(1)

NAME
gpiv_rot180 - Simple data manipulation tool for PIV data. SYNOPSIS
gpiv_rot180 [-h | --help] [-p | --print] [-p | --version] [filename] < stdin > stdout DESCRIPTION
gpiv_rot180 rotates the data over 180 degrees. As rotating over 180 degrees is identic to flipping over x as well as over y-direction, flipx and flipy may be used instead of gpiv_rot180. 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 may be used as parameters of gpiv_rot180 for future use by re-directing stdout to gpiv_rot180.par. -v | --version Print version information on standard output, then exits successfully. filename Input PIV file. Overrides stdin and stdout. Output will be written to filename.ma.piv. The parameters will be written or appended to filename.par. SEE ALSO
manipiv, flipx, flipy, gpivtools AUTHOR
Gerber Van der Graaf 8 November 2006 GPIV_ROT180(1)
Man Page

11 More Discussions You Might Find Interesting

1. Programming

connect() parameters or maybe something else.

I'm having trouble when running a program that uses the connect(). I keep receiving errno: 22. Below is the code that I am using. Do I have the variables set up correctly? Am I passing the correct parameters? I have been searching for source code on the connect function but haven't... (1 Reply)
Discussion started by: Nivla
1 Replies

2. UNIX for Dummies Questions & Answers

Unix

How to read some text on a particular line from stdout (standard output file) using expect?. can anyone give some idea? (1 Reply)
Discussion started by: alodha
1 Replies

3. UNIX for Dummies Questions & Answers

Interested in partial command output.

Command output is given to the console. As in the following case - wc -l filename produces following output nn filename From this, I am only interested with nn(rowcount). Cant we simply extract it thr console? I also tried with null device, I know as - /dev/null wc -l filename >... (1 Reply)
Discussion started by: videsh77
1 Replies

4. UNIX for Dummies Questions & Answers

How do you take in variables/parameters from the command line?

I need to take in two parameters from the command line...help! (1 Reply)
Discussion started by: avisram
1 Replies

5. Shell Programming and Scripting

Compare file names

Hi everyone, How to compare between two filenames, in case the current filename is the same as the last one an alarm to be sent, in case the current filename is different from the last filename, no alarm to be sent. Is there a way to do this? Thanks in advance. (4 Replies)
Discussion started by: charbel
4 Replies

6. Shell Programming and Scripting

print the fileds of a file

Hi Friends, Please help me in finding the solution for this : I have a file as below : CuDv: name = "hdisk0" status = 1 chgstatus = 2 ddins = "scsidisk" location = "" parent = "vscsi0" connwhere = "830000000000" PdDvLn... (3 Replies)
Discussion started by: vijaya2006
3 Replies

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

8. Shell Programming and Scripting

Need specific byte positions of a file

Hello , I need to extract data from specific byte positions of a file. I have tried the below command awk ' { printf "%s", substr($0, 642363,642369}' filename to extract data between byte positions 642363 and 642369 . However I did not get the expected result. I am new to awk... (6 Replies)
Discussion started by: rmv
6 Replies

9. Shell Programming and Scripting

Problem with Input parameters

Hi, I am facing a weird problem with input parameters. Please find more details about my problem below: a) I am executing a korn shellscript with 11 input parameters from "Appworx" tool (it's a scheduling tool) and immediately displaying those 11 parameter values in unixscript and noticed... (4 Replies)
Discussion started by: npk2210
4 Replies

10. Shell Programming and Scripting

sed using data in two different positions

Hi, I cannot figure out how to input a greater than command for a item of data that may be in two different positions. my input file looks like this. isup,isupmap,2011,05,10 isup,isupmap,2011,05,11 isup,isupmap,2011,05,12 pcap,2011,05,10 pcap,2011,05,11 pcap,2011,05,12 You will see... (2 Replies)
Discussion started by: imarcs
2 Replies

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