https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
54dcce4 Finish removing ephem stuff from tests 11 July 2018, 19:54:59 UTC
8ddeb72 remove all ephem stuff 11 July 2018, 19:54:59 UTC
a5b0a08 fix aipy imports 11 July 2018, 19:54:59 UTC
13ba92d major rework of phasing code based on mwa tools 11 July 2018, 19:54:59 UTC
93f8b78 Fix phasing example in tutorial 11 July 2018, 19:54:59 UTC
bf3b42d Use astropy to calculate lst diff in miriad time test 11 July 2018, 19:54:59 UTC
b0d2635 Add phasing functions using astropy, remove zenith_ra/dec 11 July 2018, 19:54:59 UTC
e3a511e Fix zenith_ra and lst handling 11 July 2018, 19:54:59 UTC
5a77e3c Fix write_miriad to fix times in the file not on the object 11 July 2018, 19:54:59 UTC
1c7bdc0 updated UVData read_miriad write_miriad to account Miriad marking beginning of integration and UVData marking center 11 July 2018, 19:54:59 UTC
1ac364a remove references to non-existent keyword 11 July 2018, 12:55:35 UTC
360cae6 change variable names to be more clear 11 July 2018, 12:55:35 UTC
9e7459c fix typo to address issue #389 11 July 2018, 12:55:35 UTC
41e3d19 fix tutorial 11 July 2018, 12:55:35 UTC
78c5caa condense to a single read per file type with handling for partial reads 11 July 2018, 12:55:35 UTC
2c9c778 Fix test for invalid pol conjugation 10 July 2018, 22:33:52 UTC
fc1078b Added more tests 10 July 2018, 22:33:52 UTC
9a17c3e No longer conjugate pol if only pol is requested in _key2inds 10 July 2018, 22:33:52 UTC
331345b Expanded doc strings for conjugating pols 10 July 2018, 22:33:52 UTC
3276e37 pep8? 10 July 2018, 22:33:52 UTC
5d58556 properly conjugate visibilities for cross-corr get_data 10 July 2018, 22:33:52 UTC
4f330f1 added tests in uvdata.check for non-zero uvw of autocorr and near-zero uvw of cross corr 10 July 2018, 17:17:52 UTC
e7cf23c pep8 10 July 2018, 17:17:52 UTC
c02b47f added UVData autocorr + crosscorr test 10 July 2018, 17:17:52 UTC
3d9eecc changed uvdata._uvw_array.acceptable_range to (0, 1e8) 10 July 2018, 17:17:52 UTC
d717c76 pep8 09 July 2018, 08:13:08 UTC
7fb63c5 added unit test per Paul's PR review 09 July 2018, 08:13:08 UTC
1b63e53 allow read_data = False for single element lists of files in read_uvh5 09 July 2018, 08:13:08 UTC
b93e06f allow adding subclasses of uvbeam and uvcal 06 July 2018, 16:00:41 UTC
44b991c Allow two objects to be added together if one or both of them is an instance of a subclass of UVData 06 July 2018, 16:00:41 UTC
329e9f4 Flatten higher dimensional arrays and remove asserts 06 July 2018, 15:59:44 UTC
1f3c35c Add testing for wrong dimension select arrays 06 July 2018, 15:59:44 UTC
ac76e69 fix bug in select for single string antenna_name, add asserts 06 July 2018, 15:59:44 UTC
94f1e81 Add extra test 02 July 2018, 21:40:09 UTC
5217ff9 Fix bytes handling that was changed during rebase 02 July 2018, 21:40:09 UTC
664b3cd Add another test 02 July 2018, 21:40:09 UTC
5f89192 Add tests of writing irregularly spaced arrays 02 July 2018, 21:40:09 UTC
dc30561 Rename nsample_array -> nsamples in output file 02 July 2018, 21:40:09 UTC
c3e2340 Add more tests 02 July 2018, 21:40:09 UTC
d91a214 Add partial writing test 02 July 2018, 21:40:09 UTC
4bba1e8 Add test of partial reading 02 July 2018, 21:40:09 UTC
dd22312 Make existing tests pass again 02 July 2018, 21:40:09 UTC
73bb523 First pass at partial writing support 02 July 2018, 21:40:09 UTC
95bbf53 First pass at partial read for uvh5 02 July 2018, 21:40:09 UTC
ad775a2 removed os.mkdir('tests') in test_miriad 29 June 2018, 18:34:24 UTC
ad3c5b2 pep8 in test_miriad 29 June 2018, 18:34:24 UTC
3de1303 updated warning tests in test_miriad modified: ../miriad.py modified: test_miriad.py 29 June 2018, 18:34:24 UTC
44a353e fixed test in test_miriad 29 June 2018, 18:34:24 UTC
527abed read_miriad_antpos PR comments 29 June 2018, 18:34:24 UTC
13d1760 enabled 2.7 and 3.6 for a test pass in test_miriad 29 June 2018, 18:34:24 UTC
8dc0814 updated parts of miriad.py for python3.6 compatability 29 June 2018, 18:34:24 UTC
a5996bb pep8 29 June 2018, 18:34:24 UTC
d26d560 updated test_miriad test_MiriadUVFits RW 29 June 2018, 18:34:24 UTC
eafb417 removed aipy dependence in utils 29 June 2018, 18:34:24 UTC
9b2f355 pep8 modified: miriad.py modified: uvdata.py 29 June 2018, 18:34:24 UTC
3ccc673 eliminated utils.get_miriad_antpos b/c of new read_miriad_metadata func 29 June 2018, 18:34:24 UTC
70ce09a fixed proper passing of read_miriad kwargs between miriad and uvdata objs 29 June 2018, 18:34:24 UTC
fb62f9a added read_miriad_metadata to UVData 29 June 2018, 18:34:24 UTC
30fdd41 added miriad.Miriad.read_miriad_metadata func 29 June 2018, 18:34:24 UTC
d744057 ensured uvdata.antnums_to_baseline returns array when fed len-1 array 29 June 2018, 18:34:24 UTC
dc6a3ee modified: tests/test_utils.py modified: utils.py 29 June 2018, 18:34:24 UTC
0cb4686 pep8 issues modified: miriad.py modified: tests/test_miriad.py modified: tests/test_utils.py modified: utils.py 29 June 2018, 18:34:24 UTC
b01c807 modified: pyuvdata/tests/test_miriad.py 29 June 2018, 18:34:24 UTC
625c4ac moved chunks of miriad.read_miriad into separate functions and added utils.get_miriad_antpos 29 June 2018, 18:34:24 UTC
fb84292 fix bugs after rebase 28 June 2018, 16:25:28 UTC
55e85fa fix tutorials after rebase 28 June 2018, 16:25:28 UTC
c539610 add no_cover rule for old astropy version clause 28 June 2018, 16:25:28 UTC
796f545 remove unreachable code, improve test coverage 28 June 2018, 16:25:28 UTC
e1e55f5 bug fix after rebase 28 June 2018, 16:25:28 UTC
71e5dc4 fix python 3 errors 28 June 2018, 16:25:28 UTC
661041a remove cruft 28 June 2018, 16:25:28 UTC
64725cd fix docstring 28 June 2018, 16:25:28 UTC
493e708 Add more history detail and raise error if only 1 freq for interpolation 28 June 2018, 16:25:28 UTC
1ec08b5 remove unnecessary else statement 28 June 2018, 16:25:28 UTC
08a76c5 minor refactoring 28 June 2018, 16:25:28 UTC
457ec54 really fix tutorials 28 June 2018, 16:25:28 UTC
3dcac48 fix tutorials for interpolation changes 28 June 2018, 16:25:28 UTC
6372743 roundtrip interpolation function through beamfits 28 June 2018, 16:25:28 UTC
2dbb01b error if frequencies to interpolate are outside freq_range 28 June 2018, 16:25:28 UTC
e2519ab fix frequency interpolation 28 June 2018, 16:25:28 UTC
d1f1ab5 handle interpolate frequencies outside freq_arr range 28 June 2018, 16:25:28 UTC
5238a5f Add support for interpolating in frequency 28 June 2018, 16:25:28 UTC
f32abce Add more general interpolation function wrapper 28 June 2018, 16:25:28 UTC
1f68d78 create interpolation infrastructure 28 June 2018, 16:25:28 UTC
a873f06 more unit tests 28 June 2018, 05:42:15 UTC
0d221fc fixed blank lines 28 June 2018, 05:42:15 UTC
1c194c2 Added unit tests for the pseudo-stokes functionality 28 June 2018, 05:42:15 UTC
9440500 Add test for reading in multiple uvh5 files 28 June 2018, 05:23:39 UTC
4ff1a3e fixed conflicts between python 2.7 and 3.6 26 June 2018, 18:23:44 UTC
3176047 fixed docstring 26 June 2018, 18:23:44 UTC
b2d951c updated tutorial with pseudo-stokes beam examples 26 June 2018, 18:23:44 UTC
63c1928 the function can now supports multiple beam files 26 June 2018, 18:23:44 UTC
bced3a5 Defined more appropraite variables and make the function more user friendly according to Bryna's comments 26 June 2018, 18:23:44 UTC
5a64d69 Support pseudo-stokes parameter beam as done in Kohn et al.2018 26 June 2018, 18:23:44 UTC
4743437 Add h5py to list of required packages 25 June 2018, 19:54:26 UTC
26fb301 Update README to reflect uvh5 interoperability 25 June 2018, 19:54:26 UTC
c453dc6 Add to tutorial for writing to uvh5 25 June 2018, 19:54:26 UTC
25a7153 Fix doctests. 25 June 2018, 17:42:34 UTC
4515a91 pyuvdata/uvdata.py: avoid crash in antnums_to_baseline() if Nants_telescope is None 25 June 2018, 17:42:34 UTC
dbeb1b0 Fix pycodestyle complaints. 25 June 2018, 17:42:34 UTC
back to top