orcasound / ambient-sound-analysis

This repository aims to hold code for UW MSDS capstone project analyzing ambient sounds in orcasound hydrophone data
MIT License
5 stars 4 forks source link

Add band argument documentation #8

Closed CaseCal closed 1 year ago

CaseCal commented 1 year ago

Can we add documentation on what the "band" argument does? Specifically the expected input type, and maybe an example.

Should be added to init of NoiseAnalysisPipeline in pipeline.py and wav_to_array function in acoustic_utils.py

mitchhaldeman commented 1 year ago

Fixed in commit 07d50a2.