This version has several additions, the most notable are:
- ATA has been added to the list of known telescopes.
- uvws are written to uvfits files as doubles by default now even when the data array are single precision (this behavior can be altered with a new keyword).
This version also fixes some bugs including:
- A bug in
calc_frame_pa_angle
affecting positions close to the Southern celestial pole. - A sign flip of the MWA beam response to azimuthally aligned polarization.
- Bugs in the
look_in_catalog
utility function anduvh5._add
method where optional phase_center_catalog entries were required. - Bug in selecting baselines on a UVData object using
bls
keyword with 3-tuples and more than one polarization (introduced in 3.1.2).
Full changes detailed below and in our changelog:
What's Changed
- Adding ATA to known telecsopes by @kartographer in #1502
- Minor fixes to #1502 by @kartographer in #1503
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1504
- Fix bls 3tuple by @steven-murray in #1507
- +^ look_in_catalog avoid unrelated keys for cat_type by @radonnachie in #1506
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1509
- Add option to write uvw_array as double precision in UVFITS when data_array is single precision by @bhazelton in #1508
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1512
- ^ uvh5 addition by @radonnachie in #1511
- Fix MWA Efield beam sign by @bhazelton in #1510
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1513
- Fix
calc_frame_pos_angle
to work correctly near celestial poles by @kartographer in #1516 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1518
- Prepare for version 3.1.3 by @bhazelton in #1517
Full Changelog: v3.1.2...v3.1.3