Skip to content

Commit

Permalink
added ability to read SEGY file version 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjgirard committed Jan 9, 2025
1 parent e0c7b4e commit b171e62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dascore/io/segy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ def write(self, spool: dc.Patch | dc.BaseSpool, resource, **kwargs):

class SegyV0_0(SegyV1_0): # noqa
"""
An IO class supporting version 0.0 of the SEGY format.
Or if the version is not set.
An IO class supporting version 0.0 of the SEGY format.
Or if the version is not set.
"""

version = "0.0"


class SegyV2_0(SegyV1_0): # noqa
"""An IO class supporting version 2.0 of the SEGY format."""

Expand Down

0 comments on commit b171e62

Please sign in to comment.