LAL_NUMPY_FROM_TYPE_STR#

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

Mapping of LAL type str to numpy types