你已经派生过 gpr3dattribute
镜像自地址
https://gitee.com/sduem/gpr3dattribute.git
已同步 2025-09-19 01:13:49 +08:00
25 行
1.2 KiB
Markdown
25 行
1.2 KiB
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.
|
|
|
|
# Cite this work
|
|
Junkai Ge, Huaifeng Sun, Xiaodong Li, Xushan Lu, Xuening Wang, Li Li, Kejia Hu, Decoding the stone Buddha: Three-dimensional ground penetrating radar attribute insights into cracks and restoration history of Sumeru throne, Journal of Cultural Heritage, Volume 76, November–December 2025, Pages 39-51
|
|
|
|
See the published paper at
|
|
https://www.sciencedirect.com/science/article/pii/S1296207425001980
|
|
|
|
## 🌍 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
|