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