4:45 PM - 5:00 PM
[STT42-12] Development of GUI software for picking up seismic phases from distributed acoustic sensing records
Keywords:Distributed Acoustic Sensing, GUI software, Python, Phase identification
Existing GUI software to pick up seismic arrival times is not suitable for DAS records, because it does not utilize channel coherence information which is an advantage of DAS records. In addition, optimization of operation for many channels of DAS records and huge data size is needed. From these backgrounds, we decided to develop a new GUI software to identify seismic phases effectively for DAS records. The new GUI software has a graphic image indicating amplitudes of data for a spatiotemporal domain in addition to a conventional waveform display for a single channel. The image is displayed as fast as possible by using a fast graphic library. The aspect ratio and displayed range of the image can be smoothly adjusted by dragging a mouse or using a keyboard. An arrival time for a single channel is picked by clicking, and arrival times for multiple channels are easily picked by dragging a mouse. Furthermore, because name and number of phases for picking are freely specified, we can mark not only P- and S-wave arrivals but also other arrivals such as converted waves. The GUI software was developed by using Python and DAS records can be given in numpy.ndarray format which is one of the most common formats of array data. Therefore, DAS records processed with existing libraries such as DASPy or Xdas, or any other Python programs, can be directly handled by the developed GUI software.
Using the GUI software, we identified arrival times from DAS data of an M2.8 earthquake with a distance of 21 km obtained by the off-Sanriku seafloor cable system. We could identify arrival times of P-waves with small amplitudes, reflected P-waves from the sea surface and converted waves from P-wave to S-wave at the bottom of a sedimentary layer. These arrival times are consistent with the seafloor topography and the seismic reflection image along the cable. After we pick up arrival times for more events, the results will contribute to hypocenter locations, focal solution determination using DAS records, and training of the deep learning models.