Commit 8ed05a5f authored by Leon Pyka's avatar Leon Pyka
Browse files

adjsuted for /6_precrack_density_refernce

parent f91e129d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ def clear_txt_file():

if __name__ == "__main__":
    offset = input("Offset:  ")
    base_path = f"/FASTTEMP/p7/lpyka/hierarchical_interface/2_offset_hierarchical_struct/offset_{offset}"
    base_path = f"/FASTTEMP/p7/lpyka/hierarchical_interface/6_precrack_density_offset"
    clear_txt_file()
    for seed in range(1000,1050):
    for seed in range(1000,1010):
        file_name = f"FDB_PARSOL_SIRC-FCVC_SOG-IVCG_HFBA_CPC-NIC_-_{seed}.h5" 
        full_path = base_path + "/" + file_name
        iv_data = get_iv_data(full_path)