Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rivet-chopbins(1) [debian man page]

RIVET-CHOPBINS(1)						   User Commands						 RIVET-CHOPBINS(1)

NAME
rivet-chopbins - Strip specified bins from data sets. SYNOPSIS
rivet-chopbins -b <HISTO/PATH:min:max> [ -b ... ] <AIDAFILE> [...] DESCRIPTION
Strip specified bins from data sets. Histograms not specified will be passed through without any chopping. Bins to be kept can be specified on command line `-b' options. To chop bins from different observables can be achieved by using the `-b' option multiple times. OPTIONS
-h, --help show this help message and exit -b BINS, --bins=BINS Specify a histogram and bin range that is to be kept. The format is `AIDAPATH:start:stop'. -O OBSFILE, --obsfile=OBSFILE Specify a file with bin-definitions to chop -o OUTDIR, --out=OUTDIR output directory (default: .) -i, --in-place Overwrite input file rather than making inputchop.aida Example: rivet-chopbins -b /ALEPH_1996_S3486095/d03-x01-y01:0.095:0.27 out.aida This will give you the all bins of the ALEPH 1-T distribution that are between the bins that contain the x-values 0.095 and 0.27. 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 RIVET-CHOPBINS(1)

Check Out this Related Man Page

HISTO(1)						      General Commands Manual							  HISTO(1)

NAME
histo - compute 1-dimensional histogram of N data columns SYNOPSIS
histo [-c][-p] xmin xmax nbins histo [-c][-p] imin imax DESCRIPTION
Histo bins columnular data on the standard input between the given minimum and maximum values. If three command line arguments are given, the third is taken as the number of data bins between the first two real numbers. If only two arguments are given, they are both assumed to be integers, and the number of data bins will be equal to their difference plus one. The bins are always of equal size. The output is N+1 columns of data (for N columns input), where the first column is the centroid of each division, and each row corresponds to the frequencies for each column around that value. If the -c option is present, then histo computes the cumulative histogram for each column instead of the straight frequencies. The upper value of each bin is printed also instead of the centroid. This may be useful in computing percentiles, for example. Values below the minimum specified are still counted in the cumulative total. The -p option tells histo to report the percentage of the total number of input lines rather than the absolute counts. In the case of a cumulative total, this yields the percentile values directly. Values above the maximum are counted as well as values below in this case. All input data is interpreted as real values, and columns must be white-space separated. If any value is less than the minimum or greater than the maximum, it will be ignored unless the -c option is specified. EXAMPLE
To count data values between -1 and 1 in 50 bins: histo -1 1 50 < input.dat To count frequencies of integers between 0 and 255: histo 0 255 < input.dat AUTHOR
Greg Ward SEE ALSO
cnt(1), neaten(1), rcalc(1), rlam(1), tabfunc(1), total(1) RADIANCE
9/6/96 HISTO(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with awk

Hi, I have a text file like this: ISA*00*0000000000*00*0000000000*01*098911860 *01*075138321A *061211*095 9*U*00200*000002184*0*P*╜ GS*FA*098911860*075138321*20061211*0959*931*X*004010 ST*997*0001 AK1*IN*1555 AK2*810*0001 AK5*A AK2*810*0002 AK5*A AK9*A*2*2*2 SE*8*0001... (3 Replies)
Discussion started by: isingh786
3 Replies

2. HP-UX

Hpux Csa -hp 0 095

Gurus, i am planning for HPUX CSA 0 095 Certification .has anyone holding any documentation/soft copy of any useful book.can you pls send it to my mail id saty172@gmail.com rgds (0 Replies)
Discussion started by: pksnairg
0 Replies

3. HP-UX

Question about HP-UX certification

Hi all, I have appeared the HP-UX CSA exam (HP0-095) from a local prometric test center and passed successfully. Now how to get the certificate from HP. And how anyone can verify this certification? When I earned the RHCE certification they have provide me a certification number and send me the... (2 Replies)
Discussion started by: sixty_nine
2 Replies

4. Shell Programming and Scripting

Conditional mailing as command result

Hi ! I would like to be informed by mail when a ping conmand exceeds a certain avarage value. This is the output of the ping command rtt min/avg/max/mdev = 164.505/165.522/166.540/1.095 ms I need to get the second value (165.522) and if greater than 200, send a mail. This should... (2 Replies)
Discussion started by: gadile
2 Replies

5. Shell Programming and Scripting

script set up required

Hi, I have a configuration file name (tar_config2.sh)which has the following enteries .... here 10 represents days(mofification time), /home/admin/files represents source folder from where the files will be picked up /home/admin/output represents whwre the files will be kept so it is a... (11 Replies)
Discussion started by: suchitasinha123
11 Replies

6. Solaris

Redirecting print to optional output bins

Guys We have a HP P4015 laserjet printer with a 5 bin mailbox attached & configured. We can print to the specific output bins from Oracle e-Business suite, however our print output format is incompatible so it prints out random characters instead of the letter content. I have looked... (2 Replies)
Discussion started by: s1977
2 Replies

7. UNIX for Dummies Questions & Answers

Ldapdelete

i am able to: idsldapsearch -h "$Host" -p 389 -D "CN=root,cn=lwsn,dc=chop,dc=edu" -w "$Pwd" -b "CN=SSOP,ou=svcxref,o=lwsnsecdata,cn=lwsn,dc=chop,dc=edu" "lwsnssoListOfIDs=1234" BUT i cannot do this: idsldapdelete -h "$Host" -p 389 -D "CN=root,cn=lwsn,dc=chop,dc=edu" -w "$Pwd" -b... (0 Replies)
Discussion started by: lawsongeek
0 Replies

8. Shell Programming and Scripting

awk to select 2D data bins

I wish to use AWK to do something akin: Select all 2D data with 1<$1<2 and -7.5<$2<-6.5 But it's not working awk 'END {print ($1<=2&&$1>=1&&$2<=-6.5&&$2>=-7.5)}' bla Data: -1.06897 -8.04482 -61.469 -1.13613 -8.04482 -61.2271 -1.00182 -8.04482 -61.2081 -1.06897 -8.13518 -60.8544... (2 Replies)
Discussion started by: chrisjorg
2 Replies