Metadata-Version: 2.1
Name: interferopy
Version: 1.0.4
Summary: radio-to-mm interferometric data analysis package
Home-page: https://interferopy.readthedocs.io/en/latest/
Author: Leindert Boogard, Romain Meyer, Mladen Novak
Author-email: boogard@mpia.de, meyer@mpia.de
License: MIT License
Project-URL: Bug Tracker, https://github.com/interferopy/interferopy/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Requires-Dist: scipy>=1.7
Requires-Dist: matplotlib>=3.4
Requires-Dist: tqdm>=4.62
Requires-Dist: astropy>=4.3

# Interferopy

[![GitHub](https://img.shields.io/badge/GitHub-interferopy%2Finterferopy-blue.svg?style=flat)](https://github.com/interferopy/interferopy)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/interferopy/interferopy/blob/master/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/interferopy/badge/?version=latest)](https://interferopy.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5775603.svg)](https://doi.org/10.5281/zenodo.5775603)

A Python library of common tasks used in the analysis of radio/(sub)mm interferometric data.


## Documentation

Read the documentation on [interferopy.readthedocs.io](https://interferopy.readthedocs.io/en/latest/) for instructions on how to install and use Interferopy.

## Acknowledgement

If you make use of Interferopy in your work, please cite it as *Boogaard, Meyer & Novak (2021)*, using the following BibTeX entry:

```
@software{interferopy,
author = {Boogaard, Leindert and Meyer, Romain A. and Novak, Mladen},
doi = {10.5281/ZENODO.5775603},
keywords = {astronomy,interferometry,python},
month = {dec},
title = {{Interferopy: analysing datacubes from radio-to-submm observations}},
url = {https://doi.org/10.5281/ZENODO.5775603},
year = {2021}
}
```

## Licence

Copyright (c) 2024 Leindert Boogaard, Romain Meyer, Mladen Novak

MIT License.  See the LICENSE file for details.
