Skip to main content

Fast and exact Wigner Transforms

Project description

SO3: Fast Wigner transforms

CMake Build Python Build

DESCRIPTION

The SO3 code provides functionality to perform fast and exact Wigner transforms based on the sampling theorem on the rotation group derived in McEwen et al. (2015).

INSTALLATION

The python package, so3 (pyso3 was taken), is available on so3 and can be installed with:

pip install so3

The C package can be installed with CMake and conan:

Both can be installed using pip:

pip install conan cmake

Then SO3 can be compiled with:

git clone http://astro-informatics.github.io/so3/ -b main
mkdir so3/build && cd so3/build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -Dconan_deps=True ..
make
make install

The above will also download FFTW and SSHT and compile them, if necessary.

DOCUMENTATION

Further documentation is available here.

Usage for the python package is also given in the package docstring.

REFERENCING

If you use SO3 for work that results in publication, please reference the SO3 url and cite our related academic paper:

LICENSE

SO3 is released under the GPL-3 license. For further details see LICENSE.

AUTHORS

SO3 was initially developed by Martin Büttner, Jason McEwen, and Boris Leistedt but significant contributors have since been made by a number of others.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

so3-1.3.6.tar.gz (59.1 kB view hashes)

Uploaded Source

Built Distribution

so3-1.3.6-cp38-cp38-macosx_10_16_x86_64.whl (628.1 kB view hashes)

Uploaded CPython 3.8 macOS 10.16+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page