The resample filter is often used to provide smoothing of the data in one or more axes. To choose the axes to apply the filter on, change the values of the appropriate axes. Values preceeded by an 'x' represent multiplication coefficients. This means that 'x0.5' would produce half as many samples along the specified axis. Setting an axis to '=' will leave the axis untouched. Users can also enter an explicit number of samples for an axis.
After changing the axes to be resampled, the kernel, or filter type, must be chosen. The possible kernel types are Gaussian, box, tent, Catmull-Romm, B-Spline, and Quartic.