https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
02fb517 got select on read working on the baseline axis 21 March 2024, 21:21:13 UTC
bc69f98 refactor the selection on the blt axis out so it can be reused. 21 March 2024, 21:21:13 UTC
e59eb84 Adding additional note in test docstring. 20 March 2024, 23:28:00 UTC
97b00dc Updating CHANGELOG 20 March 2024, 23:28:00 UTC
03c1787 Minor updates to support v6 format 20 March 2024, 23:28:00 UTC
25c2ab8 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) 19 March 2024, 15:35:12 UTC
3f0a1cd [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.8) 13 March 2024, 18:11:08 UTC
1ad83e4 update changelog 13 March 2024, 18:10:41 UTC
5096f92 mwa_corr_fits speedup: don't read the array twice 13 March 2024, 18:10:41 UTC
c87c321 unpin pytest and require pytest-cases>=3.8.3 12 March 2024, 17:54:06 UTC
97ba861 try to fix new Display error in tutorial tests 12 March 2024, 17:18:14 UTC
e098bb7 don't ignore warnings on hera_cal anymore 12 March 2024, 17:18:14 UTC
6340aa4 don't install all the pyuvdata optional dependencies in hera_cal ci 12 March 2024, 17:18:14 UTC
a1091e5 test hera_cal against python 3.12 12 March 2024, 17:18:14 UTC
ac09a3a update the pyuvsim conda yaml name 12 March 2024, 17:18:14 UTC
de0f0fb docs: add updates to changelog 07 March 2024, 16:22:38 UTC
b8758aa test: add test of passing pols=ee in UVData.new 07 March 2024, 16:22:38 UTC
9884a7c fix: use x_orientation when setting polarizations 07 March 2024, 16:22:38 UTC
35f0158 update the changelog for a new version 22 February 2024, 18:38:54 UTC
df6b902 reduce the grid size per a conversation with Josh improve docstrings and comments 22 February 2024, 16:34:03 UTC
c5d03e8 Better warnings, docstrings and parameter names To give the HERA team credit but use a more descriptive name for the gridding algorithm. 22 February 2024, 16:34:03 UTC
82cfd26 Update the changelog 22 February 2024, 16:34:03 UTC
47f671a Default to new HERA gridding algorithm but warn 22 February 2024, 16:34:03 UTC
1892ff6 remove unreachable code 22 February 2024, 16:34:03 UTC
b6f913f Add an option to use the HERA gridding algorithm to find redundancies 22 February 2024, 16:34:03 UTC
b448881 only ignore non-pyuvdata warnings 21 February 2024, 10:42:09 UTC
c62c9a7 ignore warnings in hera_cal and hera_qm test runs 21 February 2024, 10:42:09 UTC
4398c75 Adding support to init from Path objects 20 February 2024, 16:08:48 UTC
7d2e4dd One more adjustment for supporting paths in MirMetaData 20 February 2024, 16:08:48 UTC
f0a05c0 Adding support for Path objs inside MirMetaData 20 February 2024, 16:08:48 UTC
1069b40 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0) 13 February 2024, 17:21:52 UTC
7b5333f Updating test to filter new warning 13 February 2024, 13:52:50 UTC
663b0ed Making requested changes following review 13 February 2024, 13:52:50 UTC
a65e132 Updating CHANGELOG 13 February 2024, 13:52:50 UTC
665e87b More minor code clean-up, moving vis read-in to the end of the Mir read operation 13 February 2024, 13:52:50 UTC
7611173 removing debugging print statements 13 February 2024, 13:52:50 UTC
132dbbd Improving robustness of pol-split detection in MIR datasets 13 February 2024, 13:52:50 UTC
ea458fb Update docstrings to note the possible reordering of antenna metadata 10 February 2024, 11:21:15 UTC
85b0c02 update the changelog 10 February 2024, 11:21:15 UTC
98902bf Handle differently sorted ant metadata in to_baseline and to_antenna fixes a problem in HERA processing 10 February 2024, 11:21:15 UTC
80558d0 Try using a requirements text file 10 February 2024, 07:12:05 UTC
2f4ecc4 Fix CircleCI builds to not use deprecated image 10 February 2024, 07:12:05 UTC
863cf50 bump the cibuildwheel version to fix windows builds 10 February 2024, 07:12:05 UTC
416ea5a Add a changelog entry for small UVFlag bug fixed in a recent pre-commit PR 08 February 2024, 19:28:57 UTC
160c1d5 Minor code optimizations related to weights 08 February 2024, 17:02:44 UTC
4508e51 Removing random no-op code, adding snark. 08 February 2024, 17:02:44 UTC
1a691a0 Removing debugging print statements from tests 08 February 2024, 17:02:44 UTC
0ab8d6f Fixing up tutorial based on very helpful reviewer feedback 08 February 2024, 17:02:44 UTC
55c54dc Adding comment on POL_TO_FEED_DICT in utils to address reviewer comment. 08 February 2024, 17:02:44 UTC
e1b1160 Updating CHANGELOG 08 February 2024, 17:02:44 UTC
50ba14e Small comment/coverage change 08 February 2024, 17:02:44 UTC
27dab9e Adding SMA MIR->MS tutorial 08 February 2024, 17:02:44 UTC
75b558d Big slug of overdue docstring updates, cleaning up all the remaining functions 08 February 2024, 17:02:44 UTC
4afca9f Addressing review comments 08 February 2024, 17:02:44 UTC
2890ad3 Minor reworking of COMPASS import, related equality checking 08 February 2024, 17:02:44 UTC
26f8254 Minor fixes, adding codes check 08 February 2024, 17:02:44 UTC
7c798cf One more slug of changes to support ASIC-era SMA data. 08 February 2024, 17:02:44 UTC
95f3fad Keyword cleanup in MirParser 08 February 2024, 17:02:44 UTC
c1d0b08 Big slug of updates, addng test coverage to new MirParser features. 08 February 2024, 17:02:44 UTC
4f48655 Properly plumbing swarm_only keyword for MIR datasets 08 February 2024, 17:02:44 UTC
97d1bb4 More tweaks to how SWARM-era data is handled in MIR 08 February 2024, 17:02:44 UTC
35decd4 Adding swarm_only keyword on v3 compliance check 08 February 2024, 17:02:44 UTC
df4d82f Adding handling for spectral weights in MirParser 08 February 2024, 17:02:44 UTC
6685e9f Fixing broken tests caused by COMPASS solns change 08 February 2024, 17:02:44 UTC
42e9853 More minor patches for MIR reading 08 February 2024, 17:02:44 UTC
3667e95 Fixing order-of-operation issue in logic for v3 compliance checking with MirParser 08 February 2024, 17:02:44 UTC
ce3dbc4 Forcing selection of SWARM-era data only for SMA 08 February 2024, 17:02:44 UTC
edabdf6 Integrating hooks for COMPASS read-in for MIR, building in check for v3 compliance. 08 February 2024, 17:02:44 UTC
9135deb Updating MirParser to enable reading in pre-v3 MIR data 08 February 2024, 17:02:44 UTC
0397511 Fixing tests that broke with COMPASS import changes 08 February 2024, 17:02:44 UTC
d26ed7c Next set of tweaks for MirParser, including updates for integrating COMPASS gains and flags 08 February 2024, 17:02:44 UTC
341f58c Adding handling for pseudo-stokes in write_ms 08 February 2024, 17:02:44 UTC
b9f10b8 Adding a few helper functions for masks 08 February 2024, 17:02:44 UTC
5c8487a Fixing bug in new freq checking code in Mir 08 February 2024, 17:02:44 UTC
67e9474 Fixing frequency checking in Mir data reader 08 February 2024, 17:02:44 UTC
7623040 Fixing apply_tsys in MirParser to handle bad tsys values (and flag data appropriately) 08 February 2024, 17:02:44 UTC
ab044fc update test mcmf location to account for moon ellipsoid flattening also puts xyz in MCMF frame, not possibly relative frame from before 08 February 2024, 17:01:59 UTC
a9929cd s/body/Body typo fix 08 February 2024, 17:01:59 UTC
79c85b1 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 08 February 2024, 17:01:59 UTC
473f82d remove commented code 08 February 2024, 17:01:59 UTC
a014c69 move some comments and an import 08 February 2024, 17:01:59 UTC
2d325d3 update test utils parameters to account for moon ellipsoid flattening 08 February 2024, 17:01:59 UTC
fb5915f add ellipsoid enum in utils pyx extension to accommodate other worlds 08 February 2024, 17:01:59 UTC
b86712a Fix so that write_uvfits doesn't change the object, add loopback testing 08 February 2024, 03:41:17 UTC
4d66558 fix test 08 February 2024, 02:27:07 UTC
c6fcd6a fix pre-commit issues 08 February 2024, 02:27:07 UTC
174bd9e [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 08 February 2024, 02:27:07 UTC
32ca147 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.7) 08 February 2024, 02:27:07 UTC
f448f05 Making pytest<8.0 change as suggested by @bhazelton 07 February 2024, 19:20:19 UTC
e3ff0d3 __init__.py:20:35: E261 at least two spaces before inline comment 07 February 2024, 19:20:19 UTC
40b8439 Readability and coverage 07 February 2024, 19:20:19 UTC
e3e85a2 Removing three blank lines 07 February 2024, 19:20:19 UTC
bf9f185 Context management for uvfits fits open test 07 February 2024, 19:20:19 UTC
87c19eb Re-linted after adding a test 07 February 2024, 19:20:19 UTC
69db8fa Adding test for uncovered code (re-index antennas in miriad_convention uvfits output) 07 February 2024, 19:20:19 UTC
4961000 Removed trailing whitespaces ... 07 February 2024, 19:20:19 UTC
f97cbb5 Reran black on files after pre-CI linter complained once again 07 February 2024, 19:20:19 UTC
3d80443 Updated docstrings to quash RST201/RST203 linting errors 07 February 2024, 19:20:19 UTC
511290b Manually adding CI changes from https://github.com/ska-sci-ops/pyuvdata/pull/2 07 February 2024, 19:20:19 UTC
56e3a48 Ran black with --preview to fix line lengths of strings 07 February 2024, 19:20:19 UTC
back to top