DataSetRebinner implementing either bilinear interpolation in blocks of 4 points, or nearest neighbor interpolation by grabbing close points, or no interpolation at all.. Points the land on the same pixel are averaged together.
Creates a new instance of TableAverageRebinner
"Interpolate" here simply means connecting the data points.
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.
"Interpolate" here simply means connecting the data points.
first interpolate over gaps in X then gaps in Y.