Open aewallwi opened 1 year ago
Since we are probably going to overhaul VisClean
in the foreseeable future. I think it makes the most sense to hold off modifying VisClean
and instead add a function to HERADataFastReader
that converts to HERAData
.
The
VisClean
object, which is our interface to all of our filters, does not currently supportio.HERADataFastReader
but a standard use-case is to load a small number of baselines across all times -- something that is vastly sped up byHERADataFastReader
vs.HERAData
.