https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
110dd89 apply bandpass correction for mwax data 29 April 2022, 22:06:39 UTC
05fbe3f Shorter headings in read and from_file 28 April 2022, 17:16:27 UTC
d79a331 Use more headings in read and from_file docstrings 28 April 2022, 17:16:27 UTC
0017f33 Pipe read_ms options through to generic read, reorganize read parameters 28 April 2022, 17:16:27 UTC
de53294 only get attr if it's needed 28 April 2022, 17:16:27 UTC
59e04f7 change confusing variable name 28 April 2022, 17:16:27 UTC
50e6903 Use ValueError rather than generic Exception 28 April 2022, 17:16:27 UTC
f622aa9 Update the tutorial with reordering method examples 28 April 2022, 17:16:06 UTC
0460866 Fix a bug in the default of `reorder_jones`, add testing of defaults 28 April 2022, 17:16:06 UTC
2769775 Use index arrays for spw_order 28 April 2022, 17:16:06 UTC
300782c update changelog 28 April 2022, 17:16:06 UTC
998337b better handling for wide band freq reordering 28 April 2022, 17:16:06 UTC
e498de9 add coverage, fix a bug 28 April 2022, 17:16:06 UTC
d8a6947 fix a couple bugs 28 April 2022, 17:16:06 UTC
66740db Add UVCal.reorder_jones 28 April 2022, 17:16:06 UTC
4a54439 add UVCal.reorder_times 28 April 2022, 17:16:06 UTC
904baa7 minor fixes and test improvements 28 April 2022, 17:16:06 UTC
6c742f1 fix handling of wide_band objects and channel_width 28 April 2022, 17:16:06 UTC
bf3658d add a UVCal method to reorder along the frequency axis 28 April 2022, 17:16:06 UTC
7a65c85 add a UVCal method to reorder along the antenna axis 28 April 2022, 17:16:06 UTC
11af6e4 Apparently 'requests' is not a standard Python library -- who knew? 25 April 2022, 21:48:30 UTC
1ce9ccc Adding handling for SSL/connection errors w/ JPL Horizons tests. 25 April 2022, 21:48:30 UTC
f776c07 Fix wrong math in basis vector examples 19 April 2022, 18:18:38 UTC
06142f3 better wording in the basis vector descriptions 19 April 2022, 18:18:38 UTC
60cf455 Add description and examples of basis_vector_array to UVBeam tutorial fix other issues from PR review 19 April 2022, 18:18:38 UTC
a07267a Improve docs related to the basis vectors and components 19 April 2022, 18:18:38 UTC
40809cf [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) 11 April 2022, 22:17:21 UTC
dbeb379 fix python 3.10 github actions, pre-commit black version 05 April 2022, 19:26:09 UTC
174790d also update classifiers with python version change 05 April 2022, 19:26:09 UTC
28aa73e Update astropy requirement to 5.0.4, drop python 3.7 05 April 2022, 19:26:09 UTC
0775bc3 Improve compress_by_redundancy docstring to explain flag handling 22 March 2022, 15:54:12 UTC
826a0d3 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 17 March 2022, 15:26:31 UTC
21a55cf fix changelog ordering 17 March 2022, 15:26:31 UTC
a673492 update changelog 17 March 2022, 15:26:31 UTC
b488b4a change read_mwa_corr_fits to read; fix flag_dc_offset piping 17 March 2022, 15:26:31 UTC
0a9d034 Remove linting yml 16 March 2022, 17:56:31 UTC
191cee8 Use recommended URL for flake8 16 March 2022, 17:56:31 UTC
1d6a31a Fix error in config 16 March 2022, 17:56:31 UTC
877e9bc Remove linter job from CircleCI 16 March 2022, 17:56:31 UTC
e6743c1 Fix most egregious 'fixes' from black 16 March 2022, 17:56:31 UTC
f899acd Update pre-commit repo versions; make associated formatting changes for black 16 March 2022, 17:56:31 UTC
b090ecc Fix pre-commit yaml URL 16 March 2022, 17:56:31 UTC
930431c undo setup.cfg metadata change 15 March 2022, 15:28:04 UTC
f7736bf rewrite a test file, add warning handling for non-real autos 15 March 2022, 15:28:04 UTC
808b89d rewrite test file to fix non-real autos 15 March 2022, 15:28:04 UTC
0c84e69 Cleanup docs on pytest-xdist 15 March 2022, 15:28:04 UTC
7afa8c6 remove pytest defaults from setup.cfg To not force users to use xdist and to fix CI errors. Added the xdist related options to the CI calls. Also renamed a script that is not a test to not start with `test_`. 15 March 2022, 15:28:04 UTC
f4f2fb4 fix test warning; update changelog 07 March 2022, 17:30:17 UTC
e59cb76 fix bscale; add test 07 March 2022, 17:30:17 UTC
3bec5a5 docs: newline in changelog 16 February 2022, 00:25:51 UTC
c3a1d45 docs: update changelog 16 February 2022, 00:25:51 UTC
d228203 docs: improve docs on check_azza_domain 15 February 2022, 22:32:02 UTC
5009f75 style: run black 15 February 2022, 22:32:02 UTC
3e6f150 feat: add check_azza_domain parameter to interp 15 February 2022, 22:32:02 UTC
d3bca41 Update changelog for new release 10 February 2022, 06:41:16 UTC
811165b fix typo in UVData description 10 February 2022, 00:48:52 UTC
befb920 update gitignore for new auto docs files 10 February 2022, 00:48:52 UTC
cd19601 new layout for UVFlag, other minor cleanup 10 February 2022, 00:48:52 UTC
df68504 new layout for UVBeam, some intro text in UVBeam tutorial 10 February 2022, 00:48:52 UTC
7893283 new layout for UVCal plus new text in UVCal tutorial 10 February 2022, 00:48:52 UTC
43dc7ac clean up UVData parameter descriptions 10 February 2022, 00:48:52 UTC
5455260 remove the unsupported axis parameter to file-specific reads This should have been removed when we removed the code to read multiple files through these methods. 10 February 2022, 00:48:52 UTC
2020523 Improve UVData description 10 February 2022, 00:48:52 UTC
0803eda try new layout for class documentation 10 February 2022, 00:48:52 UTC
4d05d3b Minor tutorial improvements Also fix UVData.read docstring 10 February 2022, 00:48:52 UTC
8652ad7 try to fix xdist issues for doctest 10 February 2022, 00:48:52 UTC
9818b42 Improve sphinx structure 10 February 2022, 00:48:52 UTC
d0e9185 make object naming consistent for UVData ensure all code blocks are stand-alone 10 February 2022, 00:48:52 UTC
661cf7c split tutorials by object 10 February 2022, 00:48:52 UTC
c70140c address review comment 09 February 2022, 20:50:25 UTC
04f3c55 Add tutorial section on initialize_from_uvdata method 09 February 2022, 20:50:25 UTC
70a2f8f Make initialize_from_uvdata be a classmethod 09 February 2022, 20:50:25 UTC
6140bd2 remove TODO in favor of an issue 09 February 2022, 20:50:25 UTC
75108a5 Fix test of modified error message 09 February 2022, 20:50:25 UTC
f841263 address some review comments 09 February 2022, 20:50:25 UTC
f598248 Update the changelog 09 February 2022, 20:50:25 UTC
2e17d56 improve coverage 09 February 2022, 20:50:25 UTC
2296e9b Fix tests for reduced LST tolerance 09 February 2022, 20:50:25 UTC
ae977b6 add support for wide-band cal 09 February 2022, 20:50:25 UTC
326658b improve test coverage, fix a couple small bugs 09 February 2022, 20:50:25 UTC
8383696 First pass at initializing UVCal from UVData 09 February 2022, 20:50:25 UTC
bf4788f fix scipy readsav import 08 February 2022, 23:22:21 UTC
c3412ac Increase version requirement for pytest-cases, unpin pytest 08 February 2022, 23:22:21 UTC
f2b60f7 use pytest-xdist in external tests to speed them up 04 February 2022, 22:04:00 UTC
5da9d49 Update setup.py and docs with pytest requirement 04 February 2022, 22:04:00 UTC
382a0c3 pin pytest<7 in test yamls Temporary fix for pytest-cases not being compatible with pytest 7 04 February 2022, 22:04:00 UTC
1d3959b minor wording fixes, better keyword ordering 01 February 2022, 23:00:21 UTC
08fcef2 update the changelog 01 February 2022, 23:00:21 UTC
acfa756 make include_conjugates consistently named, update tutorial 01 February 2022, 23:00:21 UTC
88f4482 pin the RTD theme version to restore bullets in docs 01 February 2022, 20:20:36 UTC
5f9b6ff Update CHANGELOG to reflect using internal time tolerances 01 February 2022, 19:02:18 UTC
79c03a4 use internal tolerances instead 01 February 2022, 19:02:18 UTC
6c3c3c4 make changelog reverse chronological 01 February 2022, 19:02:18 UTC
cc3f452 fix arguments to isclose 01 February 2022, 19:02:18 UTC
f74c09a Update CHANGELOG.md 01 February 2022, 19:02:18 UTC
b512e84 Revert "add time_atol to UVFlag.to_waterfall" This reverts commit 7deeac3d9a1d6f80b0527be6b8d8f9c6042b62a2. 01 February 2022, 19:02:18 UTC
d5bb2c5 add time_atol to UVFlag.to_waterfall 01 February 2022, 19:02:18 UTC
3713e90 Add time_atol to UVFlag.to_baseline 01 February 2022, 19:02:18 UTC
acc218f Make handling of types in miriad extra_keywords more general 01 February 2022, 00:27:53 UTC
fb2e721 update tutorial and changelog. 20 January 2022, 16:48:36 UTC
back to top