- make it work on Linux again too

This commit is contained in:
Wim Pomp
2022-10-17 20:16:28 +02:00
parent c3c0c65b06
commit c5ac6346bc
3 changed files with 7 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ Metadata is also saved in the tiffs in the description tag.
with IssFile(file) as iss:
image = iss.get_image(c=1, t=5)
carpet = iss.get_carpet(c=1, t=5)
carpet, (time, x, y, z) = iss.get_carpet(c=1, t=5)
plt.figure()
plt.imshow(image)