LAL_TYPE_STR_FROM_NUMPY#

gwpy.utils.lal.LAL_TYPE_STR_FROM_NUMPY: dict[type, str] = {<class 'numpy.complex128'>: 'COMPLEX16', <class 'numpy.complex64'>: 'COMPLEX8', <class 'numpy.float32'>: 'REAL4', <class 'numpy.float64'>: 'REAL8', <class 'numpy.int16'>: 'INT2', <class 'numpy.int32'>: 'INT4', <class 'numpy.int64'>: 'INT8', <class 'numpy.uint16'>: 'UINT2', <class 'numpy.uint32'>: 'UINT4', <class 'numpy.uint64'>: 'UINT8'}#

Mapping of numpy types to LAL type str