diff --git a/KomaMRICore/src/simulation/SimulatorCore.jl b/KomaMRICore/src/simulation/SimulatorCore.jl index 7405d207c..a3040f34b 100644 --- a/KomaMRICore/src/simulation/SimulatorCore.jl +++ b/KomaMRICore/src/simulation/SimulatorCore.jl @@ -292,7 +292,9 @@ end out = simulate(obj::Phantom, seq::Sequence, sys::Scanner; sim_params, w) Returns the raw signal or the last state of the magnetization according to the value -of the `"return_type"` key of the `sim_params` dictionary. +of the `"return_type"` key of the `sim_params` dictionary. + +This is a wrapper function to `run_sim_time_iter`, which converts the inputs to the appropriate types and discretizes the sequence before simulation. The reported simulation time only considers `run_sim_time_iter`, as the preprocessing duration should be negligible compared to the simulation time (if this is not the case, please file a bug report). # Arguments - `obj`: (`::Phantom`) Phantom struct