Extract a subset of MRS data.
get_subset(
mrs_data,
x_set = NULL,
y_set = NULL,
z_set = NULL,
dyn_set = NULL,
coil_set = NULL,
fd_set = NULL,
td_set = NULL
)
MRS data object.
x indices to include in the output (default all).
y indices to include in the output (default all).
z indices to include in the output (default all).
dynamic indices to include in the output (default all).
coil indices to include in the output (default all).
frequency domain data indices to include in the output (default all).
time-domain indices to include in the output (default all).
selected subset of MRS data.