get_spherical_shell()

Description: This function creates a spherical shell transducer. It is intended to be used independently.

Usage

transducer = get_spherical_shell(radius, rad_curv);
transducer = get_spherical_shell(radius, rad_curv, center);
transducer = get_spherical_shell(radius, rad_curv, center, euler); 

Arguments

Output Parameters

Notes

The weight of the transducer is set to 1 and the phase is

set to zero. If you need to focus via phase shifting, you must manually change the phase after the function has run.