Skip to main content

Python package for signal reconstruction.

Project description

sigpy is a Python package for signal reconstruction, with GPU support using cupy.

sigpy provides commonly used signal processing functions, including convolution, FFT, NUFFT, wavelet transform, and thresholding functions. These operations are wrapped in a linear operator class (Linop), which allows easy manipulation, such as adjoint, addition, multiplication and composition. sigpy also implements popular iterative algorithms, such as conjugate gradient, (proximal) gradient method, primal dual hybrid gradient. All operations, except wavelet transform, can run on GPU.

sigpy also provides a submodule sigpy.mri that implements common MRI iterative reconstruction methods, including SENSE reconstruction, L1-wavelet reconstruction, and total-variation reconstruction.

Requirements

This package requires python3, numpy, scipy, pywavelets, and numba.

For optional gpu support, the package requires cupy.

For optional distributed programming support, the package requires mpi4py.

Documentation

Our documentation is hosted on readthedocs: https://sigpy.readthedocs.io

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

sigpy-0.0.1.tar.gz (32.6 kB view hashes)

Uploaded Source

Built Distribution

sigpy-0.0.1-py3-none-any.whl (41.6 kB view hashes)

Uploaded Python 3

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