Skip to content

Commit

Permalink
Update noise_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Nov 13, 2024
1 parent f266274 commit 2602591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.BUSH_POINT,
delta_f=10, bands=None,
delta_t=60, mode='safe')

Expand Down

0 comments on commit 2602591

Please sign in to comment.