HERA-Team / hera_cal

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

Design an LST-aligned output format #872

Open steven-murray opened 1 year ago

steven-murray commented 1 year ago

To enable the work of @tyler-a-cox and @AaronParsons, we should discuss and implement a way to handle LST-aligned (but not yet averaged) data.

Things to keep in mind are that data reading/writing is expensive, so once we read a bunch of data that is LST-aligned, it might behoove us to do all the operations we want on that data before averaging it and writing out the average.

steven-murray commented 1 year ago

Obviously, this will heavily depend on (or influence) #846