public static class StackedHistogramRenderer.Rebinner extends java.lang.Object implements DataSetRebinner
Modifier and Type | Method and Description |
---|---|
QDataSet |
rebin(QDataSet ds,
RebinDescriptor x,
RebinDescriptor y,
RebinDescriptor z)
create a new QDataSet in a rank 2 table with x and y tags described by x and y.
|
public QDataSet rebin(QDataSet ds, RebinDescriptor x, RebinDescriptor y, RebinDescriptor z) throws java.lang.IllegalArgumentException, DasException
DataSetRebinner
rebin
in interface DataSetRebinner
ds
- The input dataset, either a rank 2 or rank 3 dataset. Note this may include rank 1 dataset and rank 2 bundles at some point.x
- describes the column labels. (Note this may become a QDataSet at some point).y
- describes the row labels.z
- describes the Z space for the rebinning, in particular log.java.lang.IllegalArgumentException
DasException