sixty-north / segpy

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

Address the asymmetry between read_binary_reel_header() and write_binary_reel_header() #19

Open rob-smallshire opened 9 years ago

rob-smallshire commented 9 years ago

write_binary_reel_header() writes to the current file position – it doesn't seek to the expected header position.

read_binary_reel_header() reads from a specific position – it does seek to the expected header position.