Skip to content
Snippets Groups Projects

WIP: Obsrio/PCDCP Processing Pipeline

3 files
+ 11
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -199,6 +199,11 @@ class EdgeFactory(TimeseriesFactory):
channel and that trace should have an ndarray, with nan's
representing gaps.
"""
if TimeseriesUtility.has_any_channels(
stream=timeseries, channels=channels, starttime=starttime, endtime=endtime
):
sys.stderr.write("No data to write\n")
return
stats = timeseries[0].stats
observatory = observatory or stats.station or self.observatory
channels = channels or self.channels
Loading