https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
8b82a3b Fix changelog 02 June 2020, 18:57:13 UTC
4bfe13c Promote nsample_array precision if required 02 June 2020, 18:57:13 UTC
82267c2 Update changelog 02 June 2020, 18:57:13 UTC
4ee61c2 Expose data_array and nsample_array dtype options for mwa_corr_fits files 02 June 2020, 18:57:13 UTC
1b51565 change to test to accomodate prev commit 01 June 2020, 22:39:16 UTC
087c9b0 revert clear_unused_attributes 01 June 2020, 22:39:16 UTC
428fb33 Update tests 01 June 2020, 22:39:16 UTC
02b09a6 Check for compatibility and make some requirements changes 01 June 2020, 22:39:16 UTC
a8020d6 update changelog 01 June 2020, 22:39:16 UTC
dae46ef reformat 01 June 2020, 22:39:16 UTC
ea783c4 reformat 01 June 2020, 22:39:16 UTC
9327b5a Corrected error re: shape and length of first axis. Changed wording in section 4 (Antennas HDU) for clarity. 25 May 2020, 19:38:13 UTC
f133571 implemented @bhazelton's suggested changes. 25 May 2020, 19:38:13 UTC
6076714 Removed commented-out text from source document. Done for now, needs review from someone more familiar with uvcal. 25 May 2020, 19:38:13 UTC
2bd61a0 finished everything, with old memo still largely commented out in .tex file. Removed the temporary notes file. 25 May 2020, 19:38:13 UTC
0d3df0a primary HDU keywords organized. FITS standard keywords added. Starting sections on subsequent HDUs 25 May 2020, 19:38:13 UTC
6e3b9ce finished all of the keywords for primary HDU, reorganizing structure based on whether a keyword is required or not, and whether it is a standard FITS keyword or a calfits-specific one. 25 May 2020, 19:38:13 UTC
c39d672 added some more properly formatted keywords, ending at REFANT 25 May 2020, 19:38:13 UTC
2d04e01 I'm fighting a little bit with git instead of actually working. 25 May 2020, 19:38:13 UTC
b45bea9 incremental progress 25 May 2020, 19:38:13 UTC
e247a5c started to reorganize section on primary header. Rewrote some verbiage following beamfits_memo's example. 25 May 2020, 19:38:13 UTC
e32b4f3 first commit 25 May 2020, 19:38:13 UTC
047da00 incremental progress 25 May 2020, 19:38:13 UTC
36602ec started to reorganize section on primary header. Rewrote some verbiage following beamfits_memo's example. 25 May 2020, 19:38:13 UTC
5759d53 first commit 25 May 2020, 19:38:13 UTC
7218205 some tabbing 22 May 2020, 21:11:43 UTC
7b8b4a9 add some comments about making memoryviews 22 May 2020, 21:11:43 UTC
32a7deb a comment typo 22 May 2020, 21:11:43 UTC
600a65c typo in dtype 22 May 2020, 21:11:43 UTC
64ec1da another int_ vs int64 22 May 2020, 21:11:43 UTC
ef25dc2 use np.int64 not np.int_, int64 and long are different on windows. 22 May 2020, 21:11:43 UTC
767f601 removed a rouge comma from rebasing 22 May 2020, 21:11:43 UTC
f523743 added licenses to cython modules 22 May 2020, 21:11:43 UTC
4f17b83 update change log 22 May 2020, 21:11:43 UTC
70ba97a add phase/unphase_uvw functions 22 May 2020, 21:11:43 UTC
789a2ff white space changes 22 May 2020, 21:11:43 UTC
913fb76 atomize some tests 22 May 2020, 21:11:43 UTC
2f73b3c remove a circular dependence in utils/_utils 22 May 2020, 21:11:43 UTC
b567c4e add ENU/ECEF to cython module 22 May 2020, 21:11:43 UTC
ebd213d move xzy/latlonalt functions to cython module 22 May 2020, 21:11:43 UTC
b4d4f80 remove a print statement that snuck in 22 May 2020, 21:11:43 UTC
27fcdd2 make baseline_to_antnums and antums_to_baseline run via cython module 22 May 2020, 21:11:43 UTC
7cf49a4 Add changelog entries for UVCal changes. 22 May 2020, 19:39:43 UTC
b7d5d1f add test coverage 22 May 2020, 18:35:02 UTC
4f2b159 Make `set_` methods private, make time_range not required update docstrings 22 May 2020, 18:35:02 UTC
2fde2cf fix tutorial typo 22 May 2020, 18:34:07 UTC
4c7b954 Improve docs on RTD 22 May 2020, 18:34:07 UTC
0981aac Change test to use uvh5 instead of miriad file 20 May 2020, 18:06:35 UTC
1ff807f Fix flake8 issues in aipy_extracts 20 May 2020, 18:06:35 UTC
c80c426 Remove aipy_extracts exceptions from setup.cfg 20 May 2020, 18:06:35 UTC
6a757ef Atomize some calfits tests 20 May 2020, 18:06:35 UTC
813aa59 Remove gc statements 20 May 2020, 18:06:35 UTC
ae71684 Handle importorskip more efficiently 20 May 2020, 18:06:35 UTC
faba461 Make sure OS env var is defined for circleci 20 May 2020, 18:06:35 UTC
fa43132 Make error messages in testing more explicit 20 May 2020, 18:06:35 UTC
d7a7570 Update changelog 20 May 2020, 18:06:35 UTC
0433b32 Try to fix doctest build 20 May 2020, 18:06:35 UTC
e4099f9 Fix up a few typos 20 May 2020, 18:06:35 UTC
2309ed5 Try writing to a separate FITS file in testing 20 May 2020, 18:06:35 UTC
39e8b3a Fix typo so miriad extension gets built 20 May 2020, 18:06:35 UTC
1d67fdc Break up tests to make them more atomic; try closing FITS files explicitly 20 May 2020, 18:06:35 UTC
4b9be7d Try to fix broken FITS tests on windows 20 May 2020, 18:06:35 UTC
78a9cb9 Add garbage collection after FITS writes 20 May 2020, 18:06:35 UTC
914eaa8 add explicit close to write FITS methods 20 May 2020, 18:06:35 UTC
7fcf3aa Change how miriad importing is handled; rework test suite to minimize use of miriad 20 May 2020, 18:06:35 UTC
0cf2530 Add windows to github actions 20 May 2020, 18:06:35 UTC
e25b8cb error sensibly if ant_str doesn't match any data 20 May 2020, 16:01:38 UTC
609e6c9 Add comment about the source of Npols for metadata only vs full reads 19 May 2020, 19:07:11 UTC
8172b05 another changelog update 19 May 2020, 19:07:11 UTC
4750873 update changelog 19 May 2020, 19:07:11 UTC
d84f8de another spot with astropy 2 vs 3 accommodation 19 May 2020, 19:07:11 UTC
c73c272 typo fix 19 May 2020, 19:07:11 UTC
de98bd2 don't bend over backwards for astropy2 support 19 May 2020, 19:07:11 UTC
15d32f0 use alternate function calls; vectorize some coordinate transformations 19 May 2020, 19:07:11 UTC
dfe18e2 change a uvdata test name to more accurately reflect what it does 19 May 2020, 19:07:11 UTC
9ed3b80 make an import in mwa corr fits relative, not `from pyuvdata` 19 May 2020, 19:07:11 UTC
3b98ad9 only calculate the itrs_telescope_location in unphase_to_drift if needed 19 May 2020, 19:07:11 UTC
c59fd10 catch a test warning 19 May 2020, 19:07:11 UTC
18076bf more test coverage 19 May 2020, 19:07:11 UTC
7cbdad8 Add test coverage 19 May 2020, 19:07:11 UTC
0912f34 Add read_data and background_lst options for FHD files also updated tutorial and minor other cleanup 19 May 2020, 19:07:11 UTC
3bc5a61 updated some inline comments. 19 May 2020, 19:07:11 UTC
2753761 docstring updates 19 May 2020, 19:07:11 UTC
3b26054 remove commented line 19 May 2020, 19:07:11 UTC
5dcfd4e more plumbing to get the background lst controls up to the user level. 19 May 2020, 19:07:11 UTC
b61a250 fixing rebase error 19 May 2020, 19:07:11 UTC
fb24284 docstring update 19 May 2020, 19:07:11 UTC
4e47b47 let the user calculate lsts in the background if desired 19 May 2020, 19:07:11 UTC
265211c vectorize uvw calculations in phase and unphase_to_drift 19 May 2020, 19:07:11 UTC
4c1c67e Add tests to ensure time averaged data are not a masked array 12 May 2020, 01:40:01 UTC
a3ff3f7 update changelog 12 May 2020, 01:40:01 UTC
23bc8d4 fix handling of baselines not downsampled 12 May 2020, 01:40:01 UTC
3caa295 remove print statements 12 May 2020, 01:40:01 UTC
796e793 properly weight by nsample when downsampling in time 12 May 2020, 01:40:01 UTC
741cae4 tutorial wording update 11 May 2020, 23:59:59 UTC
2b1719f update tutorial to reflect mwa corr fits can read metadata only 11 May 2020, 23:59:59 UTC
cda3ae7 update changelog 11 May 2020, 23:59:59 UTC
c049026 test docstring update 11 May 2020, 23:59:59 UTC
ae1442c add metadata_only reads to mwa_corr_fits, plumb through keywords. add support for check related keywords 11 May 2020, 23:59:59 UTC
f658449 replace manual call to set lsts with built in pyuvdata function does the exact same thing, but if we have the function already may as well use it. 11 May 2020, 23:59:59 UTC
back to top