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