get_TS | R Documentation |
This helper function extracts parameter values for a given simulation grid index, updates the working scatterer object accordingly (including reforge if needed), runs the target strength calculation, and formats the results for output.
get_TS(grid_index, object, parameters, simulation_grid, frequency, model)
grid_index |
Integer index of the row in |
object |
Scatterer-class object. |
parameters |
List containing the values, distributions, or generating functions of parameter values that inform the TS model. |
frequency |
Frequency (Hz). |
model |
Model name. If multiple models are specified, the output will be a list of data frames, one for each model. |
This function is intended for internal use in both parallel and sequential simulation workflows. It handles object re-forging, parameter assignment, and result extraction for a single simulation instance.
A named list of data frames, one per model, each containing the simulation results along with the model name and parameter values for this simulation.
target_strength
, reforge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.