resample_volume compoundThis node resamples the voxel properties from source_volume to identically named properties on resampled_volume.
source_volumeThe volume containing the source properties.
target_volumeThe volume to sample the input volume onto.
propertiesA space-delimited list of properties to resample. Use * (asterisk) to specify all properties.
scaleThe scale.
translationThe translation.
rotationThe rotation, expressed as Euler angles.
rotation_orderThe rotation order of the Euler angles.
detail_size_scaleThe scale applied to the source volume's detail size.
volume_subdivision_structureThe subdivision structure of the resampled volume.
Automatic Use the same resolution as the source.Power2 Set the resolution to power2 (doubles with each level in volume).Power5 Set the resolution to power5 (quintuples with each level in volume).interpolation_modeThe type of interpolation used when sampling the volumes.
Linear mode, linear interpolation is used.QuadraticC0Averaged mode, an averaged quadratic interpolation with C0 continuity between voxels is used.CubicC0 mode, cubic interpolation with C0 continuity between voxels is used.CubicC1 mode, cubic interpolation with C1 continuity between voxels is used.CubicC1Monotonic mode, monotonic cubic interpolation with C1 continuity between voxels is used.resampled_volumeThe volume containing the resampled properties.