Skip to content

Commit

Permalink
Merge pull request #59 from uafgeotools/fix-regional-example
Browse files Browse the repository at this point in the history
Fix location codes for regional example
  • Loading branch information
liamtoney authored Nov 9, 2021
2 parents b864bc0 + e178b2e commit 6a163db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_regional.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Bulk waveform gather
st = gather_waveforms_bulk(FBX_LON, FBX_LAT, MAX_RADIUS, STARTTIME, ENDTIME,
INFRASOUND_CHANNELS, time_buffer=TIME_BUFFER,
INFRASOUND_CHANNELS, location='--,0?,EP', time_buffer=TIME_BUFFER,
remove_response=True)

# Add in AVO's Sand Point infrasound array
Expand Down

0 comments on commit 6a163db

Please sign in to comment.