https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
6a757ef Atomize some calfits tests 20 May 2020, 18:06:35 UTC
813aa59 Remove gc statements 20 May 2020, 18:06:35 UTC
ae71684 Handle importorskip more efficiently 20 May 2020, 18:06:35 UTC
faba461 Make sure OS env var is defined for circleci 20 May 2020, 18:06:35 UTC
fa43132 Make error messages in testing more explicit 20 May 2020, 18:06:35 UTC
d7a7570 Update changelog 20 May 2020, 18:06:35 UTC
0433b32 Try to fix doctest build 20 May 2020, 18:06:35 UTC
e4099f9 Fix up a few typos 20 May 2020, 18:06:35 UTC
2309ed5 Try writing to a separate FITS file in testing 20 May 2020, 18:06:35 UTC
39e8b3a Fix typo so miriad extension gets built 20 May 2020, 18:06:35 UTC
1d67fdc Break up tests to make them more atomic; try closing FITS files explicitly 20 May 2020, 18:06:35 UTC
4b9be7d Try to fix broken FITS tests on windows 20 May 2020, 18:06:35 UTC
78a9cb9 Add garbage collection after FITS writes 20 May 2020, 18:06:35 UTC
914eaa8 add explicit close to write FITS methods 20 May 2020, 18:06:35 UTC
7fcf3aa Change how miriad importing is handled; rework test suite to minimize use of miriad 20 May 2020, 18:06:35 UTC
0cf2530 Add windows to github actions 20 May 2020, 18:06:35 UTC
e25b8cb error sensibly if ant_str doesn't match any data 20 May 2020, 16:01:38 UTC
609e6c9 Add comment about the source of Npols for metadata only vs full reads 19 May 2020, 19:07:11 UTC
8172b05 another changelog update 19 May 2020, 19:07:11 UTC
4750873 update changelog 19 May 2020, 19:07:11 UTC
d84f8de another spot with astropy 2 vs 3 accommodation 19 May 2020, 19:07:11 UTC
c73c272 typo fix 19 May 2020, 19:07:11 UTC
de98bd2 don't bend over backwards for astropy2 support 19 May 2020, 19:07:11 UTC
15d32f0 use alternate function calls; vectorize some coordinate transformations 19 May 2020, 19:07:11 UTC
dfe18e2 change a uvdata test name to more accurately reflect what it does 19 May 2020, 19:07:11 UTC
9ed3b80 make an import in mwa corr fits relative, not `from pyuvdata` 19 May 2020, 19:07:11 UTC
3b98ad9 only calculate the itrs_telescope_location in unphase_to_drift if needed 19 May 2020, 19:07:11 UTC
c59fd10 catch a test warning 19 May 2020, 19:07:11 UTC
18076bf more test coverage 19 May 2020, 19:07:11 UTC
7cbdad8 Add test coverage 19 May 2020, 19:07:11 UTC
0912f34 Add read_data and background_lst options for FHD files also updated tutorial and minor other cleanup 19 May 2020, 19:07:11 UTC
3bc5a61 updated some inline comments. 19 May 2020, 19:07:11 UTC
2753761 docstring updates 19 May 2020, 19:07:11 UTC
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
back to top