步骤七页面修改

This commit is contained in:
DXC
2026-06-26 16:43:28 +08:00
parent abbe218608
commit 9ab916a61c
2 changed files with 427 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from src.gui.panels.step3_panel import Step3Panel
from src.gui.panels.step4_sampling_panel import Step4SamplingPanel
from src.gui.panels.step5_clean_panel import Step5CleanPanel
from src.gui.panels.step6_feature_panel import Step6FeaturePanel
from src.new.views.step7_view import Step7View
from src.gui.panels.step7_inversion_panel import Step7InversionPanel
from src.gui.panels.step8_ml_train_panel import Step8MlTrainPanel
from src.gui.panels.step9_ml_predict_panel import Step9MlPredictPanel
from src.gui.panels.step10_watercolor_panel import Step10WatercolorPanel
@ -128,7 +128,7 @@ PANEL_REGISTRY = [
},
{
'step_id': 'step7_index',
'class_ref': Step7View,
'class_ref': Step7InversionPanel,
'title': '水质光谱指数计算',
'icon': '7.png',
'stage': '模块二 特征工程与数据',