sort by:
Revision Author Date Message Commit Date
c5924ee Adding test for legacy array shape 07 February 2024, 19:20:19 UTC
4b9e7b1 Fix for #1379: MS writing with legacy array shape fails 07 February 2024, 19:20:19 UTC
c410a60 Added warning catch to test_mir.py 07 February 2024, 19:20:19 UTC
2c3fd77 More black linting nonsense 07 February 2024, 19:20:19 UTC
c642b70 Ran black on test_miriad.py to finally appease linter 07 February 2024, 19:20:19 UTC
29b6f64 Appeasing the linter again 07 February 2024, 19:20:19 UTC
cf13cb4 Added tests to catch warning string and changes to appease linter 07 February 2024, 19:20:19 UTC
981c18e Updating additional miriad keywords with correct dtypes 07 February 2024, 19:20:19 UTC
c5f7ecb Adding default values for miriad output 07 February 2024, 19:20:19 UTC
5f5200a Update miriad.py - inttime cast as float32 'real' See https://github.com/ska-sci-ops/aavs_uv/issues/36 07 February 2024, 19:20:19 UTC
4293cca Updating CHANGELOG 24 January 2024, 20:39:00 UTC
fd87e31 Adding handling for when iers service is down and checking for no warnings. 24 January 2024, 20:39:00 UTC
fb99885 address review docs 23 January 2024, 16:08:38 UTC
3c4c8b5 update the tutorial to add info about the UVBeam and UVCal `new` methods 23 January 2024, 16:08:38 UTC
06010be Add a UVBeam.new method similar to the ones on UVData and UVCal Deprecate the unused `spw_array` and `Nspws` attributes on UVBeam. Deprecate the `UVBeam.freq_interp_kind` attribute in favor of a parameter on the interp method. Deprecate upper case strings in UVBeam.feed_array 23 January 2024, 16:08:38 UTC
7790d06 One more try -- fixing positional argument deprecation warning 22 January 2024, 01:03:01 UTC
ee7736c Adding a catch for scipy < 1.11, before the simpson function existed. 22 January 2024, 01:03:01 UTC
2caf127 Updating change log. 22 January 2024, 01:03:01 UTC
7a0cdc8 Removing deprecated simps method that was throwing a lot of deprecation warnings. 22 January 2024, 01:03:01 UTC
f1d8de2 Run the tutorial plotting code in doctests To prevent bugs in the plotting code. Also include the plots in the docs. 16 January 2024, 16:58:29 UTC
e0ff8db [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) 09 January 2024, 17:18:44 UTC
16858ad Few more minor docstring fixes 05 January 2024, 01:25:56 UTC
01808d5 Fixing various docstring errors based on review 05 January 2024, 01:25:56 UTC
85c78d1 Updating CHANGELOG 05 January 2024, 01:25:56 UTC
450e974 More minor clean-up of phasing code. 05 January 2024, 01:25:56 UTC
6fd8274 Adding one more piece to the test coverage that's not just a no-op. 05 January 2024, 01:25:56 UTC
95ccdbf Minor clean-up of some pieces of phasing code 05 January 2024, 01:25:56 UTC
ad44a7c Adding updaet_antenna_positions method for baseline updates in UVData object 05 January 2024, 01:25:56 UTC
5e54daa add memo pdf 04 January 2024, 17:58:26 UTC
7f255cd A few small fixes 04 January 2024, 17:58:26 UTC
3912210 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1) 03 January 2024, 19:35:22 UTC
2a11112 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) - [github.com/pycqa/isort: 5.13.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.13.1...5.13.2) 19 December 2023, 16:07:28 UTC
6a877ff Update flake8 plugin versions to match CI other minor cleanup 15 December 2023, 18:00:48 UTC
8b943a9 update cibuildwheel to support python 3.12 15 December 2023, 18:00:27 UTC
ca22e79 increase pyyaml requirement to >= 5.3 15 December 2023, 18:00:27 UTC
c4265e4 Drop python 3.8 support, add python 3.12 15 December 2023, 18:00:27 UTC
9f69dbb [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6) - [github.com/pycqa/isort: 5.12.0 → 5.13.1](https://github.com/pycqa/isort/compare/5.12.0...5.13.1) 11 December 2023, 21:45:19 UTC
2b8f706 Deprecate unnecessary freq_range/freq_array setting on UVCal also fix some bugs discovered in testing this 08 December 2023, 18:01:54 UTC
c643bfd add a test where ant_array is not a np.array 07 December 2023, 18:32:31 UTC
05190e0 force dtypes to match on uvcal inits, otherwise you get floats 07 December 2023, 18:32:31 UTC
bc631aa use c division for large antenna numbers 07 December 2023, 18:32:31 UTC
14ef942 use diff and comparison with rectangularity calc 07 December 2023, 18:32:31 UTC
e7742bd define constants for "large" numbers in cython extension 07 December 2023, 18:32:31 UTC
b0759a2 check if bls are same, using diff on uints gives over/under flow 07 December 2023, 18:32:31 UTC
8b70cb3 re-add min bl comparison 07 December 2023, 18:32:31 UTC
45c7c21 change baseline/antnum conversions to use u64 07 December 2023, 18:32:31 UTC
0b98ea0 Adding a smidgen more of test coverage 07 December 2023, 17:17:45 UTC
4390497 Addressing review comments 07 December 2023, 17:17:45 UTC
632bfe8 Cleaning up flake8 complaints 07 December 2023, 17:17:45 UTC
6e4d0c4 Updating CHANGELOG 07 December 2023, 17:17:45 UTC
99c5044 Adding test coverage for new utils 07 December 2023, 17:17:45 UTC
8a78a18 Adding test coverage for flip_conj 07 December 2023, 17:17:45 UTC
3a0bcbd Sorting polarizations by CASA standards for ms-write. Adding better indexing handling via utils. 07 December 2023, 17:17:45 UTC
a0f6797 Adding pol_order util, updates to args for read/write MS 07 December 2023, 17:17:45 UTC
ec6fb10 Adding functionality to slice utils, adding pol index sorter 07 December 2023, 17:17:45 UTC
bd03009 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0) 13 November 2023, 22:56:34 UTC
b75d028 Removing errant bit of code 06 November 2023, 17:19:20 UTC
08a6198 Fixing slightly embarrassing spelling mistake in the CHANGELOG 06 November 2023, 17:19:20 UTC
be5af81 Increasing LST tolerance, updating docstrings and fixing CHANGELOG. 06 November 2023, 17:19:20 UTC
6f254fd Adding little bit of missing test coverage 06 November 2023, 17:19:20 UTC
a03965b Making updates to CHANGELOG 06 November 2023, 17:19:20 UTC
6bade64 Reducing cleverness, adding test coverage 06 November 2023, 17:19:20 UTC
befa2b4 First slug of updates, removing acceptable range from telescope_loc, 'fixing' LST checking in objects 06 November 2023, 17:19:20 UTC
d63b9a5 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1) 24 October 2023, 00:40:35 UTC
5a6d084 update the changelog for a new version 13 October 2023, 23:51:31 UTC
5e9b836 remove deprecation warning that was marked to be removed in 2.4 13 October 2023, 23:51:31 UTC
ad1b4dc Updating docstrings for telescope_frame per reviewer request 13 October 2023, 19:24:22 UTC
6f443e5 Renaming utils args to telescope_frame to keep consistent w/ other util astrometry functions 13 October 2023, 19:24:22 UTC
05bfe1c Fixing frame check I broke in previous commit 13 October 2023, 19:24:22 UTC
42ae976 Cleaning up small bits of utility functions 13 October 2023, 19:24:22 UTC
0812922 Making lunarsky error consistent 13 October 2023, 19:24:22 UTC
d76c046 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 13 October 2023, 19:24:22 UTC
1786aa8 Fixing absence of antenna_frame keyword in calc_app_coords 13 October 2023, 19:24:22 UTC
e60611e [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 13 October 2023, 19:24:22 UTC
328ccc1 Adding frame keyword to utils methods 13 October 2023, 19:24:22 UTC
96800a1 Cleaning things up in response to reviewer comments. 13 October 2023, 19:24:22 UTC
6956115 One more set of test tweaks when lunarsky is installed 13 October 2023, 19:24:22 UTC
936cef6 Adding last bits of test coverage 13 October 2023, 19:24:22 UTC
97cd216 One more attempt to boost test coverage 13 October 2023, 19:24:22 UTC
8b9399f Fixing mindeps version of novas-based test 13 October 2023, 19:24:22 UTC
f309681 Small bugfix, adding more test coverage 13 October 2023, 19:24:22 UTC
b1ffe3f Adding coverage for compare_value 13 October 2023, 19:24:22 UTC
2114952 Updating changelog 13 October 2023, 19:24:22 UTC
3f9e253 I was told test coverage is a good thing. 13 October 2023, 19:24:22 UTC
ae93de5 Adding compare_value method to make it easier to check UVParameter values (particularly w/ ndarrays) 13 October 2023, 19:24:22 UTC
3d723ae Passing back additional values from uvw_track_generator 13 October 2023, 19:24:22 UTC
0403c3c Adding some additional (requested) keywords for the uvw-track generator tool. 13 October 2023, 19:24:22 UTC
5d5604f Adding helper method for calculating uvws easily in utils, fixing a few moon-based problems 13 October 2023, 19:24:22 UTC
6957e13 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) 10 October 2023, 20:35:30 UTC
481e280 add setuptools requirement in setup.py 05 October 2023, 14:54:37 UTC
226aee4 update setuptools requirement in pyproject.toml 05 October 2023, 14:54:37 UTC
c101d8a update the changelog 05 October 2023, 14:54:37 UTC
21b2f3d Add option to get mwa telescope info from metafits file 05 October 2023, 14:54:37 UTC
4143f4e Add `telescope_name` as an optional parameter to UVFlag.read To allow a user to pass in a telescope name for old files that are missing it. Having the telescope name allows for other telescope metadata to be set. 05 October 2023, 14:54:37 UTC
cb18483 add check for antenna number matching in UVFlag set_telescope_params 05 October 2023, 14:54:37 UTC
9834188 add mwa ant pos to telescope object 05 October 2023, 14:54:37 UTC
c086012 Add MWA antenna positions 05 October 2023, 14:54:37 UTC
285bfed Add SSINS external testing 19 September 2023, 15:13:25 UTC
f703a98 update the changelog 13 September 2023, 18:04:59 UTC
9093e20 Add support for recarray UVParameters, needed for pyradiosky 13 September 2023, 18:04:59 UTC
back to top