fix: _add_hyperspectral_images_section 去掉多余的 start_figure_num 参数
This commit is contained in:
@ -972,7 +972,7 @@ class WaterQualityReportGenerator:
|
|||||||
# ── 2. 影像预处理 ──
|
# ── 2. 影像预处理 ──
|
||||||
h1 = doc.add_heading("2 影像预处理", level=1)
|
h1 = doc.add_heading("2 影像预处理", level=1)
|
||||||
self._style_heading(h1, 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()
|
doc.add_page_break()
|
||||||
|
|
||||||
# ── 3. 水色指数公式列表 ──
|
# ── 3. 水色指数公式列表 ──
|
||||||
|
|||||||
Reference in New Issue
Block a user