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.

instrument2Histogram
Figure: GRACE range-rate residuals of one month (one arc) divided into 50 bins.

NameTypeAnnotation
outputfileMatrix
filenamecolumn 1: lower bin bound; columns 2 to N: histogram of each arc
inputfileInstrument
filename
selectDataField
uintselect channel for histogram computation
binCount
uint(default: Freedman-Diaconis' choice, maximum of all channels)
lowerBound
expressionlower bound for bins (default: global minimum, data values outside are ignored)
upperBound
expressionupper bound for bins (default: global maximum, data values outside are ignored)
relative
booleanoutput relative frequencies
cumulative
booleanaccumulate frequencies
This program is parallelized.