libsadppac¶
libsadppac
is a C++ library that enables the access/processing of SARA raw data.
Important
Version 0.4 or newer must be used!
Installation¶
Download from https://irfpy.irf.se/sdist/libsadppac-mirror-0.4.tgz
Install additional packages (for Linux). For OSX, it is not needed.
conda install gcc libgcc
Install development environment for compilation.
For Mac:
brew install swig
For Linux (Ubuntu):
apt install swig g++ libssl-dev
Install
libsadppac
python setup.py install
Uninstall¶
pip uninstall Sadppac
Check¶
>>> import Sadppac