Skip to content
Snippets Groups Projects
Commit cd43fc61 authored by Michel Spils's avatar Michel Spils
Browse files

dest_dir bsh

parent fc7df764
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ def main(): ...@@ -174,7 +174,7 @@ def main():
for offset in [0,3,6]: for offset in [0,3,6]:
df3 = df2.copy() df3 = df2.copy()
df3["timestamp"] = df3["timestamp"] + pd.Timedelta(hours=offset) df3["timestamp"] = df3["timestamp"] + pd.Timedelta(hours=offset)
target_file = make_target_file_name(base_dir,df3["timestamp"].iloc[0]) target_file = make_target_file_name(dest_dir,df3["timestamp"].iloc[0])
writeZrxp(target_file,df3[offset:offset+48]) writeZrxp(target_file,df3[offset:offset+48])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment