https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
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
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
back to top