Commit f2fde367 authored by Leon Pyka's avatar Leon Pyka
Browse files

restructuring

parent 161c3c9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ def clear_txt_file():

if __name__ == "__main__":
    clear_txt_file()
    for seed in range(1000,1009):
    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)