Metadata-Version: 2.4
Name: pyvisgrid
Version: 0.2.0
Summary:  Grid and visualize observations of radio interferometers.
Project-URL: repository, https://github.com/radionets-project/pyvisgrid
Author-email: Kevin Schmitz <kevin2.schmitz@tu-dortmund.de>, Tom Groß <tom.gross@tu-dortmund.de>, Anno Knierim <anno.knierim@tu-dortmund.de>
Maintainer-email: Kevin Schmitz <kevin2.schmitz@tu-dortmund.de>, Tom Groß <tom.gross@tu-dortmund.de>, Anno Knierim <anno.knierim@tu-dortmund.de>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Requires-Dist: astropy>=6.1.0
Requires-Dist: click>=8.2.1
Requires-Dist: h5py>=3.14.0
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: numpy>=1.26.0
Requires-Dist: pandas>=2.3.2
Requires-Dist: python-casacore>=3.7.1
Requires-Dist: scipy>=1.15.3
Requires-Dist: toml>=0.10.2
Requires-Dist: torch>=2.8.0
Requires-Dist: tqdm>=4.67.1
Provides-Extra: all
Requires-Dist: pyvisgen; extra == 'all'
Provides-Extra: pyvisgen
Requires-Dist: pyvisgen; extra == 'pyvisgen'
Description-Content-Type: text/x-rst

=========================
pyvisgrid |ci| |codecov|
=========================

.. |ci| image:: https://github.com/radionets-project/pyvisgrid/actions/workflows/ci.yml/badge.svg?branch=main
    :target: https://github.com/radionets-project/pyvisgrid/actions/workflows/ci.yml?branch=main
    :alt: Test Status

.. |codecov| image:: https://codecov.io/github/radionets-project/pyvisgrid/badge.svg
    :target: https://codecov.io/github/radionets-project/pyvisgrid
    :alt: Code coverage

Installation
============

You can install the necessary packages in a conda environment of your choice by executing

.. code::

  $ pip install -e .

We recommend using a conda/mamba environment with python version ``<=3.11``.

If you want to use features from the NRAO CASAtools package, make sure you are using python 3.10 or 3.11.
