sort by:
Revision Author Date Message Commit Date
876491b changelog utils.latlonalt_xyz 10 October 2019, 19:09:17 UTC
4f90acf latlonalt check modified: parameter.py 10 October 2019, 19:09:17 UTC
31a72f1 add LatLonAlt_from_XYZ check_acceptability 10 October 2019, 19:09:17 UTC
e318d92 remove comment, issue made about matching times from time_range 09 October 2019, 20:15:02 UTC
4f36951 smarter antenna comparison to find antennas in uv not in self 09 October 2019, 20:15:02 UTC
77ee367 remove try/except h5py import 09 October 2019, 20:15:02 UTC
84d48f5 remove commented test code 09 October 2019, 20:15:02 UTC
9622491 remove "missing h5py" test 09 October 2019, 20:15:02 UTC
6a4f923 an error typo, added a test to check errors if h5py not installed 09 October 2019, 20:15:02 UTC
dbbc317 update uvflag issues in readme 09 October 2019, 20:15:02 UTC
0729732 updated changelog 09 October 2019, 20:15:02 UTC
01b9043 remove some commented lines 09 October 2019, 20:15:02 UTC
97fecb3 weights_array not required for flag type objects, update tests 09 October 2019, 20:15:02 UTC
55406e0 better import h5py check in uvflag 09 October 2019, 20:15:02 UTC
6ea87a0 add test that baselines already in array match with or'ed flags 09 October 2019, 20:15:02 UTC
09ef597 check in test for baseline with one antenna not originally in array 09 October 2019, 20:15:02 UTC
9026029 populate matching times with or'ed flags, other wise flag=True todo: need to find times within time_range if UVFlag was initialized from a UVCal object. 09 October 2019, 20:15:02 UTC
38c6f6e adding simple antenna --> baseline conversion and test. makes no smart decisions if uv.Ntimes != uvflag.ntimes, only uses time information in uvflag. 09 October 2019, 20:15:02 UTC
e98aada allow initialization of empty uflag objects 09 October 2019, 20:15:02 UTC
c2d0e4c remove unnecessary checkWarnings call 09 October 2019, 17:32:25 UTC
f5df4a0 Add more detail to error messages 09 October 2019, 17:32:25 UTC
f20c02d cover missed line 09 October 2019, 17:32:25 UTC
7437c1d fix miriad test 09 October 2019, 17:32:25 UTC
a454e83 try something to fix miriad runtime error 09 October 2019, 17:32:25 UTC
aab6bb4 fix some tests 09 October 2019, 17:32:25 UTC
bd80370 skip matplotlib imports in tutorial doctest 09 October 2019, 17:32:25 UTC
346b696 update to use astropy-healpix as package name on conda/pypi 09 October 2019, 17:32:25 UTC
aa65bb9 update changelog 09 October 2019, 17:32:25 UTC
13e1854 remove healpy in favor of astropy_healpix because of licensing issues 09 October 2019, 17:32:25 UTC
93cc9ca Relax LST tolerance if IERS is down 09 October 2019, 01:09:57 UTC
babab2c Remove new skip decorators 09 October 2019, 01:09:57 UTC
7fbe11c Make h5py a required package; change tests and imports accordingly 09 October 2019, 01:09:57 UTC
0a35d39 Make pep8 change 08 October 2019, 19:54:30 UTC
82d3d99 Break tests into atomic units; add fixtures for commonly used files 08 October 2019, 19:54:30 UTC
b15fddd Address review comments 08 October 2019, 19:54:30 UTC
e1b6a84 Rename bda_* methods to *_in_time; add to history in resample methods 08 October 2019, 19:54:30 UTC
a82c3ca adjust miriad test to fully cover code. 08 October 2019, 19:54:30 UTC
53fb52f add integrate option to up/down sampling 08 October 2019, 19:54:30 UTC
be291ce ensure codecov ignores azure pipelines 08 October 2019, 19:54:30 UTC
5fc65c3 fix tests I changed accidentally 08 October 2019, 19:54:30 UTC
94d4418 adjust lst tolerance before first use 08 October 2019, 19:54:30 UTC
0e95bef adjust lst tolerance if IERS is down 08 October 2019, 19:54:30 UTC
1eafc26 improve resample test 08 October 2019, 19:54:30 UTC
864c58f add miriad test to cover newly uncovered lines with test file change 08 October 2019, 19:54:30 UTC
371a0e6 properly skip bda_resample test 08 October 2019, 19:54:30 UTC
f9cc98c update changelog to include new resample method 08 October 2019, 19:54:30 UTC
cc7aedd add resample tests, fix resample bug, test cleanup 08 October 2019, 19:54:30 UTC
c233813 add tests for warnings, fix tests & logic 08 October 2019, 19:54:30 UTC
e045188 fix some warnings in tests 08 October 2019, 19:54:30 UTC
2d1a872 fix tests for min_deps run 08 October 2019, 19:54:30 UTC
aff91ef Make pep8 changes 08 October 2019, 19:54:30 UTC
3a1e1a9 Add bda_resample method 08 October 2019, 19:54:30 UTC
4b131d4 Replace HERA testfile; adjust tests accordingly 08 October 2019, 19:54:30 UTC
a8d79c6 Adding test data file with baseline dependent averaging 08 October 2019, 19:54:30 UTC
032531d fix changelog after rebase 08 October 2019, 19:54:30 UTC
1023260 improve downsample warnings about time gaps 08 October 2019, 19:54:30 UTC
f714abb Add tests for resampling not all baselines 08 October 2019, 19:54:30 UTC
56d7da7 Add test with keep_ragged=False; fix associated bug 08 October 2019, 19:54:30 UTC
4aefc95 Update error messages; add tests for errors and warnings 08 October 2019, 19:54:30 UTC
c6ce010 Add tests with drift mode data 08 October 2019, 19:54:30 UTC
4afa7c3 use integration_array tolerance in relevant isclose tests 08 October 2019, 19:54:30 UTC
9514fc4 simplify logic in bda_upsample 08 October 2019, 19:54:30 UTC
299578a fix upsample to guarantee int times less than max_int_time 08 October 2019, 19:54:30 UTC
de37cac Add odd up/downsample round trip, update logic to fix bug exposed 08 October 2019, 19:54:30 UTC
55617b5 minor cleanup 08 October 2019, 19:54:30 UTC
5a61ab3 add allow_drift option, improve docstrings. 08 October 2019, 19:54:30 UTC
3b9f1fe Add tests for UVData.copy 08 October 2019, 19:54:30 UTC
67fb81a data values should be copies and averages, improve flagging handling 08 October 2019, 19:54:30 UTC
eaa710d Add tests of up/downsample methods with flags present; update changelog 08 October 2019, 19:54:30 UTC
54cdd2f upsample downsample round trip test, fix issues exposed 08 October 2019, 19:54:30 UTC
4046deb fix nsample calculation and improve testing 08 October 2019, 19:54:30 UTC
1f8a0dc Make changes so downsample tests pass 08 October 2019, 19:54:30 UTC
1fb482d several minor bug fixes 08 October 2019, 19:54:30 UTC
22c1b8c Make pep8 happy 08 October 2019, 19:54:30 UTC
da37d4e Make tests pass; add copy method on UVData object 08 October 2019, 19:54:30 UTC
a95b93d Get bda_upsample to run; initial test still failing 08 October 2019, 19:54:30 UTC
701e467 Add bda_downsample; add first test 08 October 2019, 19:54:30 UTC
805560d Add first pass at upsample function 08 October 2019, 19:54:30 UTC
8717067 Remove commented out code 04 October 2019, 19:17:55 UTC
b96e413 Modify test to fix missing coverage 04 October 2019, 19:17:55 UTC
3cc2a55 revert uvio debugging print to original message 04 October 2019, 19:17:55 UTC
90a9eab Cleanup miriad tests properly; reformat 04 October 2019, 19:17:55 UTC
46e3d59 remove iers lines that did nothing 04 October 2019, 19:17:55 UTC
88f721f PEP8 updates 04 October 2019, 19:17:55 UTC
bc5abca added a comment about new try in conftest 04 October 2019, 19:17:55 UTC
f140d0f force garbage collection at the end of tests 04 October 2019, 19:17:55 UTC
e8b5e20 set conf_age to None in py2 if download fails 04 October 2019, 19:17:55 UTC
f69913e delete file if it exists in error test 04 October 2019, 19:17:55 UTC
d931468 break some long tests into multiple tests, skip one write_miriad test 04 October 2019, 19:17:55 UTC
00a40be try manual download of iers table only 04 October 2019, 19:17:55 UTC
a8d2b48 comment out pytest warning filters, use checkWarnings again 04 October 2019, 19:17:55 UTC
616c91b use global warning filter, does not affect checkwarning tests 04 October 2019, 19:17:55 UTC
7e2346b reorder kwargs expansion for py2 04 October 2019, 19:17:55 UTC
52107f8 remove written file after tests, more paramterizing 04 October 2019, 19:17:55 UTC
98f20f2 a small debugging print for miriad io breaks. 04 October 2019, 19:17:55 UTC
0079b6d remove the auto_download line 04 October 2019, 19:17:55 UTC
7a14935 add iers mirror download to try/except 04 October 2019, 19:17:55 UTC
508020c break large test_miriad test into smaller chunks, use parametrize 04 October 2019, 19:17:55 UTC
fce2f76 delete miriad objects between reads to prevent miriad runtime error 06 September 2019, 00:19:59 UTC
a4e7157 fix test I accidentally changed 06 September 2019, 00:19:59 UTC
back to top