Skip to content

Commit 7519a75

Browse files
committed
Add relevant warning log
1 parent 17ecbd1 commit 7519a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mdio/converters/segy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def segy_to_mdio(
405405
headers = to_structured_type(segy_spec.trace.header.dtype)
406406

407407
if os.getenv("MDIO__DO_RAW_HEADERS") == "1":
408+
logger.warning("MDIO__DO_RAW_HEADERS is experimental and expected to change or be removed.")
408409
mdio_template = _add_raw_headers_to_template(mdio_template)
409410

410411
horizontal_unit = _get_horizontal_coordinate_unit(segy_dimensions)

0 commit comments

Comments
 (0)