aboucaud / debvader

Deblending astrophysical sources with variational autoencoders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DebVAder: Deblending galaxies with Variational Autoencoders

License Paper

This repo contains the scripts to use the deblending algorithm based on variational autoencoders presented in Arcelin et al. (2020). It is pip installable and can be used exclusively (for now) on images generated by the LSST DESC DC2 simulation.

Example

An example of application of debvader on DC2 images is presented in this tutorial.

Installation

It requires few packages to work:

  • scikit-image>=0.17
  • tensorflow == 2.1.0
  • tensorflow-probability == 0.9.0
  • scipy
  • numpy
  • matplotlib
  • jupyter

They can be installed with

pip install -r requirements.txt

Debvader can then be pip installed with

pip install --index-url https://test.pypi.org/simple/ debvader 

Authors

License

BSD 3-Clause license, see the LICENSE file for more information

About

Deblending astrophysical sources with variational autoencoders

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%