From fc6036efb7c1862ff1cd98ee35275db0876ba372 Mon Sep 17 00:00:00 2001 From: duxin Date: Thu, 9 Jul 2026 11:53:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=5Fadd=5Fhyperspectral=5Fimages=5Fsectio?= =?UTF-8?q?n=20=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84=20start=5Ffig?= =?UTF-8?q?ure=5Fnum=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/postprocessing/report_word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postprocessing/report_word.py b/src/postprocessing/report_word.py index 93f42eb..382f9f0 100644 --- a/src/postprocessing/report_word.py +++ b/src/postprocessing/report_word.py @@ -972,7 +972,7 @@ class WaterQualityReportGenerator: # ── 2. 影像预处理 ── h1 = doc.add_heading("2 影像预处理", level=1) self._style_heading(h1, 1) - self._add_hyperspectral_images_section(doc, vis_dir, start_figure_num=1) + self._add_hyperspectral_images_section(doc) doc.add_page_break() # ── 3. 水色指数公式列表 ──