Skip to main content

A two-channel deconvolution method with Starlet regularization

Project description

pipeline status coverage report Python 3.8 License: GPL v3 DOI

STARlet REgularized Deconvolution (STARRED) is a Python deconvolution method powered by Starlet regularization and JAX automatic differentiation. It uses a Point Spread Function (PSF) narrower than the original one as kernel.

Installation

Through Anaconda

We provide an Anaconda environment that satisfies all the dependencies in starred-env.yml.

git clone https://gitlab.com/cosmograil/starred.git
cd starred
conda env create -f starred-env.yml
conda activate starred-env
pip install .

In case you have an NVIDIA GPU, this should automatically download the right version of JAX as well as cuDNN. Next, you can run the tests to make sure your installation is working correctly.

# While still in the STARRED directory:
pytest .

Manually handling the dependencies

If you want to use an existing environment, just omit the Anaconda commands above:

git clone https://gitlab.com/cosmograil/starred
cd starred
pip install .

or if you need to install it for your user only:

python setup.py install --user

STARRED runs much faster on GPUs, so make sure you install a version of JAX that is compatible with your version of Cuda and CuDNN:

pip install "jax[cuda11_cudnn86]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

Requirements

STARRED requires the following Python packages: * astropy * dill * jax * jaxlib * jaxopt * matplotlib * numpy * scikit-image * scipy * optax * tqdm

Example Notebooks and Documentation

The full documentation can be found here.

Example notebooks are located in the notebooks folder: * Ground-based narrow PSF generation * Ground-based joint deconvolution * Another ground-based joint deconvolution * JWST PSF generation and deconvolution * DES2038 joint deconvolution * HST PSF reconstruction

Attribution

If you use this code, please cite Michalewicz et al. 2023 as indicated in the documentation.

License

STARRED is a free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.

STARRED is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (LICENSE.txt).

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

starred-astro-1.1.tar.gz (49.1 kB view hashes)

Uploaded Source

Built Distributions

starred_astro-1.1.0-py3-none-any.whl (54.0 kB view hashes)

Uploaded Python 3

starred_astro-1.1-py3-none-any.whl (54.3 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