This repository contains calibration information and tutorials about hydrophones currently deployed in the MARS network for the Soundscape Project.
See pacific-sound for official documentation on installation and for live demos of these tutorial notebooks.
If you are viewing this in github, please note that this is a mirror of the official repository at https://bitbucket.org/mbari/pacific-sound.
To filter output from any added notebooks, issue this command. Note that this only needed once after the repository is cloned.
git config --local include.path .gitconfig
To clean the artifacts generated by the notebooks, first, try a dry-run with:
git clean -fn
then to finally clean
git clean