This application creates a new dataset which is a magnified version (pixels in the original are interpolated at a finer grid spacing) of another dataset. The magnification factors must be positive integers, but they can be different for the x, y, and z dimensions.
IncreaseRes accepts the command-line arguments described in Region.html. In addition, it accepts the following options:
-factor=xf:yf:zf
-pad=xp:yp:zp
-interp=method
As an example, the following command magnifies tilts_2.dat by a factor of 2 in x and y using cubic interpolation with positivity enforced:
ResUp tilts_2.dat tilts.dat -factor=2:2:1 -interp=cubic+
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding
ReduceRes | Resample2D | Rotate3D | Priism
The resolution along the x dimension of the output dataset is increased by the factor shown in the x factor field. The factor must be a positive integer.
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding
The resolution along the y dimension of the output dataset is increased by the factor shown in the y factor field. The factor must be a positive integer.
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding
The resolution along the z dimension of the output dataset is increased by the factor shown in the z factor field. The factor must be a positive integer.
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding
The interpolation menu controls how the values in the magnified data set are computed from the original data. You have four choices:
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding
The values in the padding field affect the size of the generated dataset. For the x dimension, the number of pixels is the first value in the padding field plus the product of the x magnification factor and the number of pixels in the x dimension of the input region. For the y dimension, the number of pixels is the second value in the padding field plus the product of the y magnification factor and the number of pixels in the y dimension of the input region. For the z dimension, the number of pixels is the second value in the padding field plus the product of the z magnification factor and the number of pixels in the z dimension of the input region.
To trim pixels from one dimension of the output, use a negative value for the corresponding entry in the padding field.
Overview | Region processing | X factor | Y factor | Z factor | Interpolation | Padding