vreg.write_npz#

vreg.write_npz(vol: Volume3D, filepath: str)[source]#

Write a volume to a single file in numpy’s uncompressed .npz file format

Parameters:
  • vol (Volume3D) – the volume to write.

  • filepath (str) – filepath to the .npz file.