https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
a8bf72a Precision limit check 25 June 2021, 14:49:40 UTC
3cdbb1d Adding test coverage for catalog operations 25 June 2021, 14:49:40 UTC
eadca5c Adding coverage for file reads, new phasing method. 25 June 2021, 14:49:40 UTC
597df84 More testing updates 25 June 2021, 14:49:40 UTC
c2ffc8c More test cleanup 25 June 2021, 14:49:40 UTC
16b9b35 Fixing MIRIAD-based test that was causing Windows builds to crash 25 June 2021, 14:49:40 UTC
154f401 Fixing up some tests, adding SZA to known telescopes, adding test coverage for print_objects 25 June 2021, 14:49:40 UTC
96afde0 Finalizing first round of tests for utils, now on to UVData... 25 June 2021, 14:49:40 UTC
8127c06 Adding astroquery to the stack of (extra) packages required 25 June 2021, 14:49:40 UTC
1e005f7 Fixing doc string 25 June 2021, 14:49:40 UTC
e9b6462 Throwing in added tests, doing some other minor cleanup in utils 25 June 2021, 14:49:40 UTC
c23d5b6 One more yml update attempt for NOVAS 25 June 2021, 14:49:40 UTC
76f3a0d Updating yamls, allowing for graceful handling of missing NOVAS library 25 June 2021, 14:49:40 UTC
488c247 Fixing up coord handling to deal w/ some astropy fussiness. NOVAS/ERFA/astropy libraries now agree to < 1 mas 25 June 2021, 14:49:40 UTC
3affeae Removing forgotten print debugging statements 25 June 2021, 14:49:40 UTC
f906bbd Adding test coverage for calc_uvw 25 June 2021, 14:49:40 UTC
de6b234 Adding some tests for rotation functions in utils 25 June 2021, 14:49:40 UTC
22e7443 Making updates to close out issue 955 25 June 2021, 14:49:40 UTC
973c017 Expand description of _object_dict 25 June 2021, 14:49:40 UTC
f028968 Removing requirement for phase_center_epoch 25 June 2021, 14:49:40 UTC
185e86d Add deprecation version to the old phase method 25 June 2021, 14:49:40 UTC
5ade98f Fixing tutorial 25 June 2021, 14:49:40 UTC
79e8047 Removing unknown phase type 25 June 2021, 14:49:40 UTC
b88440b More docstring fixes to utils 25 June 2021, 14:49:40 UTC
08677fe Fixing up docstrings, minor code cleanup in utils 25 June 2021, 14:49:40 UTC
8533b96 Restoring a couple of defaults for frame_pa 25 June 2021, 14:49:40 UTC
0c3d3c0 Fixing up some differences in how frame_pa is handled between file types 25 June 2021, 14:49:40 UTC
63cc5e6 Fixing a bug in app->icrs conversion that dropped the eqn of origins 25 June 2021, 14:49:40 UTC
85e373f More QoL updates, removing dependency on object_name order for object_id (now behaves more like ant and spw numbers) 25 June 2021, 14:49:40 UTC
7c7cd4c Replacing 'translate' with 'transform' in the appropriate places 25 June 2021, 14:49:40 UTC
dc32642 Setting default to be to use ant positions 25 June 2021, 14:49:40 UTC
cdfe5d2 Adding print_objects routine for multi-obj data sets 25 June 2021, 14:49:40 UTC
0b69cf3 Adding some convenience functions for multi-obj data sets 25 June 2021, 14:49:40 UTC
fa6b75e Renaming some variable names in the utils 25 June 2021, 14:49:40 UTC
e35a3e4 Removing indexing scheme based on order of object_name attribute, adding support for ephem objects in phase method 25 June 2021, 14:49:40 UTC
a6fcda3 Cleaning up utils, adding more support for ephem sources 25 June 2021, 14:49:40 UTC
cbf35de Replacing parallax w/ distance for object coords 25 June 2021, 14:49:40 UTC
c8d24d0 Removing defunct 'use_old_proj' setting in read_mwa_corr_fits. Whoops. 25 June 2021, 14:49:40 UTC
3d09eb4 Adding fix_phase method to UVData as a shortcut for fixing the 'old' phasing method. 25 June 2021, 14:49:40 UTC
a24831a Filtering out expected dep warning in test_uvdata 25 June 2021, 14:49:40 UTC
441f7a3 Removing random newline in utils 25 June 2021, 14:49:40 UTC
4935b0e Adding warning ignore back in to test for UVH5 25 June 2021, 14:49:40 UTC
b14a0dd Adding in hooks for JPL-Horizons ephem service into utils 25 June 2021, 14:49:40 UTC
48bff6b Trying to put some smarter logic into selecting the right coord frame for UVFITS 25 June 2021, 14:49:40 UTC
14e619f Fixing a minor issue w/ coord ref frame in MS reader 25 June 2021, 14:49:40 UTC
5be2ee2 Finaly figured out the coord ref frame for FHD 25 June 2021, 14:49:40 UTC
a10427d Ignorning warning mesage in test in test_uvfits, which we check for explicity elsewhere 25 June 2021, 14:49:40 UTC
e307995 Speed up select on antenna_nums in UVData, testing speed now breaking the 100s barrier on my laptop 25 June 2021, 14:49:40 UTC
87d2c7d Fixing slow select on frequency when lots of channels are present in UVData 25 June 2021, 14:49:40 UTC
d4acb86 Removing some errant print statements in some of the test files 25 June 2021, 14:49:40 UTC
d530cce Removing calls to use_novas, subbing app_pa with frame_pa in UVData 25 June 2021, 14:49:40 UTC
864cd06 Swapping app_pa with frame_pa in uvh5 25 June 2021, 14:49:40 UTC
15332e4 Removing use_novas, getting rid of redundant calculations for source position in uvfits 25 June 2021, 14:49:40 UTC
8fd9508 Removing calls to use_novas in ms 25 June 2021, 14:49:40 UTC
128784d Replacing app_pa with frame_pa in miriad 25 June 2021, 14:49:40 UTC
edc12d3 Replacing a float32 w/ float in MIR header import into UVData 25 June 2021, 14:49:40 UTC
8a1c2f0 Fixing keyword check in test_uvh5 25 June 2021, 14:49:40 UTC
82f1bed Fixing keyword check in test_uvdata 25 June 2021, 14:49:40 UTC
7fe2a6d Lots of cleanup in the util functions, including some fixes to astrometry, docstrings, and some review responses 25 June 2021, 14:49:40 UTC
8757646 More minor post-review changes, mostly added docstrings and error messages 25 June 2021, 14:49:40 UTC
c2f8378 Fixing some liniting issues 25 June 2021, 14:49:40 UTC
17fd9d0 One forgotten change 25 June 2021, 14:49:40 UTC
f9d9174 First round of changes to cover reviewer comments 25 June 2021, 14:49:40 UTC
54fad08 Last post-rebase fix, this time for uvdata.py 25 June 2021, 14:49:40 UTC
124b062 Fix to mwa_corr_fits post-rebase 25 June 2021, 14:49:40 UTC
e2d263a Fixing bug in miriad.py post-rebase 25 June 2021, 14:49:40 UTC
a88f714 Fixing up things for testing post rebase 25 June 2021, 14:49:40 UTC
569085b Fixing numpy-induced v1.2 changes for multi-source 25 June 2021, 14:49:40 UTC
0709888 Fixing a uvw sign flip error in one of the HERA test files 25 June 2021, 14:49:40 UTC
f9362cc update hera_cal & hera_qm yamls for astropy 4.2 25 June 2021, 14:49:40 UTC
6454e90 Adding back a few multi-obj pieces for UVFITS that got lost in the rebase 25 June 2021, 14:49:40 UTC
5cdb838 Fixing error in app coord assignment for MIR 25 June 2021, 14:49:40 UTC
e282af7 Fixing up post-rebase utils functions 25 June 2021, 14:49:40 UTC
551d7c0 Doc string updates 25 June 2021, 14:49:40 UTC
570d72f Smiting debugging print statement in miriard.py 25 June 2021, 14:49:40 UTC
a013bb7 Adding new astropy dependencies 25 June 2021, 14:49:40 UTC
b423079 Test fixes related to keyword change in phase method of UVData 25 June 2021, 14:49:40 UTC
cc88192 Adding new apparent coord attributes, multi obj handling to add and fast_concat 25 June 2021, 14:49:40 UTC
7d576a2 Another couple of small bug fixes for calc_uvw 25 June 2021, 14:49:40 UTC
cea4008 Fixing a few other loose threads with multi obj handling in UVData, including some naming conventions for catalog data 25 June 2021, 14:49:40 UTC
5cce891 Fixing a bug in optimization of uvw_calc 25 June 2021, 14:49:40 UTC
f100c34 Adding app_pa to UVH5 25 June 2021, 14:49:40 UTC
65e6632 Minor tweaks to UVData for multi-obj + PA 25 June 2021, 14:49:40 UTC
52d1e2b Setting default to ICRS (was None) for UVFITS 25 June 2021, 14:49:40 UTC
0a75526 Adding objpa keyword to MIRIAD 25 June 2021, 14:49:40 UTC
d32bb7d Fixing up MIR to use ICRS default PA 25 June 2021, 14:49:40 UTC
3d13aa6 Minor mod to FHD defaults for coord system 25 June 2021, 14:49:40 UTC
f4f1acc Further expansion of utils for multi-obj 25 June 2021, 14:49:40 UTC
b0ddfa8 Fixing up tests 25 June 2021, 14:49:40 UTC
6a4b8d4 Removing debugging statement 25 June 2021, 14:49:40 UTC
ad2f4a9 Adding app_pa attribute, other fixes. 25 June 2021, 14:49:40 UTC
cd78848 Minor tweaks to MS reader 25 June 2021, 14:49:40 UTC
e02cc1e Fixing up utils, speeding a few tasks up 25 June 2021, 14:49:40 UTC
f5f3c55 File deletion, BE GONE! 25 June 2021, 14:49:40 UTC
76cf288 Trying an explicit close for UVFits 25 June 2021, 14:49:40 UTC
ad112d5 Attempting to fix setup file for Windows 25 June 2021, 14:49:40 UTC
ec137ec Pushing back astropy to default, novas to optional as the latter isn't Windows-supported 25 June 2021, 14:49:40 UTC
62de01b Additional set of fixes to pass existing tests 25 June 2021, 14:49:40 UTC
cc43a4a More fixes for tests 25 June 2021, 14:49:40 UTC
b2a4c65 More yml file updates for NOVAS dependencies 25 June 2021, 14:49:40 UTC
back to top