https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
3b26054 remove commented line 19 May 2020, 19:07:11 UTC
5dcfd4e more plumbing to get the background lst controls up to the user level. 19 May 2020, 19:07:11 UTC
b61a250 fixing rebase error 19 May 2020, 19:07:11 UTC
fb24284 docstring update 19 May 2020, 19:07:11 UTC
4e47b47 let the user calculate lsts in the background if desired 19 May 2020, 19:07:11 UTC
265211c vectorize uvw calculations in phase and unphase_to_drift 19 May 2020, 19:07:11 UTC
4c1c67e Add tests to ensure time averaged data are not a masked array 12 May 2020, 01:40:01 UTC
a3ff3f7 update changelog 12 May 2020, 01:40:01 UTC
23bc8d4 fix handling of baselines not downsampled 12 May 2020, 01:40:01 UTC
3caa295 remove print statements 12 May 2020, 01:40:01 UTC
796e793 properly weight by nsample when downsampling in time 12 May 2020, 01:40:01 UTC
741cae4 tutorial wording update 11 May 2020, 23:59:59 UTC
2b1719f update tutorial to reflect mwa corr fits can read metadata only 11 May 2020, 23:59:59 UTC
cda3ae7 update changelog 11 May 2020, 23:59:59 UTC
c049026 test docstring update 11 May 2020, 23:59:59 UTC
ae1442c add metadata_only reads to mwa_corr_fits, plumb through keywords. add support for check related keywords 11 May 2020, 23:59:59 UTC
f658449 replace manual call to set lsts with built in pyuvdata function does the exact same thing, but if we have the function already may as well use it. 11 May 2020, 23:59:59 UTC
3b88074 a comment about generating antenna pairs from itertools 11 May 2020, 23:59:59 UTC
436a115 added an explicit return precision for a numpy array in corr_fits.pyx 11 May 2020, 23:59:59 UTC
bcd0f44 a typo in ctype definition 11 May 2020, 23:59:59 UTC
13e24b7 update changelog 11 May 2020, 23:59:59 UTC
3ae39d6 remove commented line 11 May 2020, 23:59:59 UTC
bda8350 added some comments 11 May 2020, 23:59:59 UTC
daf2811 use itertools to generate all the antenna pairs for baselines 11 May 2020, 23:59:59 UTC
b2cf59c replace another for loop with count_nonzero 11 May 2020, 23:59:59 UTC
ee15d2e move the bad_ants calculation to numpy instead 11 May 2020, 23:59:59 UTC
92b3886 made _calc_nants_data function to reduce repeated code. 11 May 2020, 23:59:59 UTC
4a3f212 update cable length diff calculation again 11 May 2020, 23:59:59 UTC
a947baf some formatting changes in corr_fits.pyx 11 May 2020, 23:59:59 UTC
3386df1 add cable len difference calculation to the c extension 11 May 2020, 23:59:59 UTC
4ccce27 take along flag array for corr fits 11 May 2020, 23:59:59 UTC
64015dc some tweaks to how Nants_data is calculated 11 May 2020, 23:59:59 UTC
2a0eba7 more specific type casting in the corr_fits extension 11 May 2020, 23:59:59 UTC
38a7e43 some smal tweak in check and reorder pols 11 May 2020, 23:59:59 UTC
365495b use take for large arrays in mwa_corr_fits 11 May 2020, 23:59:59 UTC
e115006 some more explicit typing in corr_fits.pyx 11 May 2020, 23:59:59 UTC
02a2c38 unload another function to _corr_fits 11 May 2020, 23:59:59 UTC
4048c93 remove print statements from test 11 May 2020, 20:25:38 UTC
e15742a update changelog 11 May 2020, 20:25:38 UTC
da6a5c8 Update HERA location to match hera_mc database (and files) 11 May 2020, 20:25:38 UTC
2321d23 update the changelog 07 May 2020, 19:53:26 UTC
acd2275 Improve warning handling 07 May 2020, 19:53:26 UTC
4c6f126 fix gitignore change that wasn't caught in rebase 07 May 2020, 19:53:26 UTC
b902e7b fix test coverage scripts for semi-recent changes 07 May 2020, 19:53:26 UTC
27ee43f Add error if UVCal has too few times 07 May 2020, 19:53:26 UTC
70e3c12 only use numbers if all names are missing 07 May 2020, 19:53:26 UTC
4bd592a address review comments 07 May 2020, 19:53:26 UTC
a69c9e7 address comments 07 May 2020, 19:53:26 UTC
0be3986 fix test coverage 07 May 2020, 19:53:26 UTC
b0486a7 more test coverage 07 May 2020, 19:53:26 UTC
cc47ac0 improve test coverage, minor code fixes 07 May 2020, 19:53:26 UTC
cfade21 switch to newer files for uvcalibrate tests 07 May 2020, 19:53:26 UTC
feefb64 fix test 07 May 2020, 19:53:26 UTC
246c679 use antenna_names to match between UVData and UVCal, not numbers 07 May 2020, 19:53:26 UTC
8cab078 add override_ant_check option. 07 May 2020, 19:53:26 UTC
ccc327c finish adding checks and fix existing tests 07 May 2020, 19:53:26 UTC
13489c9 start work on adding checks in uvcalibrate 07 May 2020, 19:53:26 UTC
62f919a make a more specific changelog message 01 May 2020, 15:41:16 UTC
a317f37 black reformatting 01 May 2020, 15:41:16 UTC
b064ba8 update changelog 01 May 2020, 15:41:16 UTC
d749f24 Add a unit test 01 May 2020, 15:41:16 UTC
e90d5da Add required changes 01 May 2020, 15:41:16 UTC
c30cd21 Add option and docstring 01 May 2020, 15:41:16 UTC
c5a1b46 Update changelog for new version, minor changelog correction. 29 April 2020, 17:15:36 UTC
46f310e use np.bool_ for conj, cython now supports npy_bool typed arrays 29 April 2020, 15:47:53 UTC
160c287 specify python 3 version in cython compilation, update GETI to use // 29 April 2020, 15:47:53 UTC
b4e361f update changelog 29 April 2020, 15:47:53 UTC
6d14f0a add 10 deg beam cut inside of tutorial.rst 29 April 2020, 15:47:53 UTC
cc8ef23 a vectorization in inds_to_keep for to_healpix() 29 April 2020, 15:47:53 UTC
9451641 note cython necessary for coverage reporting of pyx extensions 29 April 2020, 15:47:53 UTC
4e13dec try enabling coverage on cython file for corr_fits 29 April 2020, 15:47:53 UTC
1fa21ac update test coverage scripts 29 April 2020, 15:47:53 UTC
9818a22 off load input_output_mapping to cython 29 April 2020, 15:47:53 UTC
b748cf0 changelog update 29 April 2020, 15:47:53 UTC
c973ce5 a explanatory comment in set_uvw_from_antpos 29 April 2020, 15:47:53 UTC
165100a set the conj value as 1 since it is an int not bool 29 April 2020, 15:47:53 UTC
d05eab3 enforce sorting of self.antenna_array in set_uvws 29 April 2020, 15:47:53 UTC
365efa1 unused import deletion in miriad_wrap.pyx 29 April 2020, 15:47:53 UTC
3c54282 readability formatting 29 April 2020, 15:47:53 UTC
ecf7cbf impore compiled c extension 29 April 2020, 15:47:53 UTC
0dbb3d6 reword a nasty for loop into cython 29 April 2020, 15:47:53 UTC
c74ced0 vectorize set_uvw_from_antenna_positions 29 April 2020, 15:47:53 UTC
ff9e5de some small tweaks, vectorizes in corr_fits 29 April 2020, 15:47:53 UTC
69af3af vectorize get_lst_for_time caclulation 29 April 2020, 15:47:53 UTC
9cc16cd Remove __future__ imports from all files; add mode: python magic where missing 29 April 2020, 01:39:33 UTC
c053c5f try to re-enable xdist defaults repo wide 28 April 2020, 03:11:57 UTC
4b2e242 try exporting PATH 28 April 2020, 03:11:57 UTC
46d8ac3 tabbing issues 28 April 2020, 03:11:57 UTC
9cc5f5b add conda installation 28 April 2020, 03:11:57 UTC
2b219e0 try sudo update 28 April 2020, 03:11:57 UTC
0081bd9 remove erroneous dash 28 April 2020, 03:11:57 UTC
f117895 move machine parameter 28 April 2020, 03:11:57 UTC
5cfcb72 specify build image for machine 28 April 2020, 03:11:57 UTC
cb17f68 try machine style build on circleci 28 April 2020, 03:11:57 UTC
c632711 some small tweaks in uvdata.check to speed up checking 28 April 2020, 03:11:57 UTC
6e3eab1 some more explicit typing on inputs, raw_write to have numpy inputs 28 April 2020, 03:11:57 UTC
c52e59a Add warnings filters for uvh5 tests 28 April 2020, 03:11:57 UTC
6b8e92f Take option out of setup.cfg and try again 28 April 2020, 03:11:57 UTC
4b8b6a1 Turn off parallel tests for circleci 28 April 2020, 03:11:57 UTC
c585e45 Try to get circleci build to not use -n option 28 April 2020, 03:11:57 UTC
back to top