Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1015 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1015 Bytes

MBARI

About

This repository contains calibration information and tutorials about hydrophones currently deployed in the MARS network for the Soundscape Project.

Documentation

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.

Developer Notes

Add notebook filtering

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

Cleaning

To clean the artifacts generated by the notebooks, first, try a dry-run with:

git clean -fn

then to finally clean

git clean