An EBCIDIC header may look like this when ingested with segy_to_mdio. This will not export symmetrically from mdio_to_segy.
�C38 �C39 �C
40 END EBCDIC
We should either reject the ingestion, make the correction during ingestion, or make the correction during export with a logging.warning.
An EBCIDIC header may look like this when ingested with
segy_to_mdio. This will not export symmetrically frommdio_to_segy.We should either reject the ingestion, make the correction during ingestion, or make the correction during export with a
logging.warning.