https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
1581a10 Don't allow with 'bls' key word 08 February 2021, 05:43:27 UTC
f2cd37c Don't allow with 'bls' 08 February 2021, 05:41:38 UTC
0b15661 Allow exclude on write 05 February 2021, 19:06:01 UTC
adf71c3 Raise warning if ant not in array 05 February 2021, 19:05:30 UTC
a956b8d Add exclude_antennas key word 05 February 2021, 17:44:22 UTC
b772b74 Add exclude_antennas option to read functions 02 February 2021, 21:07:05 UTC
dd54021 Make changes for exclude_antennas option 02 February 2021, 21:02:34 UTC
7f45c3f Add exclude_antennas key word 02 February 2021, 19:38:17 UTC
14c961c update changelog 28 January 2021, 21:31:41 UTC
f6e1d27 Remove unreachable code 28 January 2021, 21:31:41 UTC
a3a758c Add test for input_output_mapping 28 January 2021, 21:31:41 UTC
ddf42b1 change [:] to [::1] in cython codes, add explanatory comments 28 January 2021, 21:31:41 UTC
4ac96a6 added some docstrings; explain it operates in place. 28 January 2021, 21:31:41 UTC
9f91b75 replace numpy float_ with float64 28 January 2021, 21:31:41 UTC
faa8edf some reading cleanup, inplace calculations, and cable diff speed updates 28 January 2021, 21:31:41 UTC
ded7912 black formatting, some more comments 28 January 2021, 21:31:41 UTC
d500c28 perform digital gain and coarse band corrections inplace 28 January 2021, 21:31:41 UTC
8d9d7ac move file reading to own function, better for garbage collection 28 January 2021, 21:31:41 UTC
1ab2cee update the changelog 21 January 2021, 23:01:53 UTC
dac4b7c Add test that errors before bugfix, better fixture use 21 January 2021, 23:01:53 UTC
9683b2e Fix handling of times when averaging by redundancy 21 January 2021, 23:01:53 UTC
b52fbf5 update changelog 21 January 2021, 23:01:12 UTC
d915ca0 fix accidental cython change 21 January 2021, 23:01:12 UTC
d084cd9 switch quacktime to goodtime 21 January 2021, 23:01:12 UTC
b0d43f5 change start_flag and end_flag defaults; add propagate_coarse_flags 21 January 2021, 23:01:12 UTC
5ace26c linting 14 January 2021, 05:23:16 UTC
1ad56a6 add to docstring 14 January 2021, 05:23:16 UTC
7ee7775 raise from exception 14 January 2021, 05:23:16 UTC
60574ec changelog 14 January 2021, 05:23:16 UTC
2917600 more tests on _adj_list and _find_cliques 14 January 2021, 05:23:16 UTC
87f4994 slight speedup in utils._adj_list 14 January 2021, 05:23:16 UTC
a2ababd for baseline redundancies, error on ambiguous baselines 14 January 2021, 05:23:16 UTC
4a5d957 fix two tests 14 January 2021, 05:23:16 UTC
1a7c8c9 remove code for old method 14 January 2021, 05:23:16 UTC
639325c optimize redundancy finder 14 January 2021, 05:23:16 UTC
34afe81 remove the github docs build now that the RTD PR build is working 13 January 2021, 19:33:22 UTC
6e80df0 update known telescopes docs to point out astropy sites integration 13 January 2021, 19:33:22 UTC
f1365f3 Fixing tests to handle duplicate astropy entires 05 January 2021, 21:15:18 UTC
6208e65 fix python version passing in workflow 05 January 2021, 19:31:13 UTC
f9ff13d Only build docs on python 3.7 05 January 2021, 19:31:13 UTC
49229c6 build on 3.9 rather than 3.6 05 January 2021, 19:31:13 UTC
29fbd8b remove unnecessary upload step 05 January 2021, 19:31:13 UTC
3c43ca3 Don't activate env in build because it's already activated 05 January 2021, 19:31:13 UTC
d9bd944 try fixing the python version test 05 January 2021, 19:31:13 UTC
066fac1 Try using `-l` for bash login to ensure conda env is found 05 January 2021, 19:31:13 UTC
36240d3 don't fail fast, try fix for getting correct python version 05 January 2021, 19:31:13 UTC
2568377 correct env_name in workflow 05 January 2021, 19:31:13 UTC
acc9c20 fix docs for RTD, add CI to build docs 05 January 2021, 19:31:13 UTC
6efeaf8 update CHANGELOG 22 December 2020, 02:36:15 UTC
97b1798 add support for extra_keywords loading from uvdata 22 December 2020, 02:36:15 UTC
5cfcd6f build external tests against python 3.7 16 December 2020, 18:45:54 UTC
2cb3446 update pytest and pytest-cases version requirements 16 December 2020, 18:45:54 UTC
e49f895 update CI yamls and setup to test against 3.9; drop 3.6 active testing 16 December 2020, 18:45:54 UTC
76b43ba Update the changelog for a new minor release (2.1.3) 16 December 2020, 16:43:44 UTC
fe961d0 uvbase: replace formatting strings w/ f-string because they are prettier 15 December 2020, 22:42:45 UTC
15275ac test for new quantity warnings/support 15 December 2020, 22:42:45 UTC
79f0118 add warning if param is quantity but expected_type is not; code clean up 15 December 2020, 22:42:45 UTC
208efed take item(0) of ndarrays when checking parameter, quantity support 15 December 2020, 22:42:45 UTC
28f1480 pragma: no cover for continue coverage bug 15 December 2020, 22:42:45 UTC
f1b1cfa change comment wording 15 December 2020, 22:42:45 UTC
1abb511 add checks for when expected_type is a quantity or quantity subclass 15 December 2020, 22:42:45 UTC
7deebb5 explicitly cast telescope array to float64 15 December 2020, 22:42:45 UTC
819eb54 replace float128 with float64 since windows does not have 128 15 December 2020, 22:42:45 UTC
b09acfb cast telescope value as an array to get dtype, not read off parameter 15 December 2020, 22:42:45 UTC
016df8b tweak uvbase to check expected type of quantities better 15 December 2020, 22:42:45 UTC
d5a40ed add a generic type getter for Parameters, allow strict overwrite 15 December 2020, 22:42:45 UTC
ba7e1eb replace np.int and np.float32 with integer and floating for generality 15 December 2020, 22:42:45 UTC
90537f7 Try to fix weird pytest errors 13 December 2020, 20:05:54 UTC
10e00a7 Temporarily add the six package to our conda env for python-casacore The newer builds of python-casacore list six as a dependency, but older builds do not and sometimes the CI grabs an older build. 13 December 2020, 16:51:37 UTC
307c948 filter warnings 13 December 2020, 16:51:37 UTC
9d24f6c fix bugs from rebase 13 December 2020, 16:51:37 UTC
523cdce Update the changelog 13 December 2020, 16:51:37 UTC
c4a0b77 fix test after fixing default uvfits keyword spelling 13 December 2020, 16:51:37 UTC
ed99033 fix handling of telescope frame for Cotter files add tests 13 December 2020, 16:51:37 UTC
fc61a8b Fix handling of FHD antenna positions, add test against mwa corr file 13 December 2020, 16:51:37 UTC
ac8c006 address review comments, update the changelog 11 December 2020, 19:21:28 UTC
24bf786 remove errant print statement 11 December 2020, 19:21:28 UTC
ca4dc53 improve test coverage 11 December 2020, 19:21:28 UTC
408c4d3 use np.longdouble rather than "f16" to fix numpy issues on Windows 11 December 2020, 19:21:28 UTC
5d80c5b use astropy sites for known telescopes, include HERA antenna positions update tests 11 December 2020, 19:21:28 UTC
bae350e fix another calfits test bug 11 December 2020, 19:21:28 UTC
915f851 add fhd_cal test coverage 11 December 2020, 19:21:28 UTC
0e45c8a fix calfits test bug 11 December 2020, 19:21:28 UTC
58c6c5b try to fix tests on windows 11 December 2020, 19:21:28 UTC
9fc09f8 more test coverage, fixed missing handling for input_flag_array 11 December 2020, 19:21:28 UTC
81b2477 more test coverage 11 December 2020, 19:21:28 UTC
39c20a3 use different filenames to prevent collisions in parallel tests 11 December 2020, 19:21:28 UTC
f3ee4d1 account for new warning in uvcalibrate tests 11 December 2020, 19:21:28 UTC
7f64e63 more test coverage, another bug fix 11 December 2020, 19:21:28 UTC
eccfb07 improve test coverage, fix bug 11 December 2020, 19:21:28 UTC
4a8f479 fix bug with multiple fhd file read, no layout files 11 December 2020, 19:21:28 UTC
4fa5ad8 Add support for more metadata in UVCal, add metadata_only support 11 December 2020, 19:21:28 UTC
0a775cf Update changelog for PR #959 09 December 2020, 21:45:57 UTC
3ed1783 harmonize tabbing in utils.pyx 09 December 2020, 21:45:25 UTC
de62b73 re-add coverage lost by bad logic 09 December 2020, 21:45:25 UTC
70bbf98 remove the inline function, linetrace=True makes this detrimental 09 December 2020, 21:45:25 UTC
b97b6e7 update phase/unphase to make nuvw the fast axis, less repeated calcs 09 December 2020, 21:45:25 UTC
bf4d65c some better variable types, use numpy.float64_t avoid OS type conflict 09 December 2020, 21:45:25 UTC
11f06ab antnum -> bl: do memoryviewing behind the scenes, better variable types 09 December 2020, 21:45:25 UTC
5d44a82 remove remaining nogils, reduces overhead 09 December 2020, 21:45:25 UTC
back to top