Skip to content

Commit

Permalink
Switch to Port Townsend
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Nov 12, 2024
1 parent e6c6919 commit e9d764a
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.ORCASOUND_LAB,
pipeline = NoiseAnalysisPipeline(Hydrophone.PORT_TOWNSEND,
delta_f=10, bands=None,
delta_t=60, mode='safe')

Expand Down

0 comments on commit e9d764a

Please sign in to comment.