Post-processing using mat output

This commit is contained in:
Edgar P. Burkhart 2022-04-07 11:04:51 +02:00
parent d05a80d98d
commit 2eea373e79
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 14 additions and 14 deletions

View file

@ -29,8 +29,8 @@ def data(var):
return np.load(inp.joinpath(f"{var}.npy"))
x = data("xp")
t = data("tsec")
x = data("x")
#t = data("t")
watl = data("watl")
botl = data("botl")