segysak.segy.get_segy_texthead

segysak.segy.get_segy_texthead(segyfile, ext_headers=False, no_richstr=False, **segyio_kwargs)

Return the ebcidc

Parameters
  • segyfile (str) – Segy File Path

  • ext_headers (bool) – Return EBCIDC and extended headers in list. Defaults to False

  • no_richstr (bool, optional) – Defaults to False. If true the returned string will not be updated for pretty HTML printing.

  • segyio_kwargs – Key word arguments to pass to segyio.open

Returns

Returns the EBCIDC text as a formatted paragraph.

Return type

str