sort by:
Revision Author Date Message Commit Date
851f68c Use a dictionary instead of a pair of lists. Slightly faster lookup 28 September 2018, 22:41:09 UTC
4364ae6 Keep lists of beam interpolation functions and their corresponding frequencies 28 September 2018, 22:41:09 UTC
6a22463 Test spline reuse for e-field beams 28 September 2018, 22:41:09 UTC
da9f921 Add test and style 28 September 2018, 22:41:09 UTC
e07e9d5 Correctly reuse the beam interpolation functions when the "reuse_spline" keyword is set 28 September 2018, 22:41:09 UTC
56a4ac1 Save RectBivariateSpline callables in an array for faster reuse 28 September 2018, 22:41:09 UTC
bf3944d fix tests 28 September 2018, 15:53:39 UTC
c0666f1 Add a pending deprecation warning if no antenna positions 28 September 2018, 15:53:39 UTC
728f4ab Fix beam interp docstring 28 September 2018, 15:53:23 UTC
d2efc8b new micro version 27 September 2018, 21:33:00 UTC
105144d Covering line 781 in utils.py 25 September 2018, 17:52:50 UTC
fea2368 Adjust antenna positions in test file to trigger specific test case 25 September 2018, 17:52:50 UTC
5ef7056 Update utils.py 25 September 2018, 17:52:50 UTC
e422faa Docstring updates 25 September 2018, 17:52:50 UTC
02138f6 Default behavior of get_antenna_redundancies enforces baseline orientation, tutorial phrasing 25 September 2018, 17:52:50 UTC
6eb4136 use_ant_pos in unphasing and remove uvw rounding in get_baseline_redundancies 25 September 2018, 17:52:50 UTC
da15d84 Handle floating errors in redundancies 25 September 2018, 17:52:50 UTC
7a12af2 Unit test the number of redundant groups 25 September 2018, 17:52:50 UTC
948d9e4 Spelling fix 25 September 2018, 17:52:50 UTC
751d4fc Add to tutorial 25 September 2018, 17:52:50 UTC
cb10568 Allow for flipped baselines to be considered redundant, like in hera_cal 25 September 2018, 17:52:50 UTC
1171d68 only add 'Tile' to antenna name for MWA 19 September 2018, 21:19:01 UTC
3e80d62 break up and improve fhd tests, remove scipy/numpy warning 19 September 2018, 21:19:01 UTC
21a75ee remove conditionals because fields are guaranteed to exist 19 September 2018, 21:19:01 UTC
1c2764a fix comments in test file, remove debugging cruft 19 September 2018, 21:19:01 UTC
f91c2fd Use Travis private environment variables instead of bare repo token 19 September 2018, 21:19:01 UTC
3fa3330 improve test coverage 19 September 2018, 21:19:01 UTC
f2c741e better file testing 19 September 2018, 21:19:01 UTC
cceb6a7 fix test for flag file variation 19 September 2018, 21:19:01 UTC
bdf618c remove unreachable code 19 September 2018, 21:19:01 UTC
87627ff catch fhd warning in test_uvdata 19 September 2018, 21:19:01 UTC
21c4feb remove debug print statements, improve comments 19 September 2018, 21:19:01 UTC
1b55204 fix logic for setting telescope location, fix tests 19 September 2018, 21:19:01 UTC
9c731a7 improve fhd test coverage, add messed up files to test errors 19 September 2018, 21:19:01 UTC
8343202 fix coveralls for parallel builds 19 September 2018, 21:19:01 UTC
21e44b1 fix capitalization bug 19 September 2018, 21:19:01 UTC
b815fe0 add loopback test without layout file to test spoofing 19 September 2018, 21:19:01 UTC
21945e0 add layout file to uvdata test 19 September 2018, 21:19:01 UTC
75016d2 Add the FHD layout test file 19 September 2018, 21:19:01 UTC
6b8de8d Add code to read FHD layout files to get antenna positions 19 September 2018, 21:19:01 UTC
827e95b Move baseline_to_antnums to utils 14 September 2018, 18:51:46 UTC
e945d7a Revise docstring, remove reused code, improve comments 14 September 2018, 18:51:46 UTC
d8e79ac Improve coverage by 0.31% 14 September 2018, 18:51:46 UTC
7cd37bd No xrange in python3. Fixed 14 September 2018, 18:51:46 UTC
0f7fb82 Fix antenna_positions in test file 14 September 2018, 18:51:46 UTC
e5593d5 More useful comments 14 September 2018, 18:51:46 UTC
787f61d Find redundancies by antenna positions as well as by baselines 14 September 2018, 18:51:46 UTC
dc7dffa Switch to new redundancy method and check that jostled baseline positions are still redundant 14 September 2018, 18:51:46 UTC
ee49bdf Find redundancies from baseline vectors, and unit test 14 September 2018, 18:51:46 UTC
fae18f1 Make lst_array optional when reading uvh5 files 07 September 2018, 18:35:39 UTC
a8f6b6f added utils.parse_polstr function 28 August 2018, 17:31:47 UTC
0fc386e make num2str dict keys integers 27 August 2018, 23:23:08 UTC
f6c8097 remove debugging prints 27 August 2018, 23:23:08 UTC
9debf5a fix tutorials for capitalization changes 27 August 2018, 23:23:08 UTC
6132153 updates for capitalization conventions and reversed dicts 27 August 2018, 23:23:08 UTC
677d77d Changed indentation 27 August 2018, 23:23:08 UTC
9f2ec12 Moved polarization dicts and lists in utils.py into constants that can be accessed externally by anyone using pyuvdata for its polarization functionality. 27 August 2018, 23:23:08 UTC
f74e039 pep8 fix 21 August 2018, 19:07:27 UTC
ed6eb46 pycodestyle fix? 21 August 2018, 19:07:27 UTC
8d8f061 Full coverage of parse_ants 21 August 2018, 19:07:27 UTC
9c94be0 pep8 08 August 2018, 20:04:41 UTC
ecca89e pep8 08 August 2018, 20:04:41 UTC
a050fe2 changed antpair2ind assert to ValueError, added tests modified: pyuvdata/tests/test_uvdata.py modified: pyuvdata/uvdata.py 08 August 2018, 20:04:41 UTC
246a090 updated antpair2ind to handle auto antpair appropriately modified: pyuvdata/tests/test_uvdata.py modified: pyuvdata/uvdata.py 08 August 2018, 20:04:41 UTC
317e7ee modified: pyuvdata/uvdata.py 08 August 2018, 20:04:41 UTC
b485869 pep8 modified: pyuvdata/tests/test_uvdata.py 08 August 2018, 20:04:41 UTC
6f45ed3 pep8 and removed pol-arg from antpair2ind (having put it in last commit by mistake) 08 August 2018, 20:04:41 UTC
ae56789 updated antpair2ind to return ordered or unordered, eliminated get_blt_inds 08 August 2018, 20:04:41 UTC
95b456a pep8 08 August 2018, 20:04:41 UTC
76f2556 updated antpair2ind and get_blt_inds wrt PR 432 comments 08 August 2018, 20:04:41 UTC
ec5bb07 enforced integration_time dtype=np.float64 in read_* funcs 08 August 2018, 20:04:41 UTC
681f988 added get_blts_inds to do unordered slicing, and demoted _antpair2inds 08 August 2018, 20:04:41 UTC
80c381c enforced output of get_flags to be boolean array 08 August 2018, 20:04:41 UTC
6d31c6b Add test to catch new errors 08 August 2018, 17:52:11 UTC
f429bf3 Add metadata to be checked when not combining along blt axis 08 August 2018, 17:52:11 UTC
84a5969 Be more pedantic about floating point precision 08 August 2018, 17:51:38 UTC
3841996 Tweak test 08 August 2018, 17:51:38 UTC
20035b7 Make sure integration_time precision is right for miriad files; add test 08 August 2018, 17:51:38 UTC
931e204 Add test to catch backwards compatibility warning 03 August 2018, 20:08:29 UTC
92624d6 fix import error 03 August 2018, 20:08:29 UTC
884e29b add backwards compatibility for uvh5 files 03 August 2018, 20:08:29 UTC
628d570 Address some review comments 02 August 2018, 18:02:21 UTC
158f9ea Remove unnecessary kwarg 02 August 2018, 18:02:21 UTC
2338fa6 Try to fix travis woes 02 August 2018, 18:02:21 UTC
ba21db0 Change internal dictionary precision 02 August 2018, 18:02:21 UTC
01cd044 Allow inttime to change in miriad files 02 August 2018, 18:02:21 UTC
7fe79d4 Fix typo 02 August 2018, 18:02:21 UTC
881bbd1 Make integration_time an array of size Nblt; fix I/O to be self-consistent 02 August 2018, 18:02:21 UTC
371f9b3 Add clarification for version changes 02 August 2018, 17:09:18 UTC
4cd08ad fix formatting 02 August 2018, 17:09:18 UTC
70d68d9 better formatting 02 August 2018, 17:09:18 UTC
4fffd99 more format fixes 02 August 2018, 17:09:18 UTC
aed6ae4 formatting fixes 02 August 2018, 17:09:18 UTC
35e7dce clarify release notes based on comments 02 August 2018, 17:09:18 UTC
0414ea6 Add docs on how to make a new release (#424) 02 August 2018, 17:09:18 UTC
41871b7 close files properly 01 August 2018, 19:25:17 UTC
013a029 Use the uvw_array tolerances on the extra checks 26 July 2018, 16:04:03 UTC
cdb3344 fix tests 25 July 2018, 16:41:06 UTC
8d98406 make tests write to test directory 25 July 2018, 16:41:06 UTC
4b1f8fe remove large unused test file 25 July 2018, 16:41:06 UTC
back to top