Skip to content

Commit

Permalink
Use the full waveform id
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Aug 30, 2024
1 parent 51fa039 commit a743c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/utils/catalog_to_dd.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def from_pick(
seed_id=pick.waveform_id.get_seed_string(),
phase_hint=pick.phase_hint[0], # Note, only using P or S hints
time_weight=time_weight,
waveform_id=pick.waveform_id.id)
waveform_id=pick.waveform_id)



Expand Down

0 comments on commit a743c57

Please sign in to comment.