文件
gpr3dattribute/README.md
葛峻恺 9bd0423529 nice
Signed-off-by: 葛峻恺 <202115006@mail.sdu.edu.cn>
2025-06-17 16:08:05 +00:00

19 行
842 B
Markdown

# GPR 3D attribute Imaging Toolkit
This project provides a Python-based workflow for processing ground-penetrating radar (GPR) data from SEG-Y files, performing FK migration, and exporting the results as 3D point cloud data. It includes steps for data correction, background subtraction, tapering, migration, Hilbert envelope computation, and visualization.
## 🌍 Key Features
- Read and process SEG-Y GPR data using `segyio`
- Remove static and background clutter using sliding window averaging
- Apply custom tapering and FK migration
- Generate and visualize migrated sections and Hilbert envelopes
- Export processed results to `.dat` point cloud format for 3D visualization
## 🧩 Dependencies
Make sure you have the following Python packages installed:
```bash
pip install numpy matplotlib scipy segyio math pdb traceback tqdm