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

  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.

    conda install gcc libgcc
    
  3. Install development environment for compilation.

    • For Mac: brew install swig

    • For Linux (Ubuntu): apt install swig g++ libssl-dev

  1. Install libsadppac

    python setup.py install
    

Uninstall

pip uninstall Sadppac

Check

>>> import Sadppac