equinor/seismic-zfp

Multiple SEG-Y textual headers

da-wad opened this issue · 1 comments

seismic-zfp currently only supports storing the first textual header from a SEG-Y file, despite the potential existence of more. Requires additional header disk blocks.

See "Extended Textual File Header" in the SEGY-rev2 standard

The functionality which needs extending is handled in the make_header function under conversion_utils.py