sort by:
Revision Author Date Message Commit Date
0b1b091 Merge branch 'Smithsonian-submillimeter_array' into master 08 August 2020, 00:16:05 UTC
53a0ec1 Added the new numpy requirement to the changelog 07 August 2020, 18:37:01 UTC
47066bb Merge branch 'master' into submillimeter_array 07 August 2020, 18:35:07 UTC
93b955e Fixing changelog 07 August 2020, 18:32:54 UTC
b954b6c fix utils import so docs will build 07 August 2020, 18:15:46 UTC
95e4c42 Adding log info 07 August 2020, 17:50:34 UTC
4e1c3ed Adding a battery of unit tests for mir, that should hopefully verify that the test file is being correctly. Also splitting off some tests into a separate module called test_mir_parser, and adding a minor fix to data reader. 07 August 2020, 02:47:23 UTC
df43fac Realized there was a better way to compare strings via find (since we know that the first part of the strings should match) 06 August 2020, 22:48:27 UTC
ed9b703 Fixing history check in test_mir 06 August 2020, 21:30:14 UTC
a9f7d8d Fixing a few comments in mir_parser 06 August 2020, 21:03:57 UTC
72da14c Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array 06 August 2020, 20:54:04 UTC
ee30d2e Adding MIR index-checking to test list 06 August 2020, 20:53:59 UTC
f53e2e8 Changed imports to relative, and now use check_histories helper function to check the history. 06 August 2020, 20:52:01 UTC
b13c259 Mentioned that the static functions in mir_parser were static in the comments. 06 August 2020, 20:34:55 UTC
861ae63 Figured out a semi-reasonable way to eliminate the extra piece of the loop in read_vis_data 06 August 2020, 19:23:04 UTC
8ced322 adding a comment about the -l option for bash 06 August 2020, 17:44:09 UTC
5104d69 add a conda list to the conda info section 06 August 2020, 17:44:09 UTC
b9232ad use action's ouputs/inputs to set environment name 06 August 2020, 17:44:09 UTC
7375209 typo fix 06 August 2020, 17:44:09 UTC
74f0641 remove now unused env variable 06 August 2020, 17:44:09 UTC
d857104 use a miniconda install action 06 August 2020, 17:44:09 UTC
4fb6eb1 set default bash shell 06 August 2020, 17:44:09 UTC
8265cfa Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array 06 August 2020, 16:00:16 UTC
fbb75bc Fixing a couple of coordinate convention problems, adding some documentation 06 August 2020, 16:00:09 UTC
7fdfdb4 Changed np.csingle to np.complex64 06 August 2020, 15:39:26 UTC
2c47af4 Changed np.double to np.float64. 06 August 2020, 15:36:19 UTC
963d5d4 Changed np.single to np.float32 06 August 2020, 15:26:19 UTC
454d310 Corrected an outdated comment to mention lists/indices instead of dicts/keys. 06 August 2020, 15:20:26 UTC
c7cfa01 First draft of a comment for the MirParser class. 06 August 2020, 15:15:13 UTC
a30db40 Added "Returns" comments for each of the functions in mir_parser that required them. 06 August 2020, 15:03:38 UTC
06b88ca Added a more explicit !=0 instead of relying on 0 == False. 06 August 2020, 14:34:52 UTC
05275ac Removed blank lines in a comment between keyword params 06 August 2020, 14:31:33 UTC
d76d6fd Updated an outdated comment about load_data(). 06 August 2020, 14:28:55 UTC
896bc41 Added keyword param comments for the constructor for MirParser. 06 August 2020, 14:26:30 UTC
3648b81 Cleaning up some more comments in the code, adding a uvh5 roundtrip test 06 August 2020, 14:11:05 UTC
b02ab3c MirParser now inheriting from object, and using os.path.join() to open files. 05 August 2020, 22:11:56 UTC
cf59c00 better docstrings 05 August 2020, 22:07:05 UTC
b2e663e improve some warning checking 05 August 2020, 22:07:05 UTC
faef70f Fix conftest docstrings and comments referring to checkWarnings 05 August 2020, 22:07:05 UTC
1a9c8af update the changelog 05 August 2020, 22:07:05 UTC
b191c51 make it possible to assert no warnings raised 05 August 2020, 22:07:05 UTC
74738c7 better type checking, comments and cleanup 05 August 2020, 22:07:05 UTC
df34864 switch test order for message matching 05 August 2020, 22:07:05 UTC
27f82ad add new check_warnings function 05 August 2020, 22:07:05 UTC
5a255e4 Updated copyright to 2020, now getting lat,lon,alt from telescopes.py, and fixed an indent. 05 August 2020, 21:42:10 UTC
39b5607 Adding a couple of additional tests to test_mir, should be at about maximum coverage now 04 August 2020, 00:41:43 UTC
dc21631 Fixing a couple of final bugs that crept up because I forgot to run the whole test suite. 03 August 2020, 20:40:42 UTC
2841e09 Cleaning up some code to help improve code coverage -- I believe we are now touching nearly every new piece of code associated with the new mir module 03 August 2020, 19:42:38 UTC
8f4c03a Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array 03 August 2020, 13:48:59 UTC
9abec72 Updating setup to include requirement for numpy>=1.8 (due to use of complex dtypes in mir_parser) 03 August 2020, 13:48:37 UTC
b7e84ff Merge branch 'master' into submillimeter_array 03 August 2020, 13:40:24 UTC
af53208 uvdata: Fixing a couple of minor things in read to resolve conflict issues 03 August 2020, 13:38:12 UTC
6a29f09 Updating environment file to reflect req for numpy 1.18 for complex dtypes in mir_parser. 03 August 2020, 13:20:12 UTC
dfea90c Submitting changes as a result of running pre-commit locally. 30 July 2020, 15:41:26 UTC
48128cb Added a comment to test_mir.py 30 July 2020, 15:36:11 UTC
b9f8ff7 Cleaned up imports to pass circle ci test. 30 July 2020, 15:19:54 UTC
bf5f5c3 Another test fix for known telescopes. 30 July 2020, 13:47:14 UTC
4e1bc9a Added SMA to fix test_telescopes.py. 29 July 2020, 21:44:36 UTC
06287b7 Added our parameters to the generic uvdata.read() function. 29 July 2020, 21:25:35 UTC
1a0ef92 Fixed some little bugs, and we now have our first passing test. 29 July 2020, 21:19:39 UTC
b34f594 Leave me alone precommit 29 July 2020, 21:08:19 UTC
5e2cee4 Added a test_mir.py file, with one roundtrip uvfits test. 29 July 2020, 20:20:11 UTC
e15941a Remove `GIT_INFO` line, better organization and comments 29 July 2020, 15:51:37 UTC
fbce02d remove data directory from gitignore 29 July 2020, 15:51:37 UTC
8ef7114 Adding files for doing unit testing w/ mir and mir_parser 24 July 2020, 17:33:47 UTC
5e01441 mir_parser: Fixing a couple of indexing problems w/ read_auto_data 24 July 2020, 17:17:15 UTC
77d358c Added the capability to read the Submillimeter Array “mir” data format. 22 July 2020, 16:11:59 UTC
c8dd66a Add warning message for no readable files 21 July 2020, 15:34:20 UTC
2bcf9d7 Add test for all files being corrupt 21 July 2020, 15:34:20 UTC
8f799a3 Account for all files broken case 21 July 2020, 15:34:20 UTC
32824f6 changelog update 21 July 2020, 15:30:05 UTC
be90077 typo fix in docstring 21 July 2020, 15:30:05 UTC
06c5583 add a check to use object's x_orientation if none is provided 21 July 2020, 15:30:05 UTC
2c9febe fix rebase name splice issue 21 July 2020, 15:30:05 UTC
27c4a44 only use input x_orientation keyword in parse_ants 21 July 2020, 15:30:05 UTC
b49049e add a check for all expected attributes/methods for parse_ants 21 July 2020, 15:30:05 UTC
372aa5e add some test to check uvflag.get_ants 21 July 2020, 15:30:05 UTC
817bc76 add a test that uses parse_ants for select in uvflag 21 July 2020, 15:30:05 UTC
d8debb2 let uvflag make parse_ants calls in select 21 July 2020, 15:30:05 UTC
abd24a0 plumb x_orientation through to parse_ants 21 July 2020, 15:30:05 UTC
82abccf beginning of some work to move parse_ants out of utils 21 July 2020, 15:30:05 UTC
f796eae Fix install yaml for hera_cal tests 21 July 2020, 15:18:32 UTC
9ab7332 Increase code coverage 16 July 2020, 02:00:56 UTC
06f6d78 Formatting fix 16 July 2020, 02:00:56 UTC
d267b0a Pragma nocover for OSError 16 July 2020, 02:00:56 UTC
1a336e1 Adjust for new warnings format 16 July 2020, 02:00:56 UTC
8e61562 Remove print statements 16 July 2020, 02:00:56 UTC
dfdb0a2 Filter warning 16 July 2020, 02:00:56 UTC
f0024b7 resolve rebase conflict 16 July 2020, 02:00:56 UTC
561a91e Fix test name 16 July 2020, 02:00:56 UTC
dd37144 Concatenate redundant testing code 16 July 2020, 02:00:56 UTC
4d1b216 Format errors with f-strings 16 July 2020, 02:00:56 UTC
1c725d6 Formatting fixes 16 July 2020, 02:00:56 UTC
04a952e Linting 16 July 2020, 02:00:56 UTC
dbe2b3e Add ValueError catching tests 16 July 2020, 02:00:56 UTC
31379f7 Add error type to warning message 16 July 2020, 02:00:56 UTC
1896712 Nesting fix 16 July 2020, 02:00:56 UTC
1c612e5 Formatting fix 16 July 2020, 02:00:56 UTC
2bb57d4 Add OSError catching in read when skip_bad_files is True 16 July 2020, 02:00:56 UTC
207bef2 Add statement to catch valueError on read if skip_bad_files 16 July 2020, 02:00:56 UTC
back to top