Commit 351ab611 authored by Leon Pyka's avatar Leon Pyka
Browse files

adjusted parser for bigger seed number

parent 04e60d90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@ if __name__ == "__main__":
    crack_lenght = input("Crack length:  ")
    base_path = f"/FASTTEMP/p7/lpyka/hierarchical_interface/5_precracked/a_{crack_lenght}"
    clear_txt_file()
    for seed in range(1000,1010):
    for seed in range(1000,1050):
        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)
        plot_iv_curve(iv_data)
        #plot_iv_curve(iv_data)
        append_data_to_txt(iv_data, seed)
    push_ivcat(base_path) 
    print("cutoff prev")
 No newline at end of file