bulk_smgrs = client_fdsn.get_waveforms_bulk(bulk_list)print"Saving the retrieved waveforms...",forbulk_stinbulk_smgrs: bulk_st.write( os.path.join( add_event[i],"BH_RAW","%s.%s.%s.%s"% ( bulk_st.stats["network"], bulk_st.stats["station"], bulk_st.stats["location"], bulk_s...
st = client.get_waveforms('BW','RJOB','','EHZ', t, t +30) paz = client.get_paz('BW','RJOB','','EHZ', t)# 1Hz instrumentone_hertz = corn_freq_2_paz(1.0)# Correct for frequency response of the instrumentres = simulate_seismometer(st[0].data.astype('float32'), st[0].s...
"""withmock.patch(self._cls+".get_waveforms_bulk")asp:p.return_value="1234"st=self.client.get_waveforms(network="XX",station="XXXXX",location="XX",channel="XXX",starttime=obspy.UTCDateTime(2017,1,1),endtime=obspy.UTCDateTime(2017,1,2),longestonly=True,minimumlength=2)self.assertEqual...
I just wondered if other Clients, Client.get_stations(), or Client.get_waveforms() are affected by the same network issue. If that opener.open(request).read() gets called in other places, I wasn't able to locate it, so I assume it doesn't. A more general warning to the user ...
This PR replace ValueError raised with FDSNNoServiceException when dataselect|station|event is not present in Client.services and get_waveforms|stations|events[_bulk] is called. Why was it initiated? Any relevant Issues? fixes #3483 PR Checklist Correct base branch selected? master for new feature...
To add a digital wave to an output plot, select Digital from the Waveforms drop-down in the Add Output Expression dialog. Digital waveforms are prefixed with d. Note that nodes to which both analog and digital components are connected can be plotted as a digital signal or voltage. The unde...
Even small systems use real-time direct digital synthesis of analog waveforms using embedded processors and digital signal processors (DSPs) connected to digital-to-analog converters (DACs). Using MATLAB® and Simulink®, you can develop and analyze the waveform genera...
continuous_st = client.get_waveforms_bulk(bulk) continuous_st.merge(fill_value=0)# Test multi_template_gentemplates = multi_template_gen(catalog, continuous_st, length=3) self.assertEqual(len(templates),1)# Test without an eventtemplates = multi_template_gen(Catalog(), continuous_st, length...
示例1: get_event_info ▲点赞 6▼ # 需要导入模块: from obspy.fdsn import Client [as 别名]# 或者: from obspy.fdsn.Client importget_events[as 别名]defget_event_info(starttime, endtime, streams):events = [] arrivals = {}try:
Digital waveforms with last sample of 1 sometimes show a vertical line at the end implying the waveform goes to zero at the very end bug rendering #701 opened Feb 25, 2024 by azonenberg Changing units causes histogram to either not display data or to crash #696 opened Feb 17, 2024 ...