obspy.io.ascii.core._determine_dtype

_determine_dtype(custom_fmt)[source]
Parameters:

custom_fmt (str) – Python string formatter.

Return type:

str

Returns:

Datatype string for writing in header. Currently supported are ‘INTEGER’, ‘FLOAT’ and CUSTOM.

Raises:

ValueError – if provided string is empty.