Data formats for Time Ordered Data.
This module contains data containers, data formats, and utilities based on caput.memh5. The data represented must have an axis representing time, and, in particular, concatenating multiple datasets along a time axis must be a sensible operation.
| TOData(*args, **kwargs) | Time ordered data. |
| Reader(files) | Provides high level reading of time ordered data. |
| concatenate(data_list[, out_group, start, ...]) | Concatenate data along the time axis. |