pyuvdata
pyuvdata copied to clipboard
A pythonic interface for radio astronomy interferometry data (uvfits, miriad, others)
## Description I added three parameters to the `read_beamfits` method: `freq_range`, `az_range` and `za_range`. Each should be a 2-tuple of floats specifying the range to read in. This is meant...
## Description Add support for future array shapes in UVBeam Also added testing for a number of uncovered lines of code related to phased_array beams. In the process, I found...
## Description Some modifications to speed up uvh5 file reading and writing, mostly suggested by @kartographer ## Motivation and Context ## Types of changes - [ ] Bug fix (non-breaking...
## Description Introduces a new parameter `telescope_frame` to `UVData`, which can be either "ITRS" (default) or "MCMF" (Moon-Centered Moon-Fixed). This new parameter indicates the coordinate frame the `telescope_position` is defined...
It's hard to initialize a beam from scratch right now, not enough description about how to start and then to run the `check` method. It's also annoying to have to...
MS files support both data and model visibilities, but the `write_ms` function only allows writing one of those. It would be useful to allow writing both.
It would be super if we could do partial reads, at least for beamfits. The use case I have in mind is our current attempt at H4C simulations, where the...
## Description Deprecate the old phase attributes in favor of the `phase_center_catalog` that can support more types of phase centers and multiple phase centers. This is done by always using...
Similar to #107, there has been growing interest within SMA for being able to write out calibration tables in MeasurementSet format, presumably via `UVCal`. Enabling this would provide a good...
pyuvsim (and maybe one day, real telescopes!) can produce data from lunar surface. pyuvdata should have a way to understand that telescopes are not on the earth (extra keyword "world"...