File format¶
Under the hood, JVol files are .npz files.
From NumPy's documentation:
The
.npzfile format is a zipped archive of files named after the variables they contain. The archive is compressed withzipfile.ZIP_DEFLATEDand each file in the archive contains one variable in.npyformat. For a description of the.npyformat, seenumpy.lib.format.
TODO: inspect contents dynamically