Skip to content
Snippets Groups Projects
Commit 6c434dca authored by Greg Quinn's avatar Greg Quinn
Browse files

Update scan line index in cris_tar2h5

parent c2e01f39
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ def aggregate(file_type, input_filenames, output_filename):
idx_fin = idx_ini + 4
for dataset in datasets:
d_out[dataset][idx_ini:idx_fin] = g[dataset][:]
idx_ini = idx_fin
f_out.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment