https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
332efce Tutorial update to briefly highlight MS cal support 01 April 2024, 18:46:15 UTC
805f027 Updating readme 01 April 2024, 18:18:12 UTC
9cd80fe Updating CHANGELOG 01 April 2024, 18:03:43 UTC
67c436f Big push for docstring updates 01 April 2024, 18:02:47 UTC
54bd98f Add handling required for CASA when Njones==1 for cal solns 31 March 2024, 17:30:50 UTC
b460f0f Fixing wrong error catch in ms_utils.read_ms_history 31 March 2024, 15:12:23 UTC
4be9862 Adding last bit of test coverage 31 March 2024, 14:51:54 UTC
c14786e More coverage/testing updates 31 March 2024, 03:48:55 UTC
48ed3c4 More testing updates, fixes to freq indexing in flex_spw add method 30 March 2024, 04:26:15 UTC
fa07061 More testing additions 29 March 2024, 17:46:01 UTC
a194b80 Testing additions 29 March 2024, 03:04:31 UTC
766e326 Big slug of updates, responding to reviewer comments and enabling round-tripping of MSCal to CalH5 28 March 2024, 13:45:59 UTC
7538d5c More utility clean-up 27 March 2024, 23:20:20 UTC
3a49b21 More code re-organization, shifting common utils to ms_utils, clean-up based on testing 27 March 2024, 23:20:20 UTC
7a82d18 Remaining test file cleanup 27 March 2024, 23:20:20 UTC
9dd530c Patching tutorial after dropping one of the test files 27 March 2024, 23:20:20 UTC
980f764 Post-rebase clean-up 27 March 2024, 23:20:20 UTC
78a2b0f Adding flex-pol handling, first pass on general MS source table reader 27 March 2024, 23:20:20 UTC
429658f Testing clean-up 27 March 2024, 23:20:20 UTC
7d92bac Adding flex-jones to UVCal 27 March 2024, 23:20:20 UTC
0d4ae0e Updating remove_flex_pol docstring in UVData (was missing parameters) 27 March 2024, 23:20:20 UTC
325dc49 Minor updates and fixes based on SMA user testing. 27 March 2024, 23:20:20 UTC
79a12ff Adding support for CORRECTED_DATA, MODEL_DATA read/write to CASA MS 27 March 2024, 23:20:20 UTC
13a8f43 One more fix to ms_cal to resolve min_deps issue 27 March 2024, 23:20:20 UTC
1ec64f5 Updates due to user-discovered issues w/ ms_cal 27 March 2024, 23:20:20 UTC
c252294 Fixing incorrect comment 27 March 2024, 23:20:20 UTC
e83d541 Addressing subset of reviewer comments 27 March 2024, 23:20:20 UTC
041700c Adding support for phase center handling in UVCal, moving some UVData methods to utils 27 March 2024, 23:20:20 UTC
b5f4f9c Fixing gain convention for CASA 27 March 2024, 23:20:20 UTC
763a4c4 Adding MS delay/bandpass loopback tests, fixing minor bugs/warnings 27 March 2024, 23:20:20 UTC
0ba23a0 Adding support for bandpass and delays read/write 27 March 2024, 23:20:20 UTC
774fb8e Adding CASA delay-cal example file as well... 27 March 2024, 23:20:20 UTC
9009991 Adding bandpass example file for ms_cal 27 March 2024, 23:20:20 UTC
e26cc06 More re-org, pushing all table read/write functions into ms_utils 27 March 2024, 23:20:20 UTC
fb3facb Added MS gains writer, first successful loopback (now in tests) 27 March 2024, 23:20:20 UTC
ca2d14c Making minor fix to UVBase.check method (allows req params to be allowed failures) 27 March 2024, 23:20:20 UTC
110fd7b Minor clean-up and improvements for the MSCal class... 27 March 2024, 23:20:20 UTC
2ebeb42 CASA gains reader functional, passes UVCal check 27 March 2024, 23:20:20 UTC
ace4130 Migrating ms test over to new ms_cal test module 27 March 2024, 23:20:20 UTC
c9070ba Adding unknown jones index for handling MS files 27 March 2024, 23:20:20 UTC
8564804 Removing some bits from MS object following creation of common MS utilities module 27 March 2024, 23:20:20 UTC
5d92d36 Adding MS utilities module to avoid duplicating things in both UVData and UVCal objects 27 March 2024, 23:20:20 UTC
ec6d94b Initial commits of MSCal module stub out, test files. 27 March 2024, 23:20:20 UTC
8355244 Use absolute path in hdf5 hash 27 March 2024, 17:05:36 UTC
058ccbf simplify conditionals in calh5 metadata reader 27 March 2024, 17:05:36 UTC
8c5edac update docstrings and comments per reviewer 27 March 2024, 17:05:36 UTC
35188c0 better handling of total_quality_array in select 27 March 2024, 17:05:36 UTC
d3b13b6 Be explicit that array regularity limitations only apply to calfits 27 March 2024, 17:05:36 UTC
f7de1bd simplify text fixture code per reviewer suggestion 27 March 2024, 17:05:36 UTC
77b3c30 Fix complex dtype check to check dtype size as well as kind Also fix error message 27 March 2024, 17:05:36 UTC
63fb1c1 Add test coverage 27 March 2024, 17:05:36 UTC
856817d update the changelog, add some (minimal) tutorial examples 27 March 2024, 17:05:36 UTC
83a582d make partial reads work, modularize UVCal selection code Add testing! 27 March 2024, 17:05:36 UTC
c86fb40 move common hdf5 code to a utility module 27 March 2024, 17:05:36 UTC
68780b3 first pass at calh5 27 March 2024, 17:05:36 UTC
05f6a0c update the changelog 26 March 2024, 16:38:27 UTC
7305074 Adjust the FHD cal time_ranges to ensure they don't overlap Reduce the extension to ¼ of the integration time from ½ 26 March 2024, 16:38:27 UTC
66ae752 add a `get_lst_array` method as a helper when there are time ranges 26 March 2024, 16:38:27 UTC
9ba00d2 perf: slicify antpair2ind result 26 March 2024, 16:38:27 UTC
8401d46 don't ignore the check on mutating iterators because it caught a bug 26 March 2024, 16:38:27 UTC
3c9bb63 fix: reset rectangularity after fast_concat 26 March 2024, 16:38:27 UTC
3c35761 test: properly conjugate bls to test antpair2ind 26 March 2024, 16:38:27 UTC
5f65c57 docs: update changelog 26 March 2024, 16:38:27 UTC
84941f9 test: add tests for rectangularity 26 March 2024, 16:38:27 UTC
2fe8bf0 test: remove current array shape tests 26 March 2024, 16:38:27 UTC
0f5deb9 test: fix antpair2ind tests 26 March 2024, 16:38:27 UTC
3969af4 bug fixes after rebase 26 March 2024, 16:38:27 UTC
1728ee5 test: add tests of rectangularity 26 March 2024, 16:38:27 UTC
9a05b8f fix: properly update rectangularity when blts are selected 26 March 2024, 16:38:27 UTC
ce474cb feat: faster blt indexing via known rectangularity 26 March 2024, 16:38:27 UTC
1e0c689 Add consistency checking for fhd files 26 March 2024, 16:38:27 UTC
6a1e0e1 more test coverage 26 March 2024, 16:38:27 UTC
7026731 add test coverage 26 March 2024, 16:38:27 UTC
194145f Add annotations import to fix tests on older python versions 26 March 2024, 16:38:27 UTC
a131a85 update tutorial 26 March 2024, 16:38:27 UTC
d8f8200 Change the UVData FHD reader API to be like the UVCal FHD reader 26 March 2024, 16:38:27 UTC
c72d76d don't require order to be passed by name for reorder methods 26 March 2024, 16:38:27 UTC
e412fa6 address reviewer comments 26 March 2024, 16:38:27 UTC
524305e address review comments 26 March 2024, 16:38:27 UTC
220a5ed address review comments 26 March 2024, 16:38:27 UTC
8c0a346 fix min_deps tests 26 March 2024, 16:38:27 UTC
47bd537 fix tutorials 26 March 2024, 16:38:27 UTC
1634120 update changelog 26 March 2024, 16:38:27 UTC
98d82aa finish up params by name 26 March 2024, 16:38:27 UTC
2457feb params by names for cal 26 March 2024, 16:38:27 UTC
4de2926 params by names for beams 26 March 2024, 16:38:27 UTC
60d6a29 more work on requiring params by name bugfix after rebase 26 March 2024, 16:38:27 UTC
30701d6 start work on params_by_name 26 March 2024, 15:44:11 UTC
b1308c4 remove out of date comments 26 March 2024, 15:40:56 UTC
0506a38 Extend the time range on FHD cals by half the integration time 26 March 2024, 15:40:56 UTC
b1c9465 Update the tutorial and changelog 26 March 2024, 15:40:56 UTC
af3305d Adjust deprecation warnings expiration version 26 March 2024, 15:38:32 UTC
d086985 Add uvcalibrate testing for time_ranges that cover multiple uvd times 26 March 2024, 15:38:32 UTC
300ef8b fix time_range handling in uvcalibrate, other bug fixes, add tests 26 March 2024, 15:38:32 UTC
177d3fb fix time_range handling in reads and initializing 26 March 2024, 15:38:32 UTC
a8dd6a8 add lst_range to parallel time_range 26 March 2024, 15:38:32 UTC
2669152 Start work on a better implementation of time_range 26 March 2024, 15:38:32 UTC
f82e089 handle another SPICE error, update codecov.yml for new version 25 March 2024, 22:45:10 UTC
ffa2790 use up to date github actions 25 March 2024, 22:45:10 UTC
b726af9 update the changelog for the new version 25 March 2024, 22:45:10 UTC
back to top