Instrument2Histogram
This program computes the arc-wise histogram from an instrument file. The output is a matrix with the first column containing the lower bound of each bin. The other columns contain the histograms for each arc.
Name | Type | Annotation |
---|---|---|
outputfileMatrix | filename | column 1: lower bin bound; columns 2 to N: histogram of each arc |
inputfileInstrument | filename | |
selectDataField | uint | select channel for histogram computation |
binCount | uint | (default: Freedman-Diaconis' choice, maximum of all channels) |
lowerBound | expression | lower bound for bins (default: global minimum, data values outside are ignored) |
upperBound | expression | upper bound for bins (default: global maximum, data values outside are ignored) |
relative | boolean | output relative frequencies |
cumulative | boolean | accumulate frequencies |