Installation

You can install spym in your system through pip:

$ pip install spym

Prerequisites

Spym extends and is best integrated with the xarray package, which is required for the installation. Nevertheless, many spym functions can be used directly on numpy arrays (see the Usage section for more information). For signal processing the scipy package is also required. In the case you need to load and save data from and to NeXus/HDF5 through the spym.load() function the nxarray package is needed.