sixty-north / segpy

A Python package for reading and writing SEG Y files.
Other
102 stars 54 forks source link

Fixed pack traceheader error #14

Closed wassname closed 9 years ago

wassname commented 9 years ago

In python 3.3 I got the error: "pack expected 91 items for packing (got 1)", which is fixed if I pass the traceheader's items in as separate arguments (by adding an *).