Version 1.5
A number of bug fixes and added functionality, highlights below (for full list see the changelog):
UVData:
- New
upsample_in_time,downsample_in_time, andresample_in_timemethods. - Support for rephasing phased data including on
read,__add__andfast_concatso that files with different phasing can be read in together. - New
sum_visanddiff_vismethods for summing or differencing visibilities in the data_array. - New
read_mwa_corr_fitsmethod for reading in MWA correlator gpubox files and applying cable corrections. - Significantly improved support for metadata only objects (objects with everything except the
data_array,flag_array,nsample_arraydefined). - New
copymethod, which can optionally make a copy of just metadata.
UVBeam:
- Support for reading the MWA full embedded element beam into a UVBeam object.
UVCal:
- FIXED: A bug in
UVCal.read_fhd_calthat caused calibration solutions to be approximately doubled. - New
utils.uvcalibratefunction to apply calibration ofUVDatafrom aUVCalobject.
UVFlag:
- Significant improvements, including integration with the standard
UVBaseobject.
Packaging:
h5pyis now a required package instead of an optional one.- Optional HEALPix functionality is now provided via
astropy_healpixrather thanhealpy.