# 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