Metadata-Version: 2.1
Name: MPoL
Version: 0.1.0
Summary: Regularized Maximum Likelihood Imaging for Radio Astronomy
Home-page: https://github.com/iancze/MPoL
Author: Ian Czekala
Author-email: iancze@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: torch (>=1.8.0)
Requires-Dist: torchvision
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: astropy ; extra == 'dev'
Requires-Dist: sphinx (>=2.3.0) ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Requires-Dist: jupytext ; extra == 'dev'
Requires-Dist: nbsphinx ; extra == 'dev'
Requires-Dist: faculty-sphinx-theme ; extra == 'dev'
Requires-Dist: sphinx-copybutton ; extra == 'dev'
Requires-Dist: jupyter ; extra == 'dev'
Requires-Dist: nbconvert ; extra == 'dev'
Requires-Dist: sphinxcontrib-mermaid ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (>=2.3.0) ; extra == 'docs'
Requires-Dist: numpy ; extra == 'docs'
Requires-Dist: jupytext ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: faculty-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: jupyter ; extra == 'docs'
Requires-Dist: nbconvert ; extra == 'docs'
Requires-Dist: requests ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid ; extra == 'docs'
Requires-Dist: astropy ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: matplotlib ; extra == 'test'
Requires-Dist: requests ; extra == 'test'
Requires-Dist: astropy ; extra == 'test'

# MPoL

[![Tests](https://github.com/MPoL-dev/MPoL/actions/workflows/tests.yml/badge.svg)](https://github.com/MPoL-dev/MPoL/actions/workflows/tests.yml)
[![gh-pages docs](https://github.com/MPoL-dev/MPoL/actions/workflows/gh_docs.yml/badge.svg)](https://mpol-dev.github.io/MPoL/)
[![DOI](https://zenodo.org/badge/224543208.svg)](https://zenodo.org/badge/latestdoi/224543208)

A Million Points of Light are needed to synthesize image cubes from interferometers.

MPoL is a flexible Python package designed for Regularized Maximum Likelihood imaging. We focus on supporting spectral line and continuum observations from interferometers like the Atacama Large Millimeter/Submillimeter Array (ALMA) and the Karl G. Jansky Very Large Array (VLA). There is potential to extend the package to work on other Fourier reconstruction problems like sparse aperture masking and kernel phase interferometry.

Documentation and installation instructions: [https://mpol-dev.github.io/MPoL/](https://mpol-dev.github.io/MPoL/)

## Citation 

If you use this package or derivatives of it, please cite

    @software{ian_czekala_2020_3647603,
    author       = {Ian Czekala, Brianna Zawadzki, and
                    Ryan Loomis},
    title        = {iancze/MPoL: Pip installable package},
    month        = feb,
    year         = 2020,
    publisher    = {Zenodo},
    version      = {v0.0.4},
    doi          = {10.5281/zenodo.3647603},
    url          = {https://doi.org/10.5281/zenodo.3647603}
    }

---
Copyright Ian Czekala and contributors 2019-21


