Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.78 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.78 KB

Distributed Acoustic Sensing Compression and Wavefield Reconstruction with Deep Learning

License: GPL v3

This study explores wavefield reconstruction using machine learning methods for data compression and wavefield separation. We test various architectures to treat DAS data as two-dimensional arrays, such as the Implicit Neural Representation (INR) models and the SHallow REcurrent Decoder (SHRED) model.

Tutorials

All codes are implemented in PyTorch. SHRED

Implicit Neural Representation (INR)

SIREN_vs_RFFN

Data

The earthquake data from the Cook Inlet DAS experiment are available at https://dasway.ess.washington.edu/gci/index.html. Events are updated daily.

Due to the huge size of the data used in this study, we cannot upload it directly in this repository. However, we prepared a Python script to download these data from our archival server. Please refer to download.py in this directory.

Notes

Comments and sugguestions are welcomed. Please report all issues under this repository.