Data and Code: Detecting Blue Whale Calls in the Northeast Pacific Using Seismic Systems (Undergraduate Thesis)

SeismoData.ipynb : This Jupyter notebook is adapted from seismosocialdistancing.ipynb created by Thomas Lecocq, Fred Massin and Claudio Satriano. SeismoData.ipynb was used to retrieve seismic waveform data from the Incorporated Research Institutions for Seismology (IRIS) Data Management Center (DMC)...

Full description

Bibliographic Details
Main Author: Goblot, Eva
Other Authors: Liu, Yajing
Format: Other/Unknown Material
Language:unknown
Published: Zenodo 2024
Subjects:
Online Access:https://doi.org/10.5281/zenodo.11060947
Description
Summary:SeismoData.ipynb : This Jupyter notebook is adapted from seismosocialdistancing.ipynb created by Thomas Lecocq, Fred Massin and Claudio Satriano. SeismoData.ipynb was used to retrieve seismic waveform data from the Incorporated Research Institutions for Seismology (IRIS) Data Management Center (DMC) (https://ds.iris.edu/ds/ nodes/dmc/) and convert files from miniSEED to SAC format. It was also used to preview waveform and spectrogram plots. BlueWhaleDetectionResults_J53A_Dec132011.mat : This .mat file summarizes whale detection results from OBS J53A on December 13th 2011. The objective was to calibrate a detection algoritm created for Northwest Atlantic blue whale A calls by Plourde and Nedimovic (2022), so that it can target Northeast Pacific blue whale B calls using seismometers off Washington and California. Three tests were performed to find optimal parameters. BlueWhaleDetections_J53A_Test1 are the detection results ofa control that uses Northwest Atlantic blue whale parameters (16.25-18Hz frequency and 68-78s period ranges). BlueWhaleDetections_J53A_Test2 are the detection results using Northeast Pacific blue whale B call parameters (14-17Hz frequency and 45-55s period ranges). BlueWhaleDetections_J53A_Test2 are the detection results using Northeast Pacific blue whale B call and C call parameters (10.5-12Hz and 14-17Hz frequency and 45-55s period ranges). BlueWhaleDetections_J53A_SCC are the 95% probability detection results from the Wilcock and Hilmo (2021) blue whale catalogue created using spectrogram cross-correlation. NEPBlueWhaleMATLABcodes.zip : Contains scripts to run the recurrence interval power ratio method created by Plourde and Nedimovic (2022), adjusted to detect Northeast Pacific blue whale B calls and plot waveforms/spectrograms. First run DetectBlueWhales.m to calculate the recurrence power ratio every 12 minutes, then run C reateBlueWhaleDetectionList.m to classify detections with high power ratios and likely blue whale call detections. ...