Skip to content

Commit

Permalink
switching to orcasound
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s committed Jun 20, 2024
1 parent 64c9226 commit 569c207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambient_sound_analysis/noise_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Set Location and Resolution
# Port Townsend, 1 Hz Frequency, 60-second samples
if __name__ == '__main__':
pipeline = NoiseAnalysisPipeline(Hydrophone.PORT_TOWNSEND,
pipeline = NoiseAnalysisPipeline(Hydrophone.ORCASOUND_LAB,
delta_f=10, bands=None,
delta_t=60, mode='safe')

Expand Down

0 comments on commit 569c207

Please sign in to comment.