CSM及TET,CS

This commit is contained in:
2025-12-14 12:57:34 +08:00
parent cea5ab6d3f
commit da26e0c619
11 changed files with 230 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ def organize_files_direct(input_folder, output_base):
if __name__ == "__main__":
# 输入路径
input_dir = "../data/input" # 如果是MP数据请改为 ../data/input_pre
input_dir = "../../solidstate-tools/corner-sharing/data/1209/input" # 如果是MP数据请改为 ../data/input_pre
# 输出路径
output_dir = "../data/after_step1"