From 7137b842c71e21665a0506464af7babb3268c324 Mon Sep 17 00:00:00 2001 From: sunfishfly Date: Thu, 18 Sep 2025 09:09:49 +0000 Subject: [PATCH] add cite info Signed-off-by: sunfishfly --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a699d6..dadf6a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ 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`