Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cultpenguin/segymat
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Mejer Hansen committed May 1, 2018
2 parents 153b5d0 + 63be237 commit e75fd16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReadSegy.m
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
DataStart=3600+3200*SegyHeader.NumberOfExtTextualHeaders;
fseek(segyid,DataStart,'bof'); % Go to the beginning of the file


ntraces=round((DataEnd-DataStart)./(240+(SegyHeader.ns)*(BPS/8)));

SegymatVerbose(['Number of Samples Per Trace=',num2str(SegyHeader.ns)])
Expand Down

0 comments on commit e75fd16

Please sign in to comment.