https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
59dd2b0 removed unused dtype definition 16 February 2021, 20:13:13 UTC
eb99108 remove raise_miriad_error I'm not sure that this was even being handled properly or worked the way we expected. Honestly I am not sure how to test it but `except +` does automatic error conversion too and it is probably good enough. 16 February 2021, 20:13:13 UTC
d23b807 import item_hdr_size as const, use maxvar and item_hdr_size in def 16 February 2021, 20:13:13 UTC
146ecf9 set maxvar as a compile time constant 16 February 2021, 20:13:13 UTC
fef0301 update changelog and docstrings 16 February 2021, 18:21:08 UTC
5388117 linting 16 February 2021, 18:21:08 UTC
63ea0cd small cython changes, docstrings 16 February 2021, 18:21:08 UTC
2dd807b switch npy to h5 files; add memoryviews and in place calculations to cython 16 February 2021, 18:21:08 UTC
07bc86f fix linting 16 February 2021, 18:21:08 UTC
3dc854a address comments 16 February 2021, 18:21:08 UTC
7ae12c5 update changelog 16 February 2021, 18:21:08 UTC
dd362a0 add flagging tests 16 February 2021, 18:21:08 UTC
094cd12 move select to after lst thread is joined 16 February 2021, 18:21:08 UTC
2aa2201 add flag_small_sig_ants and remove_flagged_ants 16 February 2021, 18:21:08 UTC
a72282c more skip flagged ants 16 February 2021, 18:21:08 UTC
1ee0546 skip flagged ants 16 February 2021, 18:21:08 UTC
72e4212 add history strings 16 February 2021, 18:21:08 UTC
dc663ee address comments 16 February 2021, 18:21:08 UTC
03e8e81 update tutorial 16 February 2021, 18:21:08 UTC
583f150 update changelog 16 February 2021, 18:21:08 UTC
f95d440 fix some coverage 16 February 2021, 18:21:08 UTC
4286bca add tests and docstrings 16 February 2021, 18:21:08 UTC
feadaad new cheby implementations 16 February 2021, 18:21:08 UTC
c42308a add chebyshev approximation 16 February 2021, 18:21:08 UTC
d5c273e fix van vleck unit test 16 February 2021, 18:21:08 UTC
cbf40dc Revert "code clean up; initial implementation of cheby_approx" This reverts commit 5e5575e7eeda57e88cd14bf1d51ec497a9b29081. "fix something that is broken" 16 February 2021, 18:21:08 UTC
bf0cd14 code clean up; initial implementation of cheby_approx 16 February 2021, 18:21:08 UTC
7ec94b2 add van vleck unit test 16 February 2021, 18:21:08 UTC
5ff6c17 add van vleck test files 16 February 2021, 18:21:08 UTC
c075c98 a small change in how the parallel is handled in van vleck correction 16 February 2021, 18:21:08 UTC
c9418e3 try removing openmp compilation args from macosx builds 16 February 2021, 18:21:08 UTC
5c228b2 off loaded computation of khat matrix to cython, add openmp flags 16 February 2021, 18:21:08 UTC
cdc3554 fix accidental deletion 16 February 2021, 18:21:08 UTC
21d20de add van vleck turnaround test 16 February 2021, 18:21:08 UTC
8c551b0 adding newton method optimization 16 February 2021, 18:21:08 UTC
08a3d5a add simps integration 16 February 2021, 18:21:08 UTC
627e7ef add van vleck approximations 16 February 2021, 18:21:08 UTC
b9be093 fix bscale bug; remove redundant test 16 February 2021, 18:21:08 UTC
6f0a071 switch to root finder optimization and add jacobians 16 February 2021, 18:21:08 UTC
260f7ee implement correction with scipy integration 16 February 2021, 18:21:08 UTC
33d7c8b edit docstring 16 February 2021, 18:21:08 UTC
fcb088f Update changelog for new release 04 February 2021, 21:17:00 UTC
6a1c34e Add blank lines to the end of docstrings 04 February 2021, 18:03:47 UTC
c21a3eb Remove unreachable code 04 February 2021, 18:03:47 UTC
4fbfb39 Add tests for parameter equality checking 04 February 2021, 18:03:47 UTC
7f51bce Streamline setup.py 04 February 2021, 18:03:47 UTC
95ac1aa Update how tests of parameter classes and types are done 04 February 2021, 18:03:47 UTC
20868f7 Make expected_type mirror python builtins 04 February 2021, 18:03:47 UTC
8e649ee update the environment.yaml and readme dependency requirements 04 February 2021, 18:03:47 UTC
3dd9091 set pyproject to use `oldest-supported-numpy` for build env. this numpy is independent of the version installed in the users environment and depends on the architecture of the machine. It is involved in the interfacing with the extensions generated by cython. 04 February 2021, 18:03:47 UTC
6e35268 Undo erroneous type change 04 February 2021, 18:03:47 UTC
7558697 Fix parameter tests 04 February 2021, 18:03:47 UTC
e7219f1 Make some cython changes to avoid warnings 04 February 2021, 18:03:47 UTC
03e5f53 Add temporary additional filter for h5py warnings 04 February 2021, 18:03:47 UTC
182d553 Undo type change 04 February 2021, 18:03:47 UTC
842efb9 Make uvdata tests pass without warnings 04 February 2021, 18:03:47 UTC
0f4539e Get uvflag tests passing with no warnings 04 February 2021, 18:03:47 UTC
58d1916 Get uvcal tests passing without warnings 04 February 2021, 18:03:47 UTC
a9a5088 Get uvbeam tests passing with no warnings 04 February 2021, 18:03:47 UTC
372ab73 Get all tests in pyuvdata/tests to pass with no warnings 04 February 2021, 18:03:47 UTC
e061217 Fix a few more int -> int64 instances 04 February 2021, 18:03:47 UTC
95d180f Fix some expected type checks in uvbeam 04 February 2021, 18:03:47 UTC
281ceef Add more instances of explicit typing; use more np.floating for parameter types 04 February 2021, 18:03:47 UTC
15e7e4a Use np.floating for expected type comparison 04 February 2021, 18:03:47 UTC
2cfa7ac Change parameter expected types from np.bool_ -> bool 04 February 2021, 18:03:47 UTC
6348e9a convert np.int -> np.int64, np.float -> np.float64 04 February 2021, 18:03:47 UTC
41cedd7 convert np.bool -> np.bool_ 04 February 2021, 18:03:47 UTC
931c987 Change how type handling is done in parameter type checking 04 February 2021, 18:03:47 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
back to top