HERA-Team / hera_cal

Library for HERA data reduction, including redundant calibration, absolute calibration, and LST-binning.
MIT License
13 stars 8 forks source link

Fixes needed for future pyuvdata #928

Closed bhazelton closed 2 months ago

bhazelton commented 7 months ago

@steven-murray recently changed some behavior in pyuvdata to return slices rather than index arrays when possible from antpair2ind() and _key2inds (as well as caching them) to improve performance. There is some code in hera_cal that needs to be updated to be compatible with these changes.

see https://github.com/RadioAstronomySoftwareGroup/pyuvdata/pull/1290