https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
84f349e round channel_width to nearest 10Hz, then recalculate freq_array 30 April 2017, 21:47:45 UTC
318e698 First attempt 29 April 2017, 22:45:08 UTC
d038ad1 Update 24 April 2017, 22:19:49 UTC
7d2570f Embed AIPY's miriad reading code directly into pyuvdata 24 April 2017, 18:22:09 UTC
70287bd Trying a potentially more efficient loop for phasing and unphasing 22 April 2017, 03:26:39 UTC
8ebfe18 created more efficient top2eq_m function 21 April 2017, 23:34:31 UTC
c47c2e6 Addressing pull request comments. 21 April 2017, 23:19:19 UTC
4ee47c8 Changed how we calculate t_grid etc in read_miriad, fixed some pep8 21 April 2017, 17:54:29 UTC
20c17df Remove profiling tags and identify bottleneck in phase() 21 April 2017, 01:32:22 UTC
22707cd Slight improvement in phasing and write_miriad 20 April 2017, 01:41:02 UTC
88d04a2 Update 18 April 2017, 20:18:05 UTC
e283362 Improvement in read_miriad speed at cost of increased memory usage. 18 April 2017, 20:17:47 UTC
e15f62f Update 18 April 2017, 20:17:47 UTC
62b75ca Removed double logical_and operation in loop 18 April 2017, 20:17:47 UTC
f9e6207 Update 18 April 2017, 20:15:28 UTC
67df765 Fixes 18 April 2017, 20:14:52 UTC
a72a67a Moved speed of light lookup 18 April 2017, 20:13:20 UTC
b0e8ca1 Faster set_lsts_from_time_array and improvements to read_miriad 18 April 2017, 20:11:13 UTC
8d76241 Improvement in read_miriad speed at cost of increased memory usage. 18 April 2017, 20:06:28 UTC
17229c6 Update 18 April 2017, 20:06:28 UTC
77c21ab Removed double logical_and operation in loop 18 April 2017, 20:06:27 UTC
296cfcf t_grid etc. vectorized 18 April 2017, 20:06:27 UTC
2f60d9c Update 18 April 2017, 20:05:32 UTC
a52d2a9 Fixes 18 April 2017, 20:05:32 UTC
c7f4e31 Moved speed of light lookup 18 April 2017, 20:01:07 UTC
c52e652 Fixing errors from previous merge 18 April 2017, 20:01:07 UTC
7ee5ec6 Faster set_lsts_from_time_array and improvements to read_miriad 18 April 2017, 20:01:07 UTC
72360f2 coveralls badge fix 17 April 2017, 20:02:02 UTC
0d99c94 increase version number after addition of uvcal module 14 April 2017, 20:15:04 UTC
e7e9baa Merge pull request #144 from HERA-Team/fix_version Fix version 14 April 2017, 20:05:59 UTC
e7df936 Add version info to cal files (issue #145) 14 April 2017, 19:45:29 UTC
96b6cc7 Removed reference to old VERSION file 14 April 2017, 19:14:20 UTC
56c6ed8 remove VERSION from top level directory 14 April 2017, 19:14:20 UTC
f68dabf Now use JSON to read/write GIT_INFO file 14 April 2017, 19:14:20 UTC
f64e24a Updated solution that should grab git info from code actually running 14 April 2017, 19:14:20 UTC
99e84c9 improve import, add tests 14 April 2017, 19:14:20 UTC
d82a40a define __version__ in init file 14 April 2017, 19:13:57 UTC
d121cff remove unused import in setup.py 14 April 2017, 19:13:57 UTC
004dd60 remove debugging print message 14 April 2017, 19:13:57 UTC
5f7c2b0 Bug fixes 14 April 2017, 19:13:57 UTC
b4ac411 tweak since the code isn't inside setup.py anymore 14 April 2017, 19:13:30 UTC
5f6e779 An alternative approach to getting the version programmatically 14 April 2017, 19:13:30 UTC
e301387 Now put pyuvdata version info in history. 14 April 2017, 19:13:30 UTC
5ed3c79 reorganizing version info, adding more git info 14 April 2017, 19:13:30 UTC
fffdcb0 Adding version and git info in setup 14 April 2017, 19:13:30 UTC
f557078 Merge pull request #129 from HERA-Team/cal First version of UVCal module and new calfits file format 14 April 2017, 19:04:50 UTC
7b23f66 Update readme for merge 14 April 2017, 18:57:43 UTC
053b99e More tests on calfits.py 13 April 2017, 15:30:04 UTC
481a926 Fixed formatting in tutorial 13 April 2017, 15:08:37 UTC
8c76f7a Add example 5 on reading and writing calibration files using UVCal to tutorials. 10 April 2017, 22:12:51 UTC
56d59a9 Adding tests for cal files with input_flag_array, along with bug fixes 06 April 2017, 22:50:32 UTC
196d129 minor cleanup There are no N* parameters that don't explicitly correspond to the shape of another array, so no need to override the check method in uvcal. 06 April 2017, 01:06:26 UTC
66998b9 Update docs 05 April 2017, 22:59:47 UTC
38d8f11 bug fix in checking for git_origin_cal and git_origin_hash. 05 April 2017, 22:47:12 UTC
dd20999 update git parameters for cal in both fits read and write functions. remove some commented out lines. 05 April 2017, 22:35:51 UTC
adfc96f improve readme comment on calibration solutions 05 April 2017, 22:35:51 UTC
f6d044e minor bug fix. Updated data files. 05 April 2017, 22:35:50 UTC
bf8b84a Added two paramters to uvcal defining a valid frequency/time range. Frequency/time range are paramters that describe the valid ranges the gain solutions can be applied to. Updated calfits to write/read these parameters. 05 April 2017, 22:35:50 UTC
39c408d minor bug fix 05 April 2017, 22:35:50 UTC
ba077d3 Minor spelling fixes, reduce comment length to avoid truncation 05 April 2017, 22:35:50 UTC
a03a352 Fix jones CDELT value 05 April 2017, 22:35:50 UTC
ae130d2 udated data files for calibration tests. 05 April 2017, 22:35:50 UTC
757217c bugfix in reading in flag_array. 05 April 2017, 22:35:49 UTC
f47d506 added _indexhdus function to calfits and changed flag arrays to be bools. 05 April 2017, 22:35:49 UTC
9529d52 Removed C{UNIT,RVAL,DELT}5 header variables. Rearranged some code to read better. 05 April 2017, 22:35:49 UTC
23d579a include support for input_flag_array optional variable. If input_flag_array exists in a Cal object, write it to fits. If it is present in a fits file (which will have a larger CRVAL1 value than usual), read it in. 05 April 2017, 22:35:49 UTC
a9c21d1 Add names for fits extenstions and use names for reading hdu's. 05 April 2017, 22:33:24 UTC
94e3c0c Add in checks for jones_array. Add axis descriptions to second table. added checks for jones array values to be contiguous. Thow ValueError if not. Add in axis descritions (CTYPE's) for the secondary table which holds flag_array. This second table is only used if the calibration type is delay. Otherwise, the flags are in the primary data array. Updated both read and write functions to reflect this change. 05 April 2017, 22:33:24 UTC
6021907 Fix astropy 1.3 deprecation warning 05 April 2017, 22:27:04 UTC
eb20f0f bug fix -- fix bugs introduced in last commit 05 April 2017, 22:27:04 UTC
5be91ba pep8 fixes 05 April 2017, 22:27:03 UTC
e939550 updated tests,cal modules and data files to reflect "jones" changes. updated pol instances to jones in uvcal and calfits updated test data files. updated test_cal.py to reflect changes to variable names. 05 April 2017, 22:27:03 UTC
bda8626 changes to uvcal 1. Changed Npols to Njones to reflect feed pol and not vis pol. 2. Changed polarization array to jones_array for same reason. Now describing the polarization products for a feed with the jones matrix formalism. 3. renamed git_hash and git_origin to be specific to calibration software. 05 April 2017, 22:27:03 UTC
7909f4e update docs 05 April 2017, 22:27:03 UTC
98f074c updated import in cal tests. updated delay test to reflect flag array size has nfreq 05 April 2017, 22:27:02 UTC
2db89d8 update delay fits file 05 April 2017, 22:27:02 UTC
0553f29 updates to uvcal, calfits, and data file update uvcal integration_time to be in seconds fixed error in writing histories in calfits.py update omnical file. 05 April 2017, 22:27:02 UTC
f99349d syntax fix 05 April 2017, 22:27:02 UTC
8e3c0f9 adding new hdu to calfits.py to save flags. change import to uvcal. Add telescope to fits file. Fix handling of writing history to fits. Automatic writing of optional str parameters, if they exist. Adding fits extenstion as ImageHDU for saving flags. syntax errors and clean up of if statmenets. 05 April 2017, 22:27:01 UTC
b62addf new uvparameters for uvcal object. new parameters include telescope name, pipeline, and observer. Syntax fixes for integration time and commit hash. Also fixes in gain, delay, and unknown switches. 05 April 2017, 22:27:01 UTC
58cb68d Updated __init__.py to import uvcal instead of cal. 05 April 2017, 22:27:01 UTC
1aab63a update calfits.py removed code pertaining to uvfits_required_extra. updated header parameters and added extra parameters for write. creating new hdu for the flags since they are always have nfreq dimension (even in delay). 05 April 2017, 22:27:01 UTC
28b0847 renamed cal.py to uvcal.py. 05 April 2017, 22:27:01 UTC
b7ddbc4 Made changes to cal.py from code rev. add channel_width, integration_time, git origin/hash parameters. updated doc string of flags and quality array. updated switch statements so flag parameters stay as shape of gain (w/ freq dependence). 05 April 2017, 22:27:01 UTC
5e654a0 update readme to have branch specific travis badge 05 April 2017, 22:27:01 UTC
b31f7ec update filenames in cal test files 05 April 2017, 22:25:18 UTC
a35d994 added in data files for test. 05 April 2017, 22:25:18 UTC
36f17ca Add docs for cal stuff 05 April 2017, 22:25:17 UTC
1df2f25 fix import in cal to not be relative 05 April 2017, 22:20:36 UTC
28c61d8 removed language using "sane" or "sanity" from cal.py and calfits.py 05 April 2017, 22:20:36 UTC
bb26fe8 change imports in caltests from uvdata->pyuvdata 05 April 2017, 22:20:36 UTC
38f4df5 add in cal and calfits imports to pyuvdata/__init__.py 05 April 2017, 22:20:36 UTC
287c9fd moved cal, calfits, and test to pyuvdata directory. 05 April 2017, 22:20:36 UTC
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
back to top