你已经派生过 gpr3dattribute
镜像自地址
https://gitee.com/sduem/gpr3dattribute.git
已同步 2025-09-19 09:23:48 +08:00
19 行
842 B
Markdown
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
|