TOC PREV NEXT INDEX

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.

Input Port

in_fld

field

slice_position

float

Parameters

spacing_axis

int

Output Port

spacing_axis

int

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

in_fld

field. 3d Uniform Field data that is to be irregularly spaced.

slice_position

float. Postion of each slice on the specified axis.

direction

An integer. If the value is not 0, the direction of integration is forward. If it is zero, the direction is backward.

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

read_Img2vol

TOC PREV NEXT INDEX