Skip to main content

Python package for signal reconstruction.

Project description

Introduction

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. All operations, except wavelet transform, can run on GPU. These operations are wrapped in a linear operator class (Linop) or a proximal operator class (Prox) for easy usage in iterative algorithms. sigpy also implements commonly used iterative algorithms, such as conjugate gradient, (accelerated/proximal) gradient method, and primal dual hybrid gradient.

sigpy provides a submodule sigpy.mri that uses the core module to implement common MRI iterative reconstruction methods, including SENSE reconstruction, L1-wavelet reconstruction, total-variation reconstruction, and JSENSE reconstruction. In addition, it provides convenient simulation and sampling functions, such as poisson-disc sampling function.

sigpy also provides a preliminary submodule sigpy.learn that implements convolutional sparse coding, and linear regression.

Installation

The package is on PyPI, and can be installed via pip:

pip install sigpy

For optional gpu support, the package requires cupy.

For optional distributed programming support, the package requires mpi4py.

Alternatively, the package can be installed from source with the following requirements:

  • python3

  • numpy

  • scipy

  • pywavelets

  • numba

Documentation

Our documentation is hosted on Read the Docs: 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.2.tar.gz (52.1 kB view hashes)

Uploaded Source

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