We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cac25c commit c89f7e2Copy full SHA for c89f7e2
1 file changed
src/mdio/api/create.py
@@ -40,7 +40,7 @@ def create_empty(
40
mdio_template: The MDIO template or template name to use to define the dataset structure.
41
dimensions: The dimensions of the MDIO file.
42
output_path: The universal path for the output MDIO v1 file.
43
- headers: SEG-Y v1.0 trace headers. Defaults to None.
+ headers: The SEG-Y trace headers that are important to the Dataset. Defaults to None.
44
overwrite: Whether to overwrite the output file if it already exists. Defaults to False.
45
46
Returns:
0 commit comments