Example #1
0
 def array_long_stream_dict(self, long_stream_dict):
     """ convert the long waveforms dict to an array """
     return obsplus.array_to_obspy(long_stream_dict)
Example #2
0
 def default_array2dict(self, default_array):
     """ convert the default array to a dict of obspy streams """
     return obsplus.array_to_obspy(default_array)