-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This wiki is set up as an API reference for the Open-TFUS software
Similar to python modules, MATLAB namespaces organize the code by functional groupings. Namespaces can contain Classes and standalone functions. Functions/Classes in namespaces can be called in one of two ways: importing (import namespace.func or import namespace.*) and then calling func(...) directly calling the function including the namespace: namespace.func(...)
open_tfus is organized into the following namespaces:
- fus: top level namespace
In general, as long as the folder containing +fus
is on your MATLAB path, you will have access to all of the namespaces.
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.