>>> print(x)
G3SuperTimestream(0, 2207)
>>> x.times
spt3g.core.G3VectorTime([22-Jun-2025:23:27:07.770191680, 22-Jun-2025:23:27:07.775191680, 22-Jun-2025:23:27:07.780191680, ..., 22-Jun-2025:23:27:18.790191680, 22-Jun-2025:23:27:18.795191680, 22-Jun-2025:23:27:18.800191680])
>>> x.names
spt3g.core.G3VectorString([])
>>> x.data
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: Destination array should be strictly packed on last dimension.
>>> x.data
array([], shape=(0, 2207), dtype=int32)
Anyway this is something about stride checking.
Examples should not be hard to fine but consider:
obs_1750634677_satp1_1111111/D_ufm_mv18_000.g3Error occurs when accessing .data for the first time
Anyway this is something about stride checking.