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

Replace list-of-list reds with RedundantGroups everywhere #890

Open steven-murray opened 1 year ago

steven-murray commented 1 year ago

We should replace all list-of-list redundant groups with RedundantGroups objects everywhere.

One question would be whether we should make the get_reds function return a RedundantGroups object.

jsdillon commented 1 year ago

Relatedly, I have a feature request, which is to allow an access pattern like reds[0:10] that works with lists but doesn't currently work with this object.