https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
59bec02 Conjugation fix in write_miriad 02 August 2016, 23:51:47 UTC
a5cd3d9 Move testing utility functions from utils.py to test/__init__.py More cleanly associates testing functions with test code and prevents them from showing up in coverages. 02 August 2016, 22:10:53 UTC
538dcf9 Improve baseline/antnum test names 01 August 2016, 22:01:12 UTC
3388a1d bug fix for baseline to antnum tests 01 August 2016, 22:01:12 UTC
6562dda Tweaks to eliminate unittest, improve clarity 01 August 2016, 22:01:12 UTC
c5c7e3f create package setup function to ensure data/test directory exists Removed the corresponding function in utils and calls to the function in various tests 01 August 2016, 22:01:12 UTC
f2ae433 bug fix in test_telescopes 01 August 2016, 22:01:12 UTC
a93114e Added test_telescopes, minor cleanup on other tests 01 August 2016, 22:01:12 UTC
b5ca6f8 Removed empty test_uvdata.py 01 August 2016, 22:01:12 UTC
0024464 Moved creation of data test dir to utils 01 August 2016, 22:01:12 UTC
3fbd7e1 Small revisions to test_uv.py 01 August 2016, 22:01:12 UTC
970e511 Removed unnecessary imports from tests 01 August 2016, 22:01:12 UTC
e9351c2 Cleaned up fhd tests 01 August 2016, 22:01:12 UTC
0756928 Rearranged code for consistency 01 August 2016, 22:01:12 UTC
e8704e5 changed test name for consistency 01 August 2016, 22:01:12 UTC
3e30014 Cleaned up miriad tests 01 August 2016, 22:01:12 UTC
fb628b2 Moved testing functions to uvdata/utils.py 01 August 2016, 22:01:12 UTC
d5cc59b Moved a couple conversion tests to test_utils.py 01 August 2016, 22:01:12 UTC
a58f6d3 Cleaned up uvfits tests 01 August 2016, 22:01:12 UTC
a84684d Adding another data test file 01 August 2016, 22:01:12 UTC
c856a92 Changed and simplified interface with checkWarnings. Need to update tests to check things correctly, but everything passes. 01 August 2016, 22:01:12 UTC
27592e5 Moved function tests to separate file 01 August 2016, 22:01:12 UTC
1b011a7 Starting to move miriad tests to separate file 01 August 2016, 22:01:12 UTC
e10228d Starting to move fhd tests to separate file 01 August 2016, 22:01:12 UTC
c20ece0 Abbreviated some keywords in check_warnings function 01 August 2016, 22:01:12 UTC
0375e1e Starting to move uvfits tests to separate file 01 August 2016, 22:01:12 UTC
0ec6b5f Created dedicated file to hold functions for tests 01 August 2016, 22:01:12 UTC
32ae934 renamed antenna_indices to antenna_numbers to reduce confusion Also improved descriptions of related parameters 29 July 2016, 19:35:38 UTC
a9d6ef8 Prevent warnings from printing during tests 29 July 2016, 19:20:51 UTC
de93a15 PEP8 and other cleanup 29 July 2016, 18:40:35 UTC
bc16099 Minor tweaks to unphase code, works with known telescopes now 29 July 2016, 00:55:17 UTC
fe62785 Merge pull request #58 from HERA-Team/known_telecopes Known telescopes 29 July 2016, 00:50:29 UTC
945a3f2 restore some tests that were commented out 29 July 2016, 00:49:07 UTC
f02cdce Added known_telescope method to UVData (and a test for it) 29 July 2016, 00:49:07 UTC
98535ad Fix missed merge conflict 29 July 2016, 00:49:07 UTC
7cba7ec Major changes to only have one telescope location parameter telescope_location is now stored as ITRF xyz but there are also two other properties, telescope_location_lat_lon_alt and telescope_location_lat_lon_alt_degrees, to allow the location to be set or retrieved as lat/lon/alt values (with lat & lon in radians or degrees). A similar extra property is also available for any AngleParameters (ie zenith_ra and zenith_ra_degrees properties both exist). Some other small fixes as well. 29 July 2016, 00:49:07 UTC
9b5fccf Updated unittests to reflect new warnings from known_telescopes 29 July 2016, 00:45:51 UTC
2189bbe Small changes to telescope functionality requested on telecon rename match_telescope to set_telescope_params, telescopes.get_telescope takes a telescope name and just returns the telescope object with that name, added function telescopes.known_telescopes that retuns the names of known telescopes. 29 July 2016, 00:45:51 UTC
396c4dc Fixed structure for testing warnings to ensure repeatability 29 July 2016, 00:45:51 UTC
18bebbb Use known telescope list to set parameters that haven't been set 29 July 2016, 00:45:51 UTC
6bd0883 telescope reorganization 29 July 2016, 00:45:51 UTC
53e5fe6 Move check method to uvbase 29 July 2016, 00:45:51 UTC
9c3ca9b minor cleanup 29 July 2016, 00:45:51 UTC
d7742c1 Created base object for UVData and Telescope avoids a bunch of code duplication 29 July 2016, 00:45:51 UTC
efd37fc actually return the telescope list 29 July 2016, 00:45:51 UTC
3ead68f Improvements to telescopes 29 July 2016, 00:45:51 UTC
c8a4dfa util cleanup 29 July 2016, 00:45:51 UTC
574a8ed Moved Lat/Lon/Alt xyz conversion out of uv into a utility file Needed to make it available to telescope objects 29 July 2016, 00:45:51 UTC
fe14693 Make uvparameters properties for telescope objects Also commented out some debug print statements 29 July 2016, 00:45:51 UTC
df07e3c Getting started on a known_telescopes list 29 July 2016, 00:45:51 UTC
d34be31 Moved uvparameter definitions to separate file 29 July 2016, 00:45:51 UTC
21d1209 is_phased required attribute now exists assumes fhd and uvfits are always phased miriad can be either unit tests all pass 29 July 2016, 00:27:47 UTC
54997a6 Unphasing code clean up and tests 28 July 2016, 23:51:26 UTC
f0060af Unphasing seems to work and passes unit test, but more checks needed 28 July 2016, 02:10:30 UTC
4b87919 Clean up miriad code (#51) Removed flexible option (it is now the only option) Removed unncessary/obsolete comments Still several comments remaining identifying code to be changed when other issues are addressed 20 July 2016, 23:56:34 UTC
6435dcc Changed phase to use astrometric ra/dec from pyephem (#59) Also removed test comparing phase to phased miriad file, since we no longer believe miriad is phasing correctly. 20 July 2016, 23:34:19 UTC
84d0ea2 removed redundant check statements in general read function 20 July 2016, 22:43:35 UTC
e2a79ff Phasing now explicitly sets the epoch in header to J2000 15 July 2016, 15:19:04 UTC
ff0d9b8 pep8 fixes 14 July 2016, 22:02:27 UTC
fd31d45 Add test for UVFITS extra_keywords 14 July 2016, 22:02:17 UTC
767b732 minor fix for python 3 compatibility 14 July 2016, 21:49:17 UTC
55bc211 Fixed getting UVFITS extra_keywords Now any 'unknown' keywords get saved in extra_keywords 14 July 2016, 21:48:30 UTC
f2af78e pep8 fixes 30 June 2016, 13:19:56 UTC
cadc244 create folder for write file if it does not exist 30 June 2016, 13:17:37 UTC
932a9c9 Merge branch 'master' of github.com:HERA-Team/pyuvdata 30 June 2016, 13:09:56 UTC
5ae45c2 bug fix for multi-line comments 30 June 2016, 13:09:49 UTC
57b01c2 Bug fix in phasing when phasing to time instead of ra/dec 29 June 2016, 09:34:02 UTC
3c0a841 Safety check before trying to write xyz_telescope in uvfits 27 June 2016, 15:51:34 UTC
2850411 Merge branch 'master' of github.com:HERA-Team/pyuvdata Conflicts: uvdata/miriad.py 27 June 2016, 13:29:31 UTC
9506db5 write_miriad unit tests now pass 27 June 2016, 13:25:16 UTC
0591a1b actually fix merge conflict + pep8 fixes 25 June 2016, 00:01:06 UTC
5b894c5 resolve merge conflicts 24 June 2016, 23:56:50 UTC
1435ca7 Unittest to catch multiple subarrays in uvfits files a la issue #32 23 June 2016, 21:39:29 UTC
a3fdd31 Testing write_miriad; not entirely functional, but working on other code 23 June 2016, 19:28:09 UTC
aa8bd76 write_miriad doesn't break other unit tests 23 June 2016, 00:59:24 UTC
b4b2bbc Potentially acceptable header for write_miriad 23 June 2016, 00:33:59 UTC
677cdbc More header variables in write_miriad 23 June 2016, 00:22:59 UTC
81b4ede pep8 fixes 22 June 2016, 23:53:38 UTC
1bbafdf Merge branch 'master' of github.com:HERA-Team/pyuvdata 22 June 2016, 20:47:52 UTC
4dfe510 Added some (but not all) variables to write_miriad header 22 June 2016, 20:47:37 UTC
903f694 fix antenna indexing in antenna tables (1-indexed for uvfits) 22 June 2016, 20:36:34 UTC
6a29485 pep8 fixes 22 June 2016, 20:23:51 UTC
ae5b875 Added miriad uvvars documentation 22 June 2016, 20:21:28 UTC
e292529 add little script to read in a uvfits and write a new one out. 22 June 2016, 20:13:29 UTC
e57fa5c Added AIPS memo 117 to docs 22 June 2016, 19:46:40 UTC
8e2def0 Merge pull request #46 from HERA-Team/refactor Major refactoring to split uv.py into several files and use properties to eliminate the constant .value calls 22 June 2016, 19:30:00 UTC
ad8487f Bare bones write_miriad creates seemingly valid miriad uv files, no header info 21 June 2016, 00:20:56 UTC
bf604ca read_uvfits now checks for multiple sources (#32) 20 June 2016, 23:47:41 UTC
d352401 Better handling of check for multiple subarrays 20 June 2016, 23:38:36 UTC
5a0c183 Now checks for multiple subarrays on uvfits read (#32) 20 June 2016, 23:32:21 UTC
ad4629c Fix to phasing when not given an ra/dec 17 June 2016, 00:17:36 UTC
c0df8e7 Now writing subarray as a random parameter for uvfits 16 June 2016, 16:45:03 UTC
20d102c Removing redundant checks when calling general read/write. 16 June 2016, 15:29:02 UTC
92c472d fixes for changes to keep up with master 16 June 2016, 15:19:06 UTC
c44a9e4 merge conflict fixes 16 June 2016, 07:02:27 UTC
0fc73b9 apply changes to keep up with master 16 June 2016, 06:56:33 UTC
d3fb763 major rework to make properties so we don't have to use .value constantly Also renamed UVProperty to UVParameter to avoid confusion 16 June 2016, 06:56:00 UTC
1da9684 Broke miriad out as new object that inherets from UVData 16 June 2016, 06:54:55 UTC
dd7f7ef Broke out fhd as a new object that inherets from UVData 16 June 2016, 06:54:27 UTC
a7b4ffe Broke uvfits out as a new object that inherets from UVData 16 June 2016, 06:54:02 UTC
back to top