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
ScippNexus has supported label-based indexing for groups such as NXlog and NXevent_data for a while. When trying to use this, I have come across two problems:
Given an interval, Scipp will load all data points in between. This is not what we commonly need from NXlogs — we are more interested in the previous value (or at least need to include it). Otherwise we might end up loading an empty range.
It is not clear if 2.) should simply be solved after loading, e.g., by loading from the start. Or is there a conceptually better mechanism that could be implemented in ScippNexus?
ScippNexus has supported label-based indexing for groups such as NXlog and NXevent_data for a while. When trying to use this, I have come across two problems:
It is not clear if 2.) should simply be solved after loading, e.g., by loading from the start. Or is there a conceptually better mechanism that could be implemented in ScippNexus?