-
Notifications
You must be signed in to change notification settings - Fork 3
sim.Setup
Peter Hollender edited this page Dec 8, 2023
·
1 revision
Setup - Class for defining the simulation options
-
dims
: [(1,3) string] -
names
: [(1,3) string] -
spacing
: [(1,1) double] -
units
: [(1,1) string] -
x_extent
: [(1,2) double] -
y_extent
: [(1,2) double] -
z_extent
: [(1,2) double] -
dt
: [(1,1) double] Simulation time end (s) -
t_end
: [(1,1) double] Simulation time end (s) -
options
: [(1,1) struct] Additional Simulation Options
sim_scene = transform_scene(self, scene, options)
max_distance = get_max_distance(self, trans, options)
corners = get_corners(self, options)
coords = get_coords(self, dims, options)
self = from_struct(s)
CAUTION - Investigational device. Limited by Federal (or United States) law to investigational use. open-tFUS has not been evaluated by the FDA and is not designed for the treatment or diagnosis of any disease. It is provided AS-IS, with no warranties. User assumes all liability and responsibility for identifying and mitigating risks associated with using this software.