Summer school modules¶
There are several python modules that are provided for the summer school. In the repository, the python files can be found at src/ooi_2025_summer_school_acoustics/, and can be accessed inside of python like this:
import ooi_2025_summer_school_acoustics as oa
oa.helper_function(...)
The API documentation for all of these modules is below.