This commit is contained in:
Jan Grewe 2018-11-12 14:12:43 +01:00
parent 635f5a2c4e
commit 79f6c9eb49

View File

@ -8,7 +8,7 @@ def read_baseline_eod(dataset):
b = nix_file.blocks[0]
t = b.tags["BaselineActivity_1"]
eod_da = b.data_arrays["LocalEOD-1"]
eod = t.retrieve_data("LocalEOD-1")
eod = t.retrieve_data("LocalEOD-1")[:]
time = eod_da.dimensions[0].axis(len(eod))
nix_file.close()
return time, eod