View source: R/qm_simulation.R
sim_basis | R Documentation |
Simulate a basis set object.
sim_basis(
mol_list,
pul_seq = seq_pulse_acquire,
acq_paras = def_acq_paras(),
xlim = NULL,
auto_scale = FALSE,
use_basis_cache = FALSE,
verbose = FALSE,
...
)
mol_list |
list of |
pul_seq |
pulse sequence function to use. |
acq_paras |
list of acquisition parameters or an mrs_data object. See
|
xlim |
ppm range limiting signals to be simulated. |
auto_scale |
scale the basis based on the intensity of a singlet resonance. Needed for sequences with spatial simulation. |
use_basis_cache |
create and use a cache of simulated basis sets stored in the "spant_basis_cache" folder in the users home directory. Defaults to FALSE. |
verbose |
output simulation progress and timings. |
... |
extra parameters to pass to the pulse sequence function. |
basis object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.