You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the
lststack.binning.lst_bin_files_for_baselines
function does the reading of lst-aligned files, and it's using the slowerHERAData.read()
function. The reason is because we need to do partial time I/O, which isn't yet supported byHERADataFastReader
. This should be fixed.The text was updated successfully, but these errors were encountered: