scippnexus.NXlog#

class scippnexus.NXlog(attrs, children)#

NXlog, a time-series that can be loaded as a DataArray.

In some cases the NXlog may contain additional time series, such as a connection status or alarm. These cannot be handled in a standard way, since the result cannot be represented as a single DataArray. Furthermore, they prevent positional time-indexing, since the time coord of each time-series is different. We can support label-based indexing for this in the future. If additional time-series are contained within the NXlog then loading will return a DataGroup of the individual time-series (DataArrays).