get_mrsi_voxel {spant} | R Documentation |
Generate a MRSI voxel from an mrs_data
object.
Description
Generate a MRSI voxel from an mrs_data
object.
Usage
get_mrsi_voxel(mrs_data, target_mri, x_pos, y_pos, z_pos)
Arguments
mrs_data |
MRS data. |
target_mri |
optional image data to match the intended volume space. |
x_pos |
x voxel coordinate. |
y_pos |
y voxel coordinate. |
z_pos |
z voxel coordinate. |
Value
volume data as a nifti object.
[Package spant version 2.22.0 Index]