swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c

sort by:
Revision Author Date Message Commit Date
5123b00 update test_calfits to clobber fits file if it exists. Added clobber options to write_calfits functions. 05 April 2017, 22:20:36 UTC
f9b1cc0 Add in try except statements for adding in frequency and time parameters when writing calfits files. 05 April 2017, 22:20:36 UTC
d2c5173 Comment out lst array parameter for now 05 April 2017, 22:20:36 UTC
9c130e5 added some more tests for uvcal. 05 April 2017, 22:20:35 UTC
45040e9 syntax error in read_calfits. 05 April 2017, 22:20:35 UTC
d5194e1 change shape of delay array to be compatible with gain array. Added to delay switch statements. 05 April 2017, 22:20:35 UTC
6e0d791 updated name of file in test_calfits.py. Changed default number of warnings to 0. Test is passing. 05 April 2017, 22:20:35 UTC
c9686a8 updated name of file in test_cal.py Tests are passing. 05 April 2017, 22:20:35 UTC
6b933ab Added table to store antenna names and antenna index's 05 April 2017, 22:20:35 UTC
2c7717f update header parameters in writing calfits file. Update calfits read function. Update NAXISn headers. Remove Column's of tables. Change axis of concatenation to the last axis. 05 April 2017, 22:20:35 UTC
d8134de added a test_calfits.py to test calfits module. update test_cal.py tests. 05 April 2017, 22:20:35 UTC
494eeb9 Added all CTYPE headers for each image axis. 05 April 2017, 22:20:35 UTC
a79586d add in parameters to read_calfits. Add in switch for delay vs. gain data. run_check after reading calibration file. 05 April 2017, 22:20:35 UTC
da023f8 add read_fits and write_fits functions into UVCal. update nants_data_calculation 05 April 2017, 22:20:34 UTC
d51f12f add switch in CALFITS.read_uvfits for setting gains vs delays. 05 April 2017, 22:20:34 UTC
5430c6a update CALFITS.read/write_fits() - no more spaces in column names. - pep8 fixes. - update read_fits function to read fits file. 05 April 2017, 22:20:34 UTC
5a1953e add in primary header variables to write and column tables. 05 April 2017, 22:20:34 UTC
19df723 cleanup 05 April 2017, 22:20:34 UTC
255c339 put comment into issue 05 April 2017, 22:20:34 UTC
070ebc6 pep8 fixes to calfits.py 05 April 2017, 22:20:34 UTC
557a255 add in calfits.py which defines class for writing calibrations to FITS files. CALFITS class subcalsses UVCal. 05 April 2017, 22:20:34 UTC
5ec4bc1 add in new test class for testing basic parameters of UVCal 05 April 2017, 22:20:34 UTC
83a147b add _convert_to_filetype function in cal.py 05 April 2017, 22:20:34 UTC
903b2c8 Add check method, improve some documentation 05 April 2017, 22:20:33 UTC
1c2160e add Nspws parameter into UVCal parameter list. 05 April 2017, 22:20:33 UTC
611ec1f Add switching methods for cal_type related parameters 05 April 2017, 22:20:33 UTC
93763c2 pep8 fixes 05 April 2017, 22:20:33 UTC
423149a conform to pep8 in cal.py 05 April 2017, 22:20:33 UTC
0c2229c update imports in cal.py and super call. 05 April 2017, 22:20:33 UTC
72361c7 update imports and remove bugs in test_cal.py 05 April 2017, 22:20:33 UTC
8c3725f start test_cal.py for testing UVCal 05 April 2017, 22:20:33 UTC
348c99a first draft of cal.py module 05 April 2017, 22:20:33 UTC
4be3969 Checking if all data are autos, then reset acceptable range 29 March 2017, 18:30:02 UTC
372dc00 Added tests for previous commits 29 March 2017, 16:19:47 UTC
d54c2ad Reorganize special checks in uvdata check function 29 March 2017, 16:19:35 UTC
08a901d Changing checks in read function to give warnings, not errors Issue 137 29 March 2017, 16:18:23 UTC
8cac38c More descriptive message when values do not pass acceptability test 29 March 2017, 16:16:15 UTC
5102065 Add check for value of Nbls in check function 24 March 2017, 17:01:26 UTC
d2b4fab properly adjust Nbls in select function 24 March 2017, 16:54:44 UTC
abb7d54 Add an option to select function for antenna pairs (ant_pairs_nums) With tests and a tutorial example 23 March 2017, 00:07:18 UTC
39b095d Add coveralls badge to readme and RTD 16 March 2017, 19:52:51 UTC
b56546f add coveralls to Travis testing 16 March 2017, 19:21:08 UTC
87de7b5 Merge pull request #135 from HERA-Team/select Added a select function (issue #38) 15 March 2017, 16:13:28 UTC
9fc9bb7 Update readme to give proper clone instructions. 13 March 2017, 18:31:30 UTC
03b2501 removed cruft from tests 10 March 2017, 00:16:55 UTC
c68922e finished removing random selects in tests, improved coverage (issue #38) 10 March 2017, 00:12:21 UTC
3e8daa3 remove randomness from select tests (issue #38) 09 March 2017, 22:41:31 UTC
78853f6 use copies to avoid re-reading data files in tests (issue #38) 09 March 2017, 22:26:36 UTC
192c0da Moved get_iterable() to pyuvdata.utils and use it in select function 09 March 2017, 16:44:00 UTC
c16fbee Check if set of selections eliminates all blts 09 March 2017, 16:42:53 UTC
301cf19 Beefed up select tests I added some checks that all data that fits criteria gets selected. (I think previously the tests only checked that all selected data fits criteria.) 09 March 2017, 16:10:07 UTC
c4dea01 test improvements and comments (issue #38) 08 March 2017, 00:34:31 UTC
7c9ebb0 reworking select function, adding test coverage & docs (issue #38) 08 March 2017, 00:28:46 UTC
e1b43f5 improve select test coverage (# 38) 07 March 2017, 01:41:22 UTC
316d2da consistency tweaks (issue #38) 06 March 2017, 23:09:23 UTC
f581573 Added a select function that selects along any set of axes (issue #38) still needs test improvements 06 March 2017, 23:09:23 UTC
89c6f0a Added note in history for selects (issue #38) 06 March 2017, 23:09:23 UTC
1ccd6ca Add selects for frequency & polarization (issue #38) 06 March 2017, 23:09:23 UTC
67ed1a2 bug fix in select_antennas (issue #38) 06 March 2017, 23:09:23 UTC
dd95651 Add select_antenna function (issue #38) 06 March 2017, 23:09:23 UTC
19b838a Start adding select capabilities (issue #38) select on baseline indices and times done so far 06 March 2017, 23:09:23 UTC
640e712 Merge pull request #134 from HERA-Team/miriad_antpos fix for miriad antpos numbering, for issue #98 06 March 2017, 22:31:37 UTC
bd30bf0 cleanup test to try to fix Travis error (issue #98) 04 March 2017, 05:28:02 UTC
02f8383 Improve comments and test coverage (issue #98) 04 March 2017, 00:11:28 UTC
c1020fa actual bug fix for case with no antnum or antpos (issue #98) 02 March 2017, 19:47:36 UTC
75693a8 Bug fix for case with no antnum or antpos variables (issue #98) 02 March 2017, 19:42:32 UTC
cb72f85 Improve miriad antpos handling (issue #98), better comments 02 March 2017, 19:33:11 UTC
35e19d6 fix for miriad antpos numbering, for issue #98 02 March 2017, 19:33:10 UTC
807c713 Merge pull request #132 from HERA-Team/rtdyaml try configuring read the docs with yaml file to address issue #131 compiles on RTD 01 March 2017, 00:10:53 UTC
98ae488 try configuring read the docs with yaml file To get around aipy install issue using Peter William's aipy conda package 28 February 2017, 22:06:08 UTC
eebee34 pep8 fixes 23 February 2017, 17:34:34 UTC
fb83033 Don't spoof antpos to zeros 23 February 2017, 17:33:16 UTC
7a7bfd8 Merge pull request #130 from HERA-Team/miriad_antpos_fix Miriad antpos fix 23 February 2017, 17:12:07 UTC
0dc83a5 Addressing pull request comments 23 February 2017, 16:38:55 UTC
fc305b8 Update 23 February 2017, 00:02:16 UTC
3df77b8 Fixing missing antpos bug in read_miriad 22 February 2017, 21:50:53 UTC
bd9e81a Fix for astropy 1.3 deprecation warning (issue #128) needs to use 'clobber' for astropy 1.2 and 'overwrite' for astropy 1.3. Added a test for the version to determine what to use 21 February 2017, 20:07:08 UTC
eb9c30e Remove old cruft 21 February 2017, 17:42:41 UTC
df67d92 update make_index.py to be read in branch specific travis badge details 17 February 2017, 00:37:58 UTC
dbcab34 added a manifest, short description and version update for pypi 16 February 2017, 01:55:56 UTC
c1e89cc another bug 15 February 2017, 23:47:58 UTC
02b01b9 and another syntax bug 15 February 2017, 23:46:42 UTC
b976e6f syntax bug fix in setup.py 15 February 2017, 23:43:39 UTC
efe8e73 config tweaks for pypi 15 February 2017, 23:32:13 UTC
a87ebcc Merge pull request #125 from HERA-Team/rm_sanity Removed language using "sane" or "sanity" 15 February 2017, 18:43:41 UTC
bbf80d6 Removed language using "sane" or "sanity" 15 February 2017, 18:38:34 UTC
e951328 Updated parameter doc to correct shape for uvw_array 15 February 2017, 18:37:54 UTC
fa1a906 Merge pull request #124 from HERA-Team/rename Rename the main directory from uvdata -> pyuvdata for consistency 15 February 2017, 18:21:51 UTC
da3d5d4 Fixed test run for travis and in readme 15 February 2017, 18:17:58 UTC
dd5fc81 spelling fix 15 February 2017, 17:47:00 UTC
1718666 Adding deprication warning for uvdata 15 February 2017, 17:38:45 UTC
d004c92 some uvdata->pyuvdata in the docs 15 February 2017, 00:52:48 UTC
f49bf5d update scripts 15 February 2017, 00:10:54 UTC
58d23b4 update setup.py 15 February 2017, 00:10:54 UTC
ff55379 update tests and tutorials 15 February 2017, 00:10:54 UTC
4152531 update gitignore 15 February 2017, 00:10:54 UTC
410b598 rename main directory to pyuvdata 15 February 2017, 00:10:53 UTC
c3ac9c1 move appveyor.yml out of main directory until aipy dependency is removed 15 February 2017, 00:10:26 UTC
9ff0ce9 Restore pyephem as a dependency in the readme Accidentally removed earlier 14 February 2017, 21:15:17 UTC
5a881f7 docs tweaks & improvements 14 February 2017, 20:38:51 UTC
back to top