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

Use fast data readers in `lststack.binning` #945

Open steven-murray opened 4 months ago

steven-murray commented 4 months ago

Currently, the lststack.binning.lst_bin_files_for_baselines function does the reading of lst-aligned files, and it's using the slower HERAData.read() function. The reason is because we need to do partial time I/O, which isn't yet supported by HERADataFastReader. This should be fixed.