A project aim to process DAS (Distributed Acoustic Sensing, 分散式光纖聲學感測) data. Specially designed for MiDAS data.
- Read MiniSEED data, transform to HDF5
- Wave and waterfall plot
- GIF images of waterfall and wave
- Analyze data by PhaseNet DAS or Cross Correlation
pip install -e .uv sync.
├── src/
│ ├── analysis/ # Analyze data
│ ├── load/ # Load and transform data
│ ├── plot/ # Generate figure
│ └── utils/ # Other tools
├── main.py # Directly run the program
└── __main__.py # Allow users to use CLI interface