The Python package contains the bindings and an optional processing tool to transform the data you extracted using SEAScope into a PNG image or a binary array (Numpy format).
We recommend to install the Python bindings in a virtual environment: it is good practice but not mandatory.
The easiest way to install the package is to use the pip command to get pySEAScope from the official Python Package repository:
or if you downloaded the package yourself:
If you want to use the seascope-processor tools (required to get the "Save as PNG" and "Save as Numpy" options in the viewer), use this command instead:
or if you downloaded the package yourself:
Then start the processor:
Finally enable the seascope-processor option in SEAScope settings and you should now be able to extract data as PNG images or Numpy arrays (the path of the output is displayed in the terminal wherein seascope-processor is running).