View source: R/mrs_data_proc.R
dyn_acq_times | R Documentation |
Return a time scale vector of acquisition times for a dynamic MRS scan. The first temporal scan is assigned a value of 0.
dyn_acq_times(mrs_data = NULL, tr = NULL, Ndyns = NULL, Ntrans = NULL)
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. |
time scale vector in units of seconds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.