pyuvdata


Namepyuvdata JSON
Version 3.2.3 PyPI version JSON
download
home_pageNone
SummaryA pythonic interface for radio astronomy interferometry data
upload_time2025-07-22 17:28:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords radio astronomy interferometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # pyuvdata

[![CircleCI](https://circleci.com/gh/RadioAstronomySoftwareGroup/pyuvdata.svg?style=svg&branch=main)](https://circleci.com/gh/RadioAstronomySoftwareGroup/pyuvdata?branch=main)
[![testing](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/actions/workflows/macosx_windows_ci.yaml/badge.svg?branch=main)](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/actions)
[![codecov](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyuvdata/badge.svg?branch=main)](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyuvdata)
[![](https://readthedocs.org/projects/pyuvdata/badge/?version=latest)](https://app.readthedocs.org/projects/pyuvdata/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07482/status.svg)](https://doi.org/10.21105/joss.07482)

pyuvdata defines a pythonic interface to interferometric data sets.
Currently pyuvdata supports reading and writing of miriad, uvfits, CASA measurement sets
and uvh5 files and reading of FHD
([Fast Holographic Deconvolution](https://github.com/EoRImaging/FHD)) visibility
save files, SMA Mir files and MWA correlator FITS files.

Documentation of the API, conventions used throughout the package, and a tutorial
is hosted on [ReadTheDocs](https://pyuvdata.readthedocs.io).

# Motivation
The main goals are:

1. To provide a high quality, well documented path to convert between file formats.
2. Support the direct use of interferometric datasets from python with minimal software.
3. Provide precise data definitions and convention details via both human
readable code and high quality documentation.

# Package Details
pyuvdata has four major user classes:

* UVData: supports interferometric data (visibilities) and associated metadata
* UVCal: supports interferometric calibration solutions (antenna-based) and
associated metadata.
* UVBeam: supports primary beams (E-field or power) and associated metadata. A
number of analytic beam objects are also available and the BeamInterface object
serves as a unified interface for UVBeam and analytic beam objects.
* UVFlag: A class to handle the manipulation and combination of flags for data sets.
Also can convert raw data quality metrics into flags using thresholding.
(This object is somewhat new and experimental. Consider it to be a beta version)

## UVData File standard notes
* Miriad has been thoroughly tested with aipy-style Miriad files and minimally
tested with ATCA files. Reading/writing Miriad files is not supported on Windows.
* UVFITS conforms to AIPS memo 117 (as of March 2020).  It is tested against
FHD, CASA, and AIPS. However AIPS is limited to <80 antennas and CASA's ``importuvfits``
task does not seem to support >255 antennas. Because of this and other limitations
to CASA's ``importuvfits`` task, we reccommend that users planning to work in CASA
avoid using ``importuvfits`` and use the measurement set writer instead.
* CASA measurement sets, primarily conforming to
[CASA Memo 229](https://casa.nrao.edu/Memos/229.html), with some elements taken
from the proposed v3.0 format documented in
[CASA Memo 264](https://casacore.github.io/casacore-notes/264.html). Measurement
sets are tested against datasets from VLA, MWA (filled via ``cotter``),
ALMA, and SMA (filled using the ``importuvfits`` task). Extensive loopback testing
has been done to verify that pyuvdata written measurement sets are compatible
with CASA.
* UVH5 is an HDF5-based file format defined by the HERA collaboration,
details in the [uvh5 memo](docs/references/uvh5_memo.pdf). Note that this is a
somewhat new format, so it may evolve a bit but we will strive to make future
versions backwards compatible with the current format.
It is probably not compatible with other interferometric HDF5 files defined by other groups.
* FHD (read-only support, tested against MWA and PAPER data)
* MIR (read-only support, though experimental write functions are available, tested against SMA data)
* MWA correlator FITS files (read-only support, tested against Cotter outputs and FHD)

## UVCal file formats
* CalH5: a new an HDF5-based file format defined in pyuvdata, details in the
[calh5 memo](docs/references/calh5.pdf).
Note that this format is a somewhat new format, so it may evolve a bit but we
will strive to make future versions backwards compatible with the current format.
* Measurement Set calibration files (read and write, gains/delay/bandpass supported,
beta version). Tested against a limited set of SMA, LWA, and VLA calibration
files generated in CASA.
* CalFITS: a custom format defined in pyuvdata, details in the
[calfits memo](docs/references/calfits_memo.pdf).
Note that this format does not support all possible UVCal objects, so we prefer
CalH5 which has full support for all variations of UVCal objects.
* FHD calibration files (read-only support)

## UVBeam file formats
* BeamFITS: a custom format defined in pyuvdata that supports both regularly
gridded beams and beams on a HEALPix grid for both E-field and power beams,
details in the [beamfits memo](docs/references/beamfits_memo.pdf).
* CST beam text files (read only support) with a defined yaml file format for
metadata, details here: [cst settings file](docs/cst_settings_yaml.rst)
* FEKO beam ffe files (read only support)
* MWA Beams (read only support)

## Known Issues and Planned Improvements
* Incorporating numba to alleviate bottlenecks and to replace some existing
cython extensions as appropriate.

See our [issue log](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/issues)
for a full list.

## Community Guidelines
Contributions to this package to add new file formats or address any of the
issues in the [issue log](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/issues)
are very welcome, as are bug reports and feature requests.
Please see our [guide on contributing](.github/CONTRIBUTING.md)

# Telescopes
pyuvdata has been used with data from the following telescopes. If you use it on
data from a telescope we don't have listed here please let us know how it went
via an issue! We would like to make pyuvdata generally useful to the community for
as many telescopes as possible.

* MWA
* HERA
* PAPER
* LWA
* ALMA
* VLA
* ATCA
* SMA
* ATA
* VLBA

# Versioning
We use a `generation.major.minor` version number format. We use the `generation`
number for very significant improvements or major rewrites, the `major` number
to indicate substantial package changes (intended to be released every 3-4 months)
and the `minor` number to release smaller incremental updates (intended to be
released approximately monthly and which usually do not include breaking API
changes). We do our best to provide a significant period (usually 2 major
generations) of deprecation warnings for all breaking changes to the API.
We track all changes in our [changelog](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/blob/main/CHANGELOG.md).

# History
pyuvdata was originally developed in the low frequency 21cm community to support
the development of and interchange of data between calibration and foreground
subtraction pipelines. Particular focus has been paid to supporting drift and
phased array modes.

# Citation
Please cite both of our JOSS papers:

*Keating et al., (2025). pyuvdata v3: an interface for astronomical interferometric data sets in Python. Journal of Open Source Software, 10(109), 7482, https://doi.org/10.21105/joss.07482* [[ADS Link](https://ui.adsabs.harvard.edu/abs/2025JOSS...10.7482K)]

*Hazelton et al, (2017), pyuvdata: an interface for astronomical interferometeric datasets in python, Journal of Open Source Software, 2(10), 140, doi:10.21105/joss.00140* [[ADS Link](https://ui.adsabs.harvard.edu/abs/2017JOSS....2..140H)]

# Installation
Simple installation via conda is available for users, developers should follow
the directions under [Developer Installation](#developer-installation) below.

For simple installation, the latest stable version is available via conda
(preferred: ```conda install -c conda-forge pyuvdata```) or pip (```pip install pyuvdata```).

There are some optional dependencies that are required for specific functionality,
which will not be installed automatically by conda or pip.
See [Dependencies](#dependencies) for details on installing optional dependencies.

## Dependencies

Required:

* astropy >= 6.0
* docstring_parser>=0.15
* h5py >= 3.7
* numba >= 0.57.0
* numpy >= 1.23
* pyerfa >= 2.0.1.1
* python >= 3.11
* pyyaml >= 5.4.1
* scipy >= 1.9
* setuptools_scm >= 8.1

Optional:

* astropy-healpix >= 1.0.2 (for working with beams in HEALPix formats)
* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)
* hdf5plugin >= 3.3.1 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)
* lunarsky >=0.2.5 (for working with simulated datasets for lunar telescopes)
* novas and novas_de405 (for using the NOVAS library for astrometry)
* python-casacore >= 3.5.2 (for working with CASA measurement sets)

The numpy and astropy versions are important, so make sure these are up to date.

We suggest using conda to install all the dependencies. If you want to install
python-casacore and astropy-healpix, you'll need to add conda-forge as a channel
(```conda config --add channels conda-forge```).

If you do not want to use conda, the packages are also available on PyPI
(python-casacore may require more effort, see details for that package below).
You can install the optional dependencies via pip by specifying an option
when you install pyuvdata, as in ```pip install pyuvdata[healpix]```
which will install all the required packages for using the HEALPix functionality
in pyuvdata. The options that can be passed in this way are:

- ``astroquery``
- ``casa``
- ``hdf5_compression``
- ``healpix``
- ``lunar``
- ``novas``
- ``all``
- ``test``
- ``doc``
- ``dev``

The first set (``astroquery``, ``casa``, ``hdf5_compression``, ``healpix``, ``lunar``,
and ``novas``) enable various specific functionality while ``all`` will install
all of the above to enable all functionality. The last three (``test``, ``doc``
and ``dev``) include everything installed with ``all`` plus packages for testing
and building the docs which may be useful for developers of pyuvdata.

### Installing python-casacore
python-casacore requires the casacore c++ libraries. It can be installed easily
using conda (```python-casacore``` on conda-forge).

If you do not want to use conda, the casacore c++ libraries are available for
ubuntu through the [kern suite](http://kernsuite.info/). On OSX, casacore is
available through the [ska-sa brew tap](https://github.com/ska-sa/homebrew-tap).
The python-casacore library (with manual install instructions) is available at
https://github.com/casacore/python-casacore

## Developer Installation
Clone the repository using
```git clone https://github.com/RadioAstronomySoftwareGroup/pyuvdata.git```

Navigate into the pyuvdata directory and run `pip install .`
(note that `python setup.py install` does not work).
Note that this will attempt to automatically install any missing dependencies.
If you use conda or another package manager you might prefer to first install
the dependencies as described in [Dependencies](#dependencies).

To install without dependencies, run `pip install --no-deps .`

To compile the binary extension modules such that you can successfully run
`import pyuvdata` from the top-level directory of your Git checkout, run:
```python setup.py build_ext --inplace```

If you want to do development on pyuvdata, in addition to the other dependencies
you will need the following packages:

* pytest >= 8.2
* pytest-cases >= 3.9.1
* pytest-cov
* cython == 3.0
* coverage
* pre-commit
* matplotlib
* sphinx
* pypandoc

One other package, pytest-xdist, is not required, but can be used to speed up running
the test suite by running tests in parallel. To use it call pytest with the
```-n auto``` option.

One way to ensure you have all the needed packages is to use the included
`environment.yaml` file to create a new environment that will
contain all the optional dependencies along with dependencies required for
testing and development (```conda env create -f environment.yaml```).
Alternatively, you can specify `test`, `doc`, or `dev` when installing pyuvdata
(as in `pip install pyuvdata[dev]`) to install the packages needed for testing
(including coverage and linting) and documentation development;
`dev` includes everything in `test` and `doc`.

To use pre-commit to prevent committing code that does not follow our style, you'll
need to run `pre-commit install` in the top level `pyuvdata` directory.

## Tests
Uses the `pytest` package to execute test suite.
From the source pyuvdata directory run ```pytest``` or ```python -m pytest```.

Testing of `UVFlag` module requires the `pytest-cases` plug-in.

# API
pyuvdata is organized around objects that contain all the data and metadata required
to represent and work with interferometric data, calibration solutions, flags,
antenna beams and telescope layouts. Each object has the data and metadata as
attributes along with many useful methods for importing and exporting files and
manipulating and transforming the data in useful ways. Please see our extensive
documentation on [ReadTheDocs](https://pyuvdata.readthedocs.io) for tutorials and
complete API details.

# Maintainers
pyuvdata is maintained by the RASG Managers, which currently include:

 - Adam Beardsley (Winona State University)
 - Bryna Hazelton (University of Washington)
 - Garrett "Karto" Keating (Smithsonian Astrophysical Observatory)
 - Daniel Jacobs (Arizona State University)
 - Matt Kolopanis (Arizona State University)
 - Paul La Plante (University of Nevada, Las Vegas)
 - Jonathan Pober (Brown University)

Please use the channels discussed in the [guide on contributing](.github/CONTRIBUTING.md)
for code-related discussions. You can contact us privately if needed at
[rasgmanagers@gmail.com](mailto:rasgmanagers@gmail.com).

# Acknowledgments

Support for pyuvdata was provided by NSF awards #1835421 and #1835120.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyuvdata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Bryna Hazelton <brynah@phys.washington.edu>, Matthew Kolopanis <matthew.kolopanis@gmail.com>, Garrett Keating <garrett.keating@cfa.harvard.edu>, Steven Murray <murray.steveng@gmail.com>",
    "keywords": "radio astronomy, interferometry",
    "author": null,
    "author_email": "Bryna Hazelton <brynah@phys.washington.edu>, Adam Beardsley <adam.beardsley@winona.edu>, Daniel Jacobs <daniel.c.jacobs@gmail.com>, Garrett Keating <garrett.keating@cfa.harvard.edu>, Nicholas Kern <nkern@mit.edu>, Matthew Kolopanis <matthew.kolopanis@gmail.com>, Adam Lanman <alanman@mit.edu>, Paul La Plante <paul.laplante@unlv.edu>, Steven Murray <murray.steveng@gmail.com>, Jonathan Pober <jonathan_pober@brown.edu>, Pyxie Star <pyxiestar@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7c/ce/eb24a7b618e997c0494088947909415cf6a2fe914db0488860a69e5a903c/pyuvdata-3.2.3.tar.gz",
    "platform": null,
    "description": "# pyuvdata\n\n[![CircleCI](https://circleci.com/gh/RadioAstronomySoftwareGroup/pyuvdata.svg?style=svg&branch=main)](https://circleci.com/gh/RadioAstronomySoftwareGroup/pyuvdata?branch=main)\n[![testing](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/actions/workflows/macosx_windows_ci.yaml/badge.svg?branch=main)](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/actions)\n[![codecov](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyuvdata/badge.svg?branch=main)](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyuvdata)\n[![](https://readthedocs.org/projects/pyuvdata/badge/?version=latest)](https://app.readthedocs.org/projects/pyuvdata/)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.07482/status.svg)](https://doi.org/10.21105/joss.07482)\n\npyuvdata defines a pythonic interface to interferometric data sets.\nCurrently pyuvdata supports reading and writing of miriad, uvfits, CASA measurement sets\nand uvh5 files and reading of FHD\n([Fast Holographic Deconvolution](https://github.com/EoRImaging/FHD)) visibility\nsave files, SMA Mir files and MWA correlator FITS files.\n\nDocumentation of the API, conventions used throughout the package, and a tutorial\nis hosted on [ReadTheDocs](https://pyuvdata.readthedocs.io).\n\n# Motivation\nThe main goals are:\n\n1. To provide a high quality, well documented path to convert between file formats.\n2. Support the direct use of interferometric datasets from python with minimal software.\n3. Provide precise data definitions and convention details via both human\nreadable code and high quality documentation.\n\n# Package Details\npyuvdata has four major user classes:\n\n* UVData: supports interferometric data (visibilities) and associated metadata\n* UVCal: supports interferometric calibration solutions (antenna-based) and\nassociated metadata.\n* UVBeam: supports primary beams (E-field or power) and associated metadata. A\nnumber of analytic beam objects are also available and the BeamInterface object\nserves as a unified interface for UVBeam and analytic beam objects.\n* UVFlag: A class to handle the manipulation and combination of flags for data sets.\nAlso can convert raw data quality metrics into flags using thresholding.\n(This object is somewhat new and experimental. Consider it to be a beta version)\n\n## UVData File standard notes\n* Miriad has been thoroughly tested with aipy-style Miriad files and minimally\ntested with ATCA files. Reading/writing Miriad files is not supported on Windows.\n* UVFITS conforms to AIPS memo 117 (as of March 2020).  It is tested against\nFHD, CASA, and AIPS. However AIPS is limited to <80 antennas and CASA's ``importuvfits``\ntask does not seem to support >255 antennas. Because of this and other limitations\nto CASA's ``importuvfits`` task, we reccommend that users planning to work in CASA\navoid using ``importuvfits`` and use the measurement set writer instead.\n* CASA measurement sets, primarily conforming to\n[CASA Memo 229](https://casa.nrao.edu/Memos/229.html), with some elements taken\nfrom the proposed v3.0 format documented in\n[CASA Memo 264](https://casacore.github.io/casacore-notes/264.html). Measurement\nsets are tested against datasets from VLA, MWA (filled via ``cotter``),\nALMA, and SMA (filled using the ``importuvfits`` task). Extensive loopback testing\nhas been done to verify that pyuvdata written measurement sets are compatible\nwith CASA.\n* UVH5 is an HDF5-based file format defined by the HERA collaboration,\ndetails in the [uvh5 memo](docs/references/uvh5_memo.pdf). Note that this is a\nsomewhat new format, so it may evolve a bit but we will strive to make future\nversions backwards compatible with the current format.\nIt is probably not compatible with other interferometric HDF5 files defined by other groups.\n* FHD (read-only support, tested against MWA and PAPER data)\n* MIR (read-only support, though experimental write functions are available, tested against SMA data)\n* MWA correlator FITS files (read-only support, tested against Cotter outputs and FHD)\n\n## UVCal file formats\n* CalH5: a new an HDF5-based file format defined in pyuvdata, details in the\n[calh5 memo](docs/references/calh5.pdf).\nNote that this format is a somewhat new format, so it may evolve a bit but we\nwill strive to make future versions backwards compatible with the current format.\n* Measurement Set calibration files (read and write, gains/delay/bandpass supported,\nbeta version). Tested against a limited set of SMA, LWA, and VLA calibration\nfiles generated in CASA.\n* CalFITS: a custom format defined in pyuvdata, details in the\n[calfits memo](docs/references/calfits_memo.pdf).\nNote that this format does not support all possible UVCal objects, so we prefer\nCalH5 which has full support for all variations of UVCal objects.\n* FHD calibration files (read-only support)\n\n## UVBeam file formats\n* BeamFITS: a custom format defined in pyuvdata that supports both regularly\ngridded beams and beams on a HEALPix grid for both E-field and power beams,\ndetails in the [beamfits memo](docs/references/beamfits_memo.pdf).\n* CST beam text files (read only support) with a defined yaml file format for\nmetadata, details here: [cst settings file](docs/cst_settings_yaml.rst)\n* FEKO beam ffe files (read only support)\n* MWA Beams (read only support)\n\n## Known Issues and Planned Improvements\n* Incorporating numba to alleviate bottlenecks and to replace some existing\ncython extensions as appropriate.\n\nSee our [issue log](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/issues)\nfor a full list.\n\n## Community Guidelines\nContributions to this package to add new file formats or address any of the\nissues in the [issue log](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/issues)\nare very welcome, as are bug reports and feature requests.\nPlease see our [guide on contributing](.github/CONTRIBUTING.md)\n\n# Telescopes\npyuvdata has been used with data from the following telescopes. If you use it on\ndata from a telescope we don't have listed here please let us know how it went\nvia an issue! We would like to make pyuvdata generally useful to the community for\nas many telescopes as possible.\n\n* MWA\n* HERA\n* PAPER\n* LWA\n* ALMA\n* VLA\n* ATCA\n* SMA\n* ATA\n* VLBA\n\n# Versioning\nWe use a `generation.major.minor` version number format. We use the `generation`\nnumber for very significant improvements or major rewrites, the `major` number\nto indicate substantial package changes (intended to be released every 3-4 months)\nand the `minor` number to release smaller incremental updates (intended to be\nreleased approximately monthly and which usually do not include breaking API\nchanges). We do our best to provide a significant period (usually 2 major\ngenerations) of deprecation warnings for all breaking changes to the API.\nWe track all changes in our [changelog](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/blob/main/CHANGELOG.md).\n\n# History\npyuvdata was originally developed in the low frequency 21cm community to support\nthe development of and interchange of data between calibration and foreground\nsubtraction pipelines. Particular focus has been paid to supporting drift and\nphased array modes.\n\n# Citation\nPlease cite both of our JOSS papers:\n\n*Keating et al., (2025). pyuvdata v3: an interface for astronomical interferometric data sets in Python. Journal of Open Source Software, 10(109), 7482, https://doi.org/10.21105/joss.07482* [[ADS Link](https://ui.adsabs.harvard.edu/abs/2025JOSS...10.7482K)]\n\n*Hazelton et al, (2017), pyuvdata: an interface for astronomical interferometeric datasets in python, Journal of Open Source Software, 2(10), 140, doi:10.21105/joss.00140* [[ADS Link](https://ui.adsabs.harvard.edu/abs/2017JOSS....2..140H)]\n\n# Installation\nSimple installation via conda is available for users, developers should follow\nthe directions under [Developer Installation](#developer-installation) below.\n\nFor simple installation, the latest stable version is available via conda\n(preferred: ```conda install -c conda-forge pyuvdata```) or pip (```pip install pyuvdata```).\n\nThere are some optional dependencies that are required for specific functionality,\nwhich will not be installed automatically by conda or pip.\nSee [Dependencies](#dependencies) for details on installing optional dependencies.\n\n## Dependencies\n\nRequired:\n\n* astropy >= 6.0\n* docstring_parser>=0.15\n* h5py >= 3.7\n* numba >= 0.57.0\n* numpy >= 1.23\n* pyerfa >= 2.0.1.1\n* python >= 3.11\n* pyyaml >= 5.4.1\n* scipy >= 1.9\n* setuptools_scm >= 8.1\n\nOptional:\n\n* astropy-healpix >= 1.0.2 (for working with beams in HEALPix formats)\n* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)\n* hdf5plugin >= 3.3.1 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)\n* lunarsky >=0.2.5 (for working with simulated datasets for lunar telescopes)\n* novas and novas_de405 (for using the NOVAS library for astrometry)\n* python-casacore >= 3.5.2 (for working with CASA measurement sets)\n\nThe numpy and astropy versions are important, so make sure these are up to date.\n\nWe suggest using conda to install all the dependencies. If you want to install\npython-casacore and astropy-healpix, you'll need to add conda-forge as a channel\n(```conda config --add channels conda-forge```).\n\nIf you do not want to use conda, the packages are also available on PyPI\n(python-casacore may require more effort, see details for that package below).\nYou can install the optional dependencies via pip by specifying an option\nwhen you install pyuvdata, as in ```pip install pyuvdata[healpix]```\nwhich will install all the required packages for using the HEALPix functionality\nin pyuvdata. The options that can be passed in this way are:\n\n- ``astroquery``\n- ``casa``\n- ``hdf5_compression``\n- ``healpix``\n- ``lunar``\n- ``novas``\n- ``all``\n- ``test``\n- ``doc``\n- ``dev``\n\nThe first set (``astroquery``, ``casa``, ``hdf5_compression``, ``healpix``, ``lunar``,\nand ``novas``) enable various specific functionality while ``all`` will install\nall of the above to enable all functionality. The last three (``test``, ``doc``\nand ``dev``) include everything installed with ``all`` plus packages for testing\nand building the docs which may be useful for developers of pyuvdata.\n\n### Installing python-casacore\npython-casacore requires the casacore c++ libraries. It can be installed easily\nusing conda (```python-casacore``` on conda-forge).\n\nIf you do not want to use conda, the casacore c++ libraries are available for\nubuntu through the [kern suite](http://kernsuite.info/). On OSX, casacore is\navailable through the [ska-sa brew tap](https://github.com/ska-sa/homebrew-tap).\nThe python-casacore library (with manual install instructions) is available at\nhttps://github.com/casacore/python-casacore\n\n## Developer Installation\nClone the repository using\n```git clone https://github.com/RadioAstronomySoftwareGroup/pyuvdata.git```\n\nNavigate into the pyuvdata directory and run `pip install .`\n(note that `python setup.py install` does not work).\nNote that this will attempt to automatically install any missing dependencies.\nIf you use conda or another package manager you might prefer to first install\nthe dependencies as described in [Dependencies](#dependencies).\n\nTo install without dependencies, run `pip install --no-deps .`\n\nTo compile the binary extension modules such that you can successfully run\n`import pyuvdata` from the top-level directory of your Git checkout, run:\n```python setup.py build_ext --inplace```\n\nIf you want to do development on pyuvdata, in addition to the other dependencies\nyou will need the following packages:\n\n* pytest >= 8.2\n* pytest-cases >= 3.9.1\n* pytest-cov\n* cython == 3.0\n* coverage\n* pre-commit\n* matplotlib\n* sphinx\n* pypandoc\n\nOne other package, pytest-xdist, is not required, but can be used to speed up running\nthe test suite by running tests in parallel. To use it call pytest with the\n```-n auto``` option.\n\nOne way to ensure you have all the needed packages is to use the included\n`environment.yaml` file to create a new environment that will\ncontain all the optional dependencies along with dependencies required for\ntesting and development (```conda env create -f environment.yaml```).\nAlternatively, you can specify `test`, `doc`, or `dev` when installing pyuvdata\n(as in `pip install pyuvdata[dev]`) to install the packages needed for testing\n(including coverage and linting) and documentation development;\n`dev` includes everything in `test` and `doc`.\n\nTo use pre-commit to prevent committing code that does not follow our style, you'll\nneed to run `pre-commit install` in the top level `pyuvdata` directory.\n\n## Tests\nUses the `pytest` package to execute test suite.\nFrom the source pyuvdata directory run ```pytest``` or ```python -m pytest```.\n\nTesting of `UVFlag` module requires the `pytest-cases` plug-in.\n\n# API\npyuvdata is organized around objects that contain all the data and metadata required\nto represent and work with interferometric data, calibration solutions, flags,\nantenna beams and telescope layouts. Each object has the data and metadata as\nattributes along with many useful methods for importing and exporting files and\nmanipulating and transforming the data in useful ways. Please see our extensive\ndocumentation on [ReadTheDocs](https://pyuvdata.readthedocs.io) for tutorials and\ncomplete API details.\n\n# Maintainers\npyuvdata is maintained by the RASG Managers, which currently include:\n\n - Adam Beardsley (Winona State University)\n - Bryna Hazelton (University of Washington)\n - Garrett \"Karto\" Keating (Smithsonian Astrophysical Observatory)\n - Daniel Jacobs (Arizona State University)\n - Matt Kolopanis (Arizona State University)\n - Paul La Plante (University of Nevada, Las Vegas)\n - Jonathan Pober (Brown University)\n\nPlease use the channels discussed in the [guide on contributing](.github/CONTRIBUTING.md)\nfor code-related discussions. You can contact us privately if needed at\n[rasgmanagers@gmail.com](mailto:rasgmanagers@gmail.com).\n\n# Acknowledgments\n\nSupport for pyuvdata was provided by NSF awards #1835421 and #1835120.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A pythonic interface for radio astronomy interferometry data",
    "version": "3.2.3",
    "project_urls": {
        "Documentation": "https://pyuvdata.readthedocs.io",
        "Repository": "https://github.com/RadioAstronomySoftwareGroup/pyuvdata"
    },
    "split_keywords": [
        "radio astronomy",
        " interferometry"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4cc897e3eab0410d947ab4861516feec0d4d3f8e47b84cb466610cb9eca44448",
                "md5": "f1c59db1f0e89c3727e37ac65fc44f37",
                "sha256": "84c7fb876bbb09e12fd8aa2de8f9d3061515da6a88f665a5421cb7008156a71d"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1c59db1f0e89c3727e37ac65fc44f37",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 47923763,
            "upload_time": "2025-07-22T17:28:17",
            "upload_time_iso_8601": "2025-07-22T17:28:17.680385Z",
            "url": "https://files.pythonhosted.org/packages/4c/c8/97e3eab0410d947ab4861516feec0d4d3f8e47b84cb466610cb9eca44448/pyuvdata-3.2.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9fc77044abbfe0bc3308f57f0256e6a2ff5f63834129eab82317befdbb2c5e1",
                "md5": "479bc38633b14c87fbb0f41e673e3181",
                "sha256": "8a742c784afe2e15ba783e1ebde7ceac60064fae6bd31813ed730a35c8c139e5"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "479bc38633b14c87fbb0f41e673e3181",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 47885824,
            "upload_time": "2025-07-22T17:28:21",
            "upload_time_iso_8601": "2025-07-22T17:28:21.139332Z",
            "url": "https://files.pythonhosted.org/packages/a9/fc/77044abbfe0bc3308f57f0256e6a2ff5f63834129eab82317befdbb2c5e1/pyuvdata-3.2.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d6e5cfffec5cd1b8a4e0102d82078763026cb971d7ba69d97b9cd93597a0372",
                "md5": "6aafcd6f8019ca2df9ea581b75283db7",
                "sha256": "31dd92b635c8c5371184d1476fd06ed50c026f676116c3e56504eef57d1ebbc6"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6aafcd6f8019ca2df9ea581b75283db7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 50179150,
            "upload_time": "2025-07-22T17:28:23",
            "upload_time_iso_8601": "2025-07-22T17:28:23.930687Z",
            "url": "https://files.pythonhosted.org/packages/3d/6e/5cfffec5cd1b8a4e0102d82078763026cb971d7ba69d97b9cd93597a0372/pyuvdata-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c79eb0628cdfab04422dba5d56f3fb1dfa7db3e852c349cac875d2f434fe7758",
                "md5": "6ef87ec765708a14cbd85a32b0283c17",
                "sha256": "ed4ffa0e3167ad37c49db843516b024539ec5e71f90bbcca3101616cf6a7a325"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ef87ec765708a14cbd85a32b0283c17",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 46924207,
            "upload_time": "2025-07-22T17:28:26",
            "upload_time_iso_8601": "2025-07-22T17:28:26.838271Z",
            "url": "https://files.pythonhosted.org/packages/c7/9e/b0628cdfab04422dba5d56f3fb1dfa7db3e852c349cac875d2f434fe7758/pyuvdata-3.2.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8702136062aadc716d80cf59febeb86bb569cbca7201305f95c4f43fa02dcda",
                "md5": "a5449b3cb257dc2471f7be8e4954564f",
                "sha256": "e2626922f868515f8ddf13a2479dd0bf2098424d57fe6af454e357b807cb4954"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5449b3cb257dc2471f7be8e4954564f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 47922338,
            "upload_time": "2025-07-22T17:28:29",
            "upload_time_iso_8601": "2025-07-22T17:28:29.935450Z",
            "url": "https://files.pythonhosted.org/packages/e8/70/2136062aadc716d80cf59febeb86bb569cbca7201305f95c4f43fa02dcda/pyuvdata-3.2.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "442edaec8c1a5d14836af74e125ff1ca647724738a7fb4a6d964d44f8fe68e2e",
                "md5": "9427ceef4d9fc3dcada982c34c3a16d9",
                "sha256": "15bfabaf7d99ae4a2e6f96b34489bb35787e5bf023d54de6027461e391e63659"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9427ceef4d9fc3dcada982c34c3a16d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 47882462,
            "upload_time": "2025-07-22T17:28:32",
            "upload_time_iso_8601": "2025-07-22T17:28:32.629786Z",
            "url": "https://files.pythonhosted.org/packages/44/2e/daec8c1a5d14836af74e125ff1ca647724738a7fb4a6d964d44f8fe68e2e/pyuvdata-3.2.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2604ce73a3bec8d6dbb9ef02970a473fe5d2d30432da97b61aed0bc7ffc0e168",
                "md5": "28aa281ed365d696a5067a5e87bf6590",
                "sha256": "60f24596c5a868adaf3f5c00f9e31d0bfee5a53a28c365d4feefb63d2c8e0c90"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28aa281ed365d696a5067a5e87bf6590",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 50152434,
            "upload_time": "2025-07-22T17:28:35",
            "upload_time_iso_8601": "2025-07-22T17:28:35.419053Z",
            "url": "https://files.pythonhosted.org/packages/26/04/ce73a3bec8d6dbb9ef02970a473fe5d2d30432da97b61aed0bc7ffc0e168/pyuvdata-3.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "323a3bc09100771ea4b7640983cd84dcdc155a9f5407aebabe9fec1e087b0f26",
                "md5": "a369d014943368dd1a8d2902c0439747",
                "sha256": "8433a756cb5ff16060adcaecc37b96a52cbe7faa15ae0b2b96a45ff2f2a9552f"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a369d014943368dd1a8d2902c0439747",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 46928388,
            "upload_time": "2025-07-22T17:28:38",
            "upload_time_iso_8601": "2025-07-22T17:28:38.425479Z",
            "url": "https://files.pythonhosted.org/packages/32/3a/3bc09100771ea4b7640983cd84dcdc155a9f5407aebabe9fec1e087b0f26/pyuvdata-3.2.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "404f905ece639b9c93479a1e362120233c8f447d9bbeb52893dc006157fef6be",
                "md5": "1de0c3ac7b8ff6397585c6c4701925b0",
                "sha256": "8b556debe4bae7088593b4e1885b1a6c6889bc3838419e29ec74ec9a7d1e8638"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1de0c3ac7b8ff6397585c6c4701925b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 47917739,
            "upload_time": "2025-07-22T17:28:41",
            "upload_time_iso_8601": "2025-07-22T17:28:41.810248Z",
            "url": "https://files.pythonhosted.org/packages/40/4f/905ece639b9c93479a1e362120233c8f447d9bbeb52893dc006157fef6be/pyuvdata-3.2.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bb75aaf219c820c47b4d96edfe8996eec6f61dfcab16304d9ffb56097f2d499",
                "md5": "ce465639371f5574662d95133f3a7379",
                "sha256": "c3705a8d233960888eea4ab5a0dc4f5676c3d59aeea36930aa69c19d422cc263"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ce465639371f5574662d95133f3a7379",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 47878936,
            "upload_time": "2025-07-22T17:28:45",
            "upload_time_iso_8601": "2025-07-22T17:28:45.241947Z",
            "url": "https://files.pythonhosted.org/packages/1b/b7/5aaf219c820c47b4d96edfe8996eec6f61dfcab16304d9ffb56097f2d499/pyuvdata-3.2.3-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2bcad11f8c00e8b4a8ec61c57ef5e1f8967d1a5154097e2504989f1098edf3cd",
                "md5": "00db7de46de683f96691408f3721287f",
                "sha256": "93206fa42996e1254c91d55abc2baabbebca8b52741034da23c2bdf1d326c394"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00db7de46de683f96691408f3721287f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 50145538,
            "upload_time": "2025-07-22T17:28:48",
            "upload_time_iso_8601": "2025-07-22T17:28:48.097941Z",
            "url": "https://files.pythonhosted.org/packages/2b/ca/d11f8c00e8b4a8ec61c57ef5e1f8967d1a5154097e2504989f1098edf3cd/pyuvdata-3.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c436d9121ac4be110b89f658e29c044d424b14979eac3b0a7dadcc0f1bd42a71",
                "md5": "ce0f3ec6723cd1482b69e7f84731939e",
                "sha256": "08f687bf0946da9180f24402f15154a2db7f99c8495d22343c43730bd26d8665"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ce0f3ec6723cd1482b69e7f84731939e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 46931123,
            "upload_time": "2025-07-22T17:28:51",
            "upload_time_iso_8601": "2025-07-22T17:28:51.026401Z",
            "url": "https://files.pythonhosted.org/packages/c4/36/d9121ac4be110b89f658e29c044d424b14979eac3b0a7dadcc0f1bd42a71/pyuvdata-3.2.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7cceeb24a7b618e997c0494088947909415cf6a2fe914db0488860a69e5a903c",
                "md5": "3ea83ad91b0ceeaf74a8a26311414bc5",
                "sha256": "3ef430cdb4e0049eca7176f3271b08354093752185aa6461d264f40a284d3e3f"
            },
            "downloads": -1,
            "filename": "pyuvdata-3.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3ea83ad91b0ceeaf74a8a26311414bc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 50947233,
            "upload_time": "2025-07-22T17:28:54",
            "upload_time_iso_8601": "2025-07-22T17:28:54.093000Z",
            "url": "https://files.pythonhosted.org/packages/7c/ce/eb24a7b618e997c0494088947909415cf6a2fe914db0488860a69e5a903c/pyuvdata-3.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 17:28:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RadioAstronomySoftwareGroup",
    "github_project": "pyuvdata",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "lcname": "pyuvdata"
}
        
Elapsed time: 0.97927s