Nds2DataType#

class gwpy.io.nds2.Nds2DataType(*values)[source]#

Bases: NumpyTypeEnum, _Nds2Enum

NDS2 data type with descriptive name.

Attributes Summary

Methods Summary

find(name)

Return the NDS2 type enumerator corresponding to the given name.

Attributes Documentation

COMPLEX32 = 32#
FLOAT32 = 8#
FLOAT64 = 16#
INT16 = 1#
INT32 = 2#
INT64 = 4#
UINT32 = 64#
UNKNOWN = 0#

Methods Documentation

classmethod find(name: type | str | int) Self[source]#

Return the NDS2 type enumerator corresponding to the given name.