Constants¶
constants
Module¶
-
class
nsdf.constants.
dialect
[source]¶ Bases:
object
Enumeration of different dialects of NSDF.
The following constants are defined:
- VLEN:
- nonuniform and event data stored in vlen 2d datasets.
- ONED:
- nonuniform and event data stored in 1d datasets.
- NANPADDED:
- nonuniform and event data stored in regular 2d datasets with NaN padding.
- NUREGULAR:
- nonuniform datasets have shared sampling times. Thus nonuniform data goes into regular 2D datasets. In this case the events are stored in 1D datasets.