rebin
public QDataSet rebin(QDataSet ds,
RebinDescriptor ddX,
RebinDescriptor ddY,
RebinDescriptor ddZ)
throws java.lang.IllegalArgumentException,
DasException
rebin the data, using the interpolate control to define the interpolation between measurements. Data that fall into the
same pixel are always averaged in the linear space, regardless of interpolation method.
- Specified by:
rebin
in interface DataSetRebinner
- Parameters:
ds
- rank 2 table or rank 3 join of tables.
ddX
-
ddY
-
ddZ
-
- Returns:
- Throws:
java.lang.IllegalArgumentException
DasException