pyuvdata
pyuvdata copied to clipboard
A pythonic interface for radio astronomy interferometry data (uvfits, miriad, others)
## Description Filter a warning caused by an interaction between pytest-cov and pytest-xdist that is breaking our warnings test CI. ## Motivation and Context ## Types of changes - [...
## Description Add new metadata to UVFlag objects and support for flexible spectral windows. ## Motivation and Context closes #916 closes #1185 ## Types of changes - [ ] Bug...
## Description Removes the telescope_frame UVParameter and instead makes `frame` an attribute of the `LocationParameter` class. Default behavior is still to assume everything is ITRS unless otherwise specified. ## Motivation...
using uvcal.read_fhd_cal() produces a uvcal object which has stripped the whitespace from antenna names. Producing a uvdata object from, say, reading a .uvfits file corresponding to the same observation does...
Maybe with a list of objects that look like the direction independent cal object, or another dimension on the arrays in the cal object.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
## Description Following a discussion on slack, this updates the UVH5 memo to reflect the baseline convention within the `uvw_array` definition, closely mirroring wording in the `uvdata_tutorial`. I've taken the...
## Description We recently restructured pyuvsim to use the `src` layout. This fixes the way pytest is called in light of the new structure. ## Motivation and Context ## Types...
Adds the `MSCal` class, and other related features to `UVCal`. ## Description ~**NOTE: This PR is an early draft and still WIP -- internal consistency within pyuvdata has been checked,...