obspy.io.sac.arrayio.dict_to_header_arrays
- dict_to_header_arrays(header=None, byteorder='=')[source]
Returns null hf, hi, hs arrays, optionally filled with values from a dictionary.
No header checking.
- Parameters:
- Returns:
The float, integer, and string header arrays, in that order.
- Return type:
tuple(
numpy.ndarray
)