Skip to content

Commit

Permalink
Update library to use STEIM-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Nov 10, 2023
1 parent 08255fc commit c4b4878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion feature/miniseed/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (m *MiniSEED) handleMessage(gp *publisher.Geophone, options *feature.Featur

// Init MiniSEED library
var miniseed mseedio.MiniSeedData
miniseed.Init(mseedio.INT32, mseedio.MSBFIRST)
miniseed.Init(mseedio.STEIM2, mseedio.MSBFIRST)

// Get file name by date
filePath := fmt.Sprintf(
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
)

require (
github.com/bclswl0827/mseedio v1.0.5
github.com/bclswl0827/mseedio v1.0.7
github.com/google/go-cmp v0.5.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/andybalholm/cascadia v1.3.1 h1:nhxRkql1kdYCc8Snf7D5/D3spOX+dBgjA6u8x0
github.com/andybalholm/cascadia v1.3.1/go.mod h1:R4bJ1UQfqADjvDa4P6HZHLh/3OxWWEqc0Sk8XGwHqvA=
github.com/bclswl0827/go-serial v0.0.1 h1:pIQZytCy9gg5lxxhfkhbHEz3WF0+tkZRQsE9qz6OJfM=
github.com/bclswl0827/go-serial v0.0.1/go.mod h1:qt+s3rGDzar90EshNSPN0myWyCMaSj32BFQNmrh3Pnw=
github.com/bclswl0827/mseedio v1.0.5 h1:VKe9RbAiJ+d64isvSS80B2wCjO/HTcorroqySjHmkcU=
github.com/bclswl0827/mseedio v1.0.5/go.mod h1:G9nOPR8epxb7ihX5pUpvs3HqYZMnMlXc1Ha1WSMWn7s=
github.com/bclswl0827/mseedio v1.0.7 h1:O9mZK0Q8SCM91B5pYEyTZO6/uI/u8o4NnKWyEfK5fTg=
github.com/bclswl0827/mseedio v1.0.7/go.mod h1:G9nOPR8epxb7ihX5pUpvs3HqYZMnMlXc1Ha1WSMWn7s=
github.com/bclswl0827/sacio v1.0.6 h1:kR6ll6xjoQGO+YVEZvvvbAxKGUD3qUXsyIuQape1+vc=
github.com/bclswl0827/sacio v1.0.6/go.mod h1:SuiIK7hBHCJvxUOC/rgbJRUO5IoFrEnuCY0xVJ7RyQk=
github.com/beevik/ntp v0.3.0 h1:xzVrPrE4ziasFXgBVBZJDP0Wg/KpMwk2KHJ4Ba8GrDw=
Expand Down

0 comments on commit c4b4878

Please sign in to comment.