pyuvdata icon indicating copy to clipboard operation
pyuvdata copied to clipboard

A pythonic interface for radio astronomy interferometry data (uvfits, miriad, others)

Results 165 pyuvdata issues
Sort by recently updated
recently updated
newest added
trafficstars

We noticed this function isn't used in the repo at all... maybe it's leftover from legacy code in QM?

uvflag

UVFlag needs smarter key handling (like what is in `UVData`), which is a pre-requisite for `get_*` methods and the ability to track conjugated antpairs. Related to #651 and #704

enhancement
uvflag

When initializing a UVFlag from a UVCal object, the `time_range` parameter is currently ignored. This has not yet, but may make issues when trying to broadcast flags created from per...

needs research
uvflag

Right now the UVFlag add method requires an axis to be specified and it blindly concatenates. We should make it smarter to check for compatibility and figure out which axis...

test
uvflag

In the default configuration for CST's exported beam files, the phi/azimuthal angle ranges from 0 to 360 degrees. There is an option to export it as -180 to 180 degrees,...

beams

I am attempting to use the read_cst_beam feature of UVBeam and am running into an odd bug. [Chiropter_NS_PECBico_ff70_YupZnull.txt](https://github.com/RadioAstronomySoftwareGroup/pyuvdata/files/4782880/Chiropter_NS_PECBico_ff70_YupZnull.txt) is a standard CST export file of the directivity/gain of the farfield...

beams

Currently select has it's own logic that more or less duplicates what is in `_key2inds`.

UVData

Noted in #827 this block of code is used in the averaging feature of the compress by redundancy, but it is possible we could replace the for loops with a...

UVData

In general, further work is required for tandem/hybrid calibration that combines sky and redundant. Need to determine what parameters are required. Or more generally, any iterative calibration is harder to...

Calibration
needs research