https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
ede1994 update the changelog for uvflag future shapes support 14 July 2022, 22:12:40 UTC
0cc0a6f update apply_uvflag for UVFlag future shapes 14 July 2022, 22:07:43 UTC
54107dc Better test coverage, add versioning to uvflag's hdf5 format 14 July 2022, 21:00:23 UTC
5540dca Add support for future array shapes in UVFlag 14 July 2022, 21:00:23 UTC
1193159 Fixing a few minor misspellings 14 July 2022, 20:05:36 UTC
0beaf5b Fixing errant addition made to another code block in tutorial. 14 July 2022, 20:05:36 UTC
2f396cb Adding a tutorial component for normalize_by_autos 14 July 2022, 20:05:36 UTC
cc25cee Updating CHANGELOG 14 July 2022, 20:05:36 UTC
0bcff07 Cleaning up code, adding docstrings, comments and test coverage for auto normalization. 14 July 2022, 20:05:36 UTC
51cd0b0 Some more clean-up and improvements for auto-normalization method 14 July 2022, 20:05:36 UTC
1d6038b Actually add method to the UVData object. 14 July 2022, 20:05:36 UTC
efabf91 Adding function to normalize crosses by autos for UVData objects. 14 July 2022, 20:05:36 UTC
31c4c8e remove github external checks since Azure ones are working 12 July 2022, 19:04:48 UTC
8de6ca3 don't use pytest-xdist, actually fix hera_cal env 12 July 2022, 19:04:48 UTC
881eca1 fix env names 12 July 2022, 19:04:48 UTC
4b3c4e0 fix source folder name, remove extra checkouts 12 July 2022, 19:04:48 UTC
85c54b3 Use the package yamls for the external tests 12 July 2022, 19:04:48 UTC
a91208f Fix env activation 12 July 2022, 19:04:48 UTC
06699ee update azure pipelines yaml to use mamba 12 July 2022, 19:04:48 UTC
0418a4e Try removing the conda `defaults` channel to fix azure pipelines c++ 12 July 2022, 19:04:48 UTC
037803b Add Azure pipelines CI back 12 July 2022, 19:04:48 UTC
8417bdc Fixing bug where ordering of auto data was not being preserved correctly across integrations, and a semi-related ordering issue w/ spectral windows. 07 July 2022, 17:00:15 UTC
4ed58cf One last misspelling to fix 07 July 2022, 17:00:15 UTC
20ea5dd Hopefully the last of the spelling fixes. 07 July 2022, 17:00:15 UTC
b6a4473 More spellling fixes. 07 July 2022, 17:00:15 UTC
e8b1734 Fixing broken text 07 July 2022, 17:00:15 UTC
eb1156f Cleaning up error message checks in tests 07 July 2022, 17:00:15 UTC
e4108a9 Fixing rebase mistake. 07 July 2022, 17:00:15 UTC
68babc3 One more grammar fix. 07 July 2022, 17:00:15 UTC
9536949 Removing all API references 07 July 2022, 17:00:15 UTC
b813b52 Cleaning up a _lot_ of spelling errors 07 July 2022, 17:00:15 UTC
229d756 Adding new MirMetaData module to developer docs 07 July 2022, 17:00:15 UTC
238f26c Updating CHANGELOG and README 07 July 2022, 17:00:15 UTC
4b39d56 Modifying some internally-focused MirParser methods to make them private. 07 July 2022, 17:00:15 UTC
0c77ce1 Making requested changes following review 07 July 2022, 17:00:15 UTC
9967c36 Splitting up MirParser and MirMetaData into separate files. 07 July 2022, 17:00:15 UTC
ac9c852 Making changes in response to ref comments. 07 July 2022, 17:00:15 UTC
a362897 And covering the last missing line 07 July 2022, 17:00:15 UTC
0d3ce64 And one more clean up to fix min_dep failure 07 July 2022, 17:00:15 UTC
07af958 Even more post-rebase clean-up 07 July 2022, 17:00:15 UTC
af5f843 Cleaning up some tests post-rebase. 07 July 2022, 17:00:15 UTC
20cd20c Last couple of touch-ups from review number 2. 07 July 2022, 17:00:15 UTC
0880a48 More changes related to review comments. 07 July 2022, 17:00:15 UTC
ec312b0 Cleaning up Mir module based on reviewer comments. 07 July 2022, 17:00:15 UTC
ad60744 More review-related clean-up. 07 July 2022, 17:00:15 UTC
e0fd116 Fix one last (for now) spelling mistake 07 July 2022, 17:00:15 UTC
0cd4b89 Making updates based on review comments 07 July 2022, 17:00:15 UTC
7284da8 Let's try that bug fix one more time... 07 July 2022, 17:00:15 UTC
c658336 Fixing minor bug in select logic in MirParser 07 July 2022, 17:00:15 UTC
13eccc1 Cleaning up debugging print statements in testing 07 July 2022, 17:00:15 UTC
56eb42d Adding full support for autos in MirParser 07 July 2022, 17:00:15 UTC
274c2b0 Tweaking MirMetaData to remove redundant code, adding assume_unique keyword to group_by 07 July 2022, 17:00:15 UTC
581e7a2 Adding test coverage to MS module that was lost w/ changes to Mir. 07 July 2022, 17:00:15 UTC
d27f28b Removing superfluous error handling for Mir pol codes 07 July 2022, 17:00:15 UTC
38b4dcb Test coverage finalized for new MirParser code. 07 July 2022, 17:00:15 UTC
5082007 Wrapping up code coverage on special MirMeta types. 07 July 2022, 17:00:15 UTC
8607cd5 Completing MirMetaData object specific tests. 07 July 2022, 17:00:15 UTC
87cd7d4 The ever-steady drumbeat of improved unit testing continues 07 July 2022, 17:00:15 UTC
2ffc476 Attempting python 3.9 fix... 07 July 2022, 17:00:15 UTC
f2ebcd3 One more debug attempt 07 July 2022, 17:00:15 UTC
f205cc4 More python 3.9 debugging 07 July 2022, 17:00:15 UTC
8f1d741 Attempting to debugging Python3.9 CI test failures 07 July 2022, 17:00:15 UTC
154e737 More test coverage 07 July 2022, 17:00:15 UTC
a57242a Improving test coverage of MirParser 07 July 2022, 17:00:15 UTC
da26c5b Catching uncaught warnings 07 July 2022, 17:00:15 UTC
e898b27 Fixing test I accidently broke in MirParser 07 July 2022, 17:00:15 UTC
5b5ad1b First attempt at patching up all of the existing tests for MirParser. 07 July 2022, 17:00:15 UTC
036e036 Next full refactor attempt for new MirParser code. 07 July 2022, 17:00:15 UTC
22b08d0 Last of the non-invasive changes for MirParser. 07 July 2022, 17:00:15 UTC
85d49b5 More additions to MirMetaData 07 July 2022, 17:00:15 UTC
f101028 Modying tests to cover new variable in MIR 07 July 2022, 17:00:15 UTC
235e29b Fixing conjugation issue and weights calculation in MIR 07 July 2022, 17:00:15 UTC
40655c6 More additions to MirMetaData object class (and associated subclasses) 07 July 2022, 17:00:15 UTC
088141a Continuing to flesh our MirMetaData class 07 July 2022, 17:00:15 UTC
f0b8c3a [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 07 July 2022, 17:00:15 UTC
972fb99 Fixing up a couple of tests that broke on updates to weights calculation for MIR 07 July 2022, 17:00:15 UTC
6545dbd Further fleshing out of MirMetaData object class 07 July 2022, 17:00:15 UTC
bb3960d Adding better weights handling into Mir 07 July 2022, 17:00:15 UTC
6351998 Capturing online flagging for SMA data, beginning to convert SMA metadata arrays into objects 07 July 2022, 17:00:15 UTC
1683d69 Improving test coverage 07 July 2022, 17:00:15 UTC
e37db83 Fixing minor bugs, catching some small errors in MirParser read/apply_tsys/rechunk routines 07 July 2022, 17:00:15 UTC
3f31cfe Adding rechunk keyword for read of Mir data 07 July 2022, 17:00:15 UTC
fbcae2c Adding doppler tracking to the list of available methods. 07 July 2022, 17:00:15 UTC
d30b644 Adding test coverage to add and concat, wrapping up coverage on all other functions. 07 July 2022, 17:00:15 UTC
14e219e Adding even more test coverage... 07 July 2022, 17:00:15 UTC
a9b8fcf Adding test coverage on select and rechunk 07 July 2022, 17:00:15 UTC
558954e Adding more test coverage, covering COMPASS and write tasks 07 July 2022, 17:00:15 UTC
9013bfa Adding first tests, testing roundtrip read/write 07 July 2022, 17:00:15 UTC
ed59ae0 Adding equality-checking methods for testing, minor code clean-up. 07 July 2022, 17:00:15 UTC
ac7ab8e Finalizing rechunk for now, adding final comments prior to early review. 07 July 2022, 17:00:15 UTC
c521270 Finished concat function, migrating attr assignment of data to unload_data 07 July 2022, 17:00:15 UTC
07f2076 Fixing some bugs, further expanding concat, improving speed on writes of sp_read 07 July 2022, 17:00:15 UTC
e4ba86c Fix bug that cropped up w/ apply_tsys 07 July 2022, 17:00:15 UTC
ea27251 This is quickly becoming my most well-commented piece of code. 07 July 2022, 17:00:15 UTC
ef2b419 Fixing bug in reading of auto data where the wrong records were held on to. 07 July 2022, 17:00:15 UTC
b4787a9 More docstring/comment updates 07 July 2022, 17:00:15 UTC
ea2b244 Fixing tests that broke on last update 07 July 2022, 17:00:15 UTC
b3ea257 Comment and docstring cleanup 07 July 2022, 17:00:15 UTC
d95cc39 First pass at COMPASS-related functions 07 July 2022, 17:00:15 UTC
25a7eec Starting on COMPASS-related integration 07 July 2022, 17:00:15 UTC
back to top