dyn_acq_times: Return a time scale vector of acquisition times for a dynamic...

View source: R/mrs_data_proc.R

dyn_acq_timesR Documentation

Return a time scale vector of acquisition times for a dynamic MRS scan. The first temporal scan is assigned a value of 0.

Description

Return a time scale vector of acquisition times for a dynamic MRS scan. The first temporal scan is assigned a value of 0.

Usage

dyn_acq_times(mrs_data = NULL, tr = NULL, Ndyns = NULL, Ntrans = NULL)

Arguments

mrs_data

MRS data.

tr

repetition time.

Ndyns

number of dynamic scans stored, potentially less than Ntrans if block averaging has been performed.

Ntrans

number of dynamic scans acquired.

Value

time scale vector in units of seconds.


spant documentation built on Sept. 11, 2024, 9:13 p.m.