kartographer
kartographer
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...
Following the merge of #909, `UVBeam` objects and methods now need to be updated to allow for the new handling of multiple spectral windows, and more generally to allow for...
Following the merge of #909, `UVFlag` objects and methods now need to be updated to allow for the new handling of multiple spectral windows, and more generally to allow for...
Once #979 is merged, the phasing memo will need to be updated to reflect the changes in how UVData objects are phased.
There is a minor issue w/ the MIRIAD file reader, where so-called "extra" variables (i.e., those other than the explicitly listed/known variables found in `default_miriad_variables` and `other_miriad_variables`) in the MIRIAD...
During unit tests, I've been seeing a decrepacion warning popping up over and over again: ``` DeprecationWarning: Passing None into shape arguments as an alias for () is deprecated. ```...
Following the merge of #909, the addition of the flexible spectral windows feature removes the need for the spectral window axis to be present, as its length is always equal...
Following the merge of #909, the `frequency_average` method needs to be upgraded to handle this new feature, particularly when the number of spectral windows is greater than 1. After this...
SMA uses doppler tracking at the time of observations to help keep spectral lines at fixed position, irrespective of the changing velocity of the observatory (either due to the rotation...
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,...