3.2.19 Upsampling Method
<upsampling_method></upsampling_method>
- nearest
- linear
- bicubic Default Setting
- cubic
The upsampling method tag determines which algorithm to use for upsampling. Where 'nearest' refers to nearest neighbor, and 'bicubic' is the default option. This tag will only take effect if <upsampling> is set to 'all' or 'slice_only'.
The method chosen here is also the interpolation method used for the final transformation of the raw images into the final images.