adjust_slice_spacing
Synopsis
adjust_slice_spacing takes a 3D uniform field, changes the spacing of the specified axis and converts it into a 3D rectilinear field. This macro can be used to irregularly space the uniform output of Read_Img2vol.
V name
MODS. adjust_slice_spacing
Input Port
|
in_fld |
field |
|
slice_position |
float |
Parameters
|
spacing_axis |
int |
Output Port
|
out_field |
field |
Description
adjust_slice_spacing takes a 3D uniform field, changes the spacing of the specified axis and converts it into a 3D rectilinear field. This macro can be used to irregularly space the uniform output of read_Img2vol.
Input Port
in_fld
field. 3d Uniform Field data that is to be irregularly spaced
slice_postion
float. Postion of each slice on the specified axis
Parameters
spacing_axis
int. Specifies which axis spacing should be adjusted.
Output Port
out_fld
field. Output 3D Rectilinear field data
Example
Not available.
File
v/modules.v
See also
Related modules