Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

flat2aida(1) [debian man page]

FLAT2AIDA(1)							   User Commands						      FLAT2AIDA(1)

NAME
flat2aida - Convert make-plots data files to AIDA XML format. SYNOPSIS
flat2aida [options] flatfile [flatfile2 ...] DESCRIPTION
Convert make-plots data files to AIDA XML format. The output is by default written out to a file with the same name as the input (out.aida in the case of stdin) unless the --output option is specified. When specifying either input or output filenames, a '-' is used to refer to stdin or stdout as appropriate. Histograms can also be filtered by histo path, using the -m or -M options for a positive or negative regex pattern patch respectively. OPTIONS
-h, --help show this help message and exit -o OUTPUT, --output=OUTPUT Write all histos to a single output file. stdout can be explicitly specified by setting '-' as the output filename. This option will be disregarded if --split is specified. -s, --split Split histograms into individual files --plotinfodir=PLOTINFODIR directory which may contain plot header information -m PATHPATTERNS, --match=PATHPATTERNS Only write out histograms whose $path/$name string matches these regexes -M PATHUNPATTERNS, --unmatch=PATHUNPATTERNS Exclude histograms whose $path/$name string matches these regexes SEE ALSO
root2flat(1), aida2flat(1), aida2root(1) AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). Rivet June 2012 FLAT2AIDA(1)

Check Out this Related Man Page

MAKE-PLOTS(1)							   User Commands						     MAKE-PLOTS(1)

NAME
make-plots - Plots histograms in FLAT format SYNOPSIS
make-plots [options] file.dat [file2.dat ...] OPTIONS
-h, --help show this help message and exit -n NUM_THREADS, -j NUM_THREADS, --num-threads=NUM_THREADS max number of threads to be used [8] --palatino Use Palatino as font (default). --cm Use Computer Modern as font. --times Use Times as font. --minion Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first. --ps Create PostScript output (default). --pdf Create PDF output. --eps Create Encapsulated PostScript output. --png Create PNG output. --pspng Create PS and PNG output. --pdfpng Create PDF and PNG output. --epspng Create EPS and PNG output. --tex Create TeX/LaTeX output. --no-cleanup Keep temporary directory and print its filename. --full-range Plot full y range in LogY plots. -c CONFIGFILES, --config=CONFIGFILES Plot config file to be used. Overrides internal config blocks. -v, --verbose print debug (very verbose) messages -q, --quiet be very quiet AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). Rivet June 2012 MAKE-PLOTS(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Split a file into multiple files based on first two digits of file.

Hi , I do have a fixedwidth flatfile that has data for 10 different datasets each identified by the first two digits in the flatfile. 01 in the first two digit position refers to Set A 02 in the first two digit position refers to Set B and so on I want to genrate 10 different files from my... (6 Replies)
Discussion started by: okkadu
6 Replies

2. UNIX for Beginners Questions & Answers

Pattern Match FileNames

I am on AIX. I need to list the contents of the directory based on a pattern and write an XML output file with file names. If a filename does NOT match the below pattern then write an OUTPUT xml file in the below xml format Pattern Starts with (.abc) and contains (def) Starts with... (4 Replies)
Discussion started by: techedipro
4 Replies