https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
c3f15cf docstring update 28 September 2021, 00:06:24 UTC
94f4456 update parameter eq logic to better account for tuples and dicts 28 September 2021, 00:06:24 UTC
1a80b5f add from_file class method 28 September 2021, 00:06:24 UTC
47cd357 replace a list comprehension with np.in1d 21 September 2021, 18:43:48 UTC
cc720f5 use more efficient calls to baseline_to_antnums 21 September 2021, 18:43:48 UTC
57eed04 Update changelog 15 September 2021, 20:25:57 UTC
1a07c82 Fix typo in docstring 15 September 2021, 20:25:57 UTC
ab83608 Reorder tutorial sections and add more explanatory text 15 September 2021, 20:25:57 UTC
ebdc0f1 Add set_data demo to tutorial 15 September 2021, 20:25:57 UTC
493cf77 Fix logic in _index_dset and add associated test 15 September 2021, 20:25:57 UTC
52adf1f Reorganize tests to use match keyword 15 September 2021, 20:25:57 UTC
3a4c95a Pull out common logic into helper function 15 September 2021, 20:25:57 UTC
6bf8804 Add a few more tests and clean up some docstrings 15 September 2021, 20:25:57 UTC
cc1562d Remove unreachable code 15 September 2021, 20:25:57 UTC
56daa4a Add some more tests; clean up docstrings and messages 15 September 2021, 20:25:57 UTC
879ca32 Add explanatory comment 15 September 2021, 20:25:57 UTC
ed17d87 Add set_flags and set_nsamples methods and associated tests 15 September 2021, 20:25:57 UTC
f6c7c0b Fix set_data method so new test passes 15 September 2021, 20:25:57 UTC
fbc6fc6 Get all existing tests to pass 15 September 2021, 20:25:57 UTC
92833f3 Add first pass at restructuring code; very much WIP 15 September 2021, 20:25:57 UTC
aa15683 fix f-string Co-authored-by: Matthew Kolopanis <matthew.kolopanis@gmail.com> 25 August 2021, 15:53:19 UTC
b94ef92 address review comments 25 August 2021, 15:53:19 UTC
59c8e9c add test coverage for arrays with strict types 25 August 2021, 15:53:19 UTC
3c42bef update changelog 25 August 2021, 15:53:19 UTC
dcf28c6 Add test for UVFlag flag_array 25 August 2021, 15:53:19 UTC
ab34bc6 fix equality checking for arrays with strict_type_check 25 August 2021, 15:53:19 UTC
09dbee4 Add test for flag_array not allowed to be integer also some general test cleanup 25 August 2021, 15:53:19 UTC
5563633 Add booleans to parameter types 25 August 2021, 15:53:19 UTC
1d9a22b Update the changelog 19 August 2021, 19:00:55 UTC
2afbb00 Add handling for no diffuse model in settings file for fhd_cal 19 August 2021, 19:00:55 UTC
7e1a344 Better error message for fhd_cal metadata only read, no settings file 19 August 2021, 19:00:55 UTC
5e4543f Update to use newer docker images 19 August 2021, 16:10:03 UTC
bb0e97d update Readme and setup.py to exclude python 3.6 11 August 2021, 15:07:35 UTC
3fb0c8f update the changelog 11 August 2021, 15:07:35 UTC
09cf060 Add explicit pyerfa dependence 11 August 2021, 15:07:35 UTC
92a1c40 reduce the tolerance on `real_if_close` to numpy default tolerance this is breaking tests on the Linux Conda builds and it's not clear we need this level of tolerance. 11 August 2021, 15:07:35 UTC
d08556f Use environment variable to fix circleci version on forks 30 July 2021, 16:11:05 UTC
6694e4e update the changelog for v2.2.1 21 July 2021, 19:11:03 UTC
48328ed Update changelog 19 July 2021, 16:02:42 UTC
81b6228 Remove unnecessary part of docstring. 19 July 2021, 16:02:42 UTC
5c9ec5d Change the default argument for UVData's __eq__ method; update message and tests accordingly 19 July 2021, 16:02:42 UTC
762c122 Fix another docstring typo 19 July 2021, 16:02:42 UTC
d7ac787 Fix docstring typos 19 July 2021, 16:02:42 UTC
c989d9b Fix some bugs in __eq__ method; add new tests 19 July 2021, 16:02:42 UTC
93bdcf6 Update changelog 19 July 2021, 16:02:42 UTC
80bbc08 Add list of allowed failure parameters to UVData.__eq__ method 19 July 2021, 16:02:42 UTC
4c66208 fix tutorial error 01 July 2021, 21:45:35 UTC
15c0503 remove unnecessary ant_check=False setting 01 July 2021, 21:45:35 UTC
064f5e1 Update tutorial to use newer files, improve error messages 01 July 2021, 21:45:35 UTC
0367950 Putting socket warning fix into utils.lookup_jplhorizons 01 July 2021, 21:45:35 UTC
f0ebd94 Updating changelog 01 July 2021, 21:45:35 UTC
d65a696 Fixing tutorial 01 July 2021, 21:45:35 UTC
ff80e68 v2.2 depreciation for utils 01 July 2021, 21:45:35 UTC
0938981 v2.2 deprecation for UVCal 01 July 2021, 21:45:35 UTC
a1fe65d v2.2 deprecation for UVBeam 01 July 2021, 21:45:35 UTC
acddefb v2.2 deprecation for UVData 01 July 2021, 21:45:35 UTC
8f5dfd2 Fix a few tests that broke after the rebase 01 July 2021, 19:47:27 UTC
09599b6 Make FHD tests more rigorous 01 July 2021, 19:47:27 UTC
051d732 Add filename handling to sum_vis method 01 July 2021, 19:47:27 UTC
8c04a4e Update how trailing slashes are handled 01 July 2021, 19:47:27 UTC
e12076d Update changelog 01 July 2021, 19:47:27 UTC
00ea942 Fix tests to cover missing line in mir.py 01 July 2021, 19:47:27 UTC
07bfbdf Fix filename handling for ms files 01 July 2021, 19:47:27 UTC
73953c5 Add tests to increase code coverage 01 July 2021, 19:47:27 UTC
e9d8249 Sort list of combined filenames 01 July 2021, 19:47:27 UTC
5e78db4 Make test pass for uvh5.py 01 July 2021, 19:47:27 UTC
aa4faa7 Fix tests for uvdata.py 01 July 2021, 19:47:27 UTC
07c33fb Get tests for uvfits.py to pass 01 July 2021, 19:47:27 UTC
c5b7beb Get tests for mwa_corr_fits.py to pass 01 July 2021, 19:47:27 UTC
f166d7c Get tests for ms.py to pass 01 July 2021, 19:47:27 UTC
7caf16e Get tests for miriad.py to pass 01 July 2021, 19:47:27 UTC
e1ae44a Get tests for mir.py to pass 01 July 2021, 19:47:27 UTC
4fde03b Make tests for fhd pass 01 July 2021, 19:47:27 UTC
13334c7 Make sure filename is updated for fast_concat 01 July 2021, 19:47:27 UTC
824116f Add filename support for more file formats 01 July 2021, 19:47:27 UTC
0e8f8c3 Add filename handling to mir.py 01 July 2021, 19:47:27 UTC
c399051 Add filename handling to fhd.py 01 July 2021, 19:47:27 UTC
3f493bb Fix silly typo 01 July 2021, 19:47:27 UTC
e11acaf Add tests for new utility function 01 July 2021, 19:47:27 UTC
7499f04 Take initial stab at filename attribute for UVData 01 July 2021, 19:47:27 UTC
c46e8dc Cleanup and fix flake8 issues 01 July 2021, 17:47:36 UTC
4224230 Fix lines that were too long 01 July 2021, 17:47:36 UTC
9e945fe Move mir fixture to conftest 01 July 2021, 17:47:36 UTC
6d39f16 Dropping line coverage for an SMA data corner-case Which requires manually deleting an individual file in the data set (specifically, the `autoCorrelations` file). 01 July 2021, 17:47:36 UTC
c4e0e15 Unsure what this line was from, but it doesn't appear to be needed 01 July 2021, 17:47:36 UTC
4b9eb96 Also change read_auto -> has_auto in the tests 01 July 2021, 17:47:36 UTC
12e51e4 Add a helpful error message when the auto data is missing 01 July 2021, 17:47:36 UTC
4808d71 Change read_auto to has_auto 01 July 2021, 17:47:36 UTC
e867f4b Update mir tests 01 July 2021, 17:47:36 UTC
dbbce78 Code style fixes 01 July 2021, 17:47:36 UTC
bd1022a Handle Mir tests when read_auto=False 01 July 2021, 17:47:36 UTC
ea880f9 Force auto_read for autocorr test 01 July 2021, 17:47:36 UTC
cb3ffd3 Check read_auto flag before loading autocorr data 01 July 2021, 17:47:36 UTC
430e9ef Add MirParser tests with read_auto=False 01 July 2021, 17:47:36 UTC
e7c4aaa First attempt to make the autocorrelations in MirParser optional 01 July 2021, 17:47:36 UTC
55c8909 Merge branch 'test_all_aipy_extracts' 28 June 2021, 16:31:09 UTC
6b2f17c Modifying some test to cover default behavior of init_from_uv in test_aipy_extracts 25 June 2021, 14:57:46 UTC
4b36550 Covering aipy_extracts with tests 25 June 2021, 14:57:44 UTC
5324552 Adding entires to change log 25 June 2021, 14:49:40 UTC
cb91cc3 Fixing phase docstring 25 June 2021, 14:49:40 UTC
back to top