https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
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
e42af71 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) 12 September 2023, 17:04:00 UTC
e5338dc Update uvdata_tutorial.rst Updated plt.imshow(np.abs(uvd.data_array[bl_ind, 0, :, 0])) to instead be plt.imshow(np.abs(uvd.data_array[bl_ind, :, 0])), to take into account the use of the use_future_array_shapes=True boolean when using the UVData.from_file() method in this chunk of the tutorial. This boolean is described in documentation as: "Option to convert to the future planned array shapes before the changes go into effect by removing the spectral window axis." On a cursory glance, this appears to be the only place in the tutorial where this comes up, but it could be worth checking that this is in fact the case. 12 September 2023, 15:14:50 UTC
6c456ee update changelog 25 August 2023, 23:57:01 UTC
a334a20 Optimizing pyerfa-based LST calculation, adding JD split to apparent coord calculator 25 August 2023, 23:57:01 UTC
07c472a Correct for TIO polar motion in erfa LST calculation 25 August 2023, 23:57:01 UTC
98cfcab Updating change log 25 August 2023, 15:34:01 UTC
c68457a Adding code to catch history parsing fails in write_ms 25 August 2023, 15:34:01 UTC
f9a0f57 explicitly close the file after reading using FastUVH5Meta 25 August 2023, 15:31:50 UTC
37b0e80 try to fix windows tests 25 August 2023, 15:31:50 UTC
57b10a2 don't pass astrometry_library to checks fix the way the astrometry library is handled in FastUVH5Meta also address other minor PR comments 25 August 2023, 15:31:50 UTC
fa75857 update the changelog 25 August 2023, 15:31:50 UTC
2663db9 properly round trip the telescope frame through uvh5, uvfits and ms Add error for miriad if telescope frame is not itrs. Error on read if telescope frame is not itrs or mcmf. 25 August 2023, 15:31:50 UTC
266704f fix some docstrings 25 August 2023, 15:31:50 UTC
7bf2fea pipe astrometry_library through the methods that call lst utilities 25 August 2023, 15:31:50 UTC
4ff6808 fix test warnings 10 August 2023, 17:03:53 UTC
4f73e52 Add test coverage 10 August 2023, 17:03:53 UTC
0e6040a Don't check LSTs if they are being calculated on the fly. Move error checking as early as possible to fail fast. 10 August 2023, 17:03:53 UTC
b162e45 move lst checking to utility method 10 August 2023, 17:03:53 UTC
5457f9a Add warnings in check if lst_array doesn't match expectations 10 August 2023, 17:03:53 UTC
263cbd3 Fix docstrings for shape of waterfall-type UVFlag objects Nfreq and Ntimes were transposed from what the object is actually doing. 09 August 2023, 23:49:10 UTC
c10c105 update RTD builds 08 August 2023, 19:47:24 UTC
3e6463a update RTD sphinx requirements 08 August 2023, 19:47:24 UTC
61abd41 fix type comparisons to use isinstance instead 08 August 2023, 19:47:24 UTC
70b1804 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) 08 August 2023, 19:47:24 UTC
1647a29 Fix pyuvsim conda yaml name after pyuvsim update 08 August 2023, 18:05:27 UTC
60f2f3c Undo numpy pin on python 3.11 tests 08 August 2023, 18:05:27 UTC
555f793 Updating changelog 28 July 2023, 13:43:27 UTC
b8e3774 Cleaning up test 28 July 2023, 13:43:27 UTC
2853791 Adding a bug-fix for calc_app_coords that caused Time objects to sometimes be mishandled 28 July 2023, 13:43:27 UTC
11b8ea5 update release date 12 July 2023, 19:50:27 UTC
0615cfc fix a changelog typo 12 July 2023, 19:50:27 UTC
7b6e675 fix a docstring typo 12 July 2023, 19:50:27 UTC
b112251 fix coverage again 12 July 2023, 19:50:27 UTC
be6e404 fix test errors 12 July 2023, 19:50:27 UTC
6603706 update changelog 12 July 2023, 19:50:27 UTC
4acbef7 add test coverage, remove debugging print statements 12 July 2023, 19:50:27 UTC
1924d40 update the changelog for version 2.4 12 July 2023, 19:50:27 UTC
f6e0f9c Remove deprecated code for version 2.4 12 July 2023, 19:50:27 UTC
bb762a7 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) 11 July 2023, 19:02:35 UTC
e2b48a9 Add comments to frequency_average method 06 July 2023, 19:30:28 UTC
50bc3f7 update changelog for frequency_average improvements. 06 July 2023, 19:30:28 UTC
0c0d300 fix the tutorial 06 July 2023, 19:30:28 UTC
0361c75 add support for frequency averaging with multiple spws also update error messages now that frequency_average handles uneven freq spacing 06 July 2023, 19:30:28 UTC
bc7c4d0 use pytest xdist in local code coverage script 06 July 2023, 18:42:35 UTC
1da93b3 don't do mamba cleanup on mac and windows -- it's very slow 06 July 2023, 18:42:35 UTC
253b552 remove warning_tests env name -- it uses pip not conda 06 July 2023, 18:42:35 UTC
5cd3634 Fix pyradiosky conda env name and pytest call for src layout 06 July 2023, 18:42:35 UTC
929d75a properly skip novas tests if novas not installed 06 July 2023, 17:49:47 UTC
adf2cb5 update the changelog 06 July 2023, 17:49:47 UTC
68b2e1e Fix numerical precision issues by using 2-part jd 06 July 2023, 17:49:47 UTC
887cf1b Add a test for LST discontinuities based on HERA validation bug This test currently passes for astropy but fails for erfa and novas. 06 July 2023, 17:49:47 UTC
412a2e0 deprecate sky_field parameter on UVCal also update the calfits memo. 03 July 2023, 16:59:09 UTC
611dce2 update the changelog and calfits memo 27 June 2023, 14:23:50 UTC
f7b877d update quality_array handling in reads and initializer 27 June 2023, 14:23:50 UTC
f9bf594 start work on making quality_array not required 27 June 2023, 14:23:50 UTC
d4845e3 fix typos in comments 26 June 2023, 18:22:52 UTC
884bae4 add test coverage 26 June 2023, 18:22:52 UTC
e729a55 restrict numpy to <1.25 on python 3.11 26 June 2023, 18:22:52 UTC
c1e8e5c Silence warnings caused by small numerical errors in efield_to_power 26 June 2023, 18:22:52 UTC
738be3b Fix code that raises new numpy deprecation warnings Also improve `check_warnings` to give the file and line number where warnings occur to help with debugging. 26 June 2023, 18:22:52 UTC
986976c better error with az_za_grid set but no az_array or za_array 08 June 2023, 13:04:41 UTC
bf3c13e fix: error when setting freq_interp_kind to an integer 07 June 2023, 19:13:59 UTC
1a84890 update mwax metafits testfile and changelog 02 June 2023, 19:54:26 UTC
66cb926 update how instrument and nants_telescope are defined 02 June 2023, 19:54:26 UTC
back to top