DASDAE / dascore

A python library for distributed fiber optic sensing
Other
72 stars 16 forks source link

Converting example event to obspy fails #353

Closed d-chambers closed 6 months ago

d-chambers commented 6 months ago

Description

Trying to convert the example event to an ObsPy Stream raises a ValueError

Example

This fails:

import dascore as dc

patch = dc.get_example_patch("example_event_2")
st = event_patch_2.io.to_obspy()

Expected behavior

It should create a valid stream.