stephenmsachs / libconviqt

Spherical harmonic convolution library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libconviqt

A library implementing beam convolution on a sphere based on

G. Prézeau and M. Reinecke:
Algorithm for the Evaluation of Reduced Wigner Matrices,
APJS 190 (2010) 267, arXiv:1002.1050

Installation

To compile, test and install the C++ library with C-bindings:

./autogen.sh
./configure
make && make check && make install

To install and test the Python wrapper

cd python
python setup.py install
python setup.py test

About

Spherical harmonic convolution library

License:Other


Languages

Language:C++ 57.9%Language:C 16.1%Language:M4 12.8%Language:Shell 7.1%Language:Python 3.4%Language:Makefile 2.6%