HERA-Team / hera_qm

HERA Data Quality Metrics
MIT License
2 stars 2 forks source link

Fixes needed for future pyuvdata #451

Closed bhazelton closed 3 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_qm that needs to be updated to be compatible with these changes.

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

bhazelton commented 3 months ago

I think this has been fixed, right @steven-murray ?

steven-murray commented 3 months ago

Yup!