Home
last modified time | relevance | path

Searched refs:headonly (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/py-obspy/obspy-1.2.2/obspy/io/segy/
H A Dsegy.py144 unpack_headers=unpack_headers, headonly=headonly)]
957 headonly=headonly)
1048 unpack_headers=unpack_headers, headonly=headonly):
1061 headonly=headonly,
1064 headonly=headonly)
1139 headonly=headonly,
1142 headonly=headonly)
1199 headonly=headonly)]
1257 headonly=headonly)
1317 headonly=headonly)
[all …]
H A Dcore.py132 def _read_segy(filename, headonly=False, byteorder=None, argument
208 headonly=headonly,
427 def _read_su(filename, headonly=False, byteorder=None, argument
481 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sac/
H A Dcore.py173 def _read_sac_xy(filename, headonly=False, debug_headers=False, argument
203 return _internal_read_sac_xy(buf=filename, headonly=headonly,
207 return _internal_read_sac_xy(buf=fh, headonly=headonly,
211 def _internal_read_sac_xy(buf, headonly=False, debug_headers=False, argument
240 sac = SACTrace.read(buf, headonly=headonly, ascii=True)
310 def _read_sac(filename, headonly=False, debug_headers=False, fsize=True, argument
344 return _internal_read_sac(buf=filename, headonly=headonly,
349 return _internal_read_sac(buf=fh, headonly=headonly,
356 def _internal_read_sac(buf, headonly=False, debug_headers=False, fsize=True, argument
393 sac = SACTrace.read(buf, headonly=headonly, ascii=False,
H A Dsactrace.py1031 def read(cls, source, headonly=False, ascii=False, byteorder=None, argument
1086 hf, hi, hs, data = _io.read_sac_ascii(source, headonly=headonly)
1088 hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
1105 def write(self, dest, headonly=False, ascii=False, byteorder=None, argument
1127 if headonly:
H A Darrayio.py81 def read_sac(source, headonly=False, byteorder=None, checksize=False): argument
182 if headonly:
199 def read_sac_ascii(source, headonly=False): argument
258 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gse2/
H A Dcore.py33 def _read_gse2(filename, headonly=False, verify_chksum=True, argument
64 if headonly:
134 def _read_gse1(filename, headonly=False, verify_chksum=True, argument
165 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gcf/
H A Dlibgcf.py79 def read_data_block(f, headonly=False, channel_prefix="HH", **kwargs): argument
135 if headonly:
164 return read_data_block(f, headonly=True, **kwargs)
171 return read_data_block(f, headonly=False, **kwargs)
H A Dcore.py60 def _read_gcf(filename, headonly=False, **kwargs): # @UnusedVariable argument
88 if headonly:
99 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/ascii/
H A Dcore.py116 def _read_slist(filename, headonly=False, **kwargs): # @UnusedVariable argument
149 elif headonly:
175 if headonly:
184 def _read_tspair(filename, headonly=False, **kwargs): # @UnusedVariable argument
217 elif headonly:
243 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/reftek/
H A Dcore.py66 headonly=False, verbose=False, argument
107 component_codes=component_codes, headonly=headonly,
209 headonly=False, verbose=False, argument
314 if headonly:
337 if headonly:
365 if not headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gcf/tests/
H A Dtest_core.py59 st = read(filename, headonly=True)
95 st = _read_gcf(filename, headonly=True)
112 st = read(filename, headonly=True, channel_prefix="HN")
129 st1 = read(filename, headonly=True, channel_prefix="HN")
154 st = read(filename, headonly=True, channel_prefix="HN")
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sh/
H A Dcore.py99 def _read_asc(filename, headonly=False, skip=0, delta=None, length=None, argument
165 elif not headonly:
213 if headonly:
329 def _read_q(filename, headonly=False, data_directory=None, byteorder='=', argument
380 if not headonly:
461 if headonly:
475 if not headonly:
516 trcs = _read_q(filename_header, headonly=True)
/dports/science/py-obspy/obspy-1.2.2/obspy/io/wav/
H A Dcore.py70 def _read_wav(filename, headonly=False, **kwargs): # @UnusedVariable argument
101 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/seisan/tests/
H A Dtest_core.py124 st = _read_seisan(fn, headonly=True)
141 st = _read_seisan(fn, headonly=True)
157 st = _read_seisan(fn, headonly=True)
173 st = _read_seisan(fn, headonly=True)
/dports/science/py-obspy/obspy-1.2.2/obspy/io/seisan/
H A Dcore.py117 def _read_seisan(filename, headonly=False, **kwargs): # @UnusedVariable argument
229 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/core/
H A Dstream.py45 def read(pathname_or_url=None, format=None, headonly=False, starttime=None, argument
205 kwargs['headonly'] = headonly
210 st = _create_example_stream(headonly=headonly)
230 if headonly and (starttime or endtime or dtype):
252 def _read(filename, format=None, headonly=False, **kwargs): argument
257 headonly=headonly, **kwargs)
264 def _create_example_stream(headonly=False): argument
282 if not headonly:
297 if not headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sac/tests/
H A Dtest_sactrace.py61 sac = SACTrace.read(self.file, byteorder='little', headonly=True)
113 sac2 = SACTrace.read(tempfile, headonly=True, byteorder='little')
118 sac2.write(tempfile, headonly=True, byteorder='little')
126 sac = SACTrace.read(self.file, headonly=True, byteorder='little')
130 sac.write(tempfile, headonly=True, byteorder='little')
/dports/science/py-obspy/obspy-1.2.2/obspy/io/rg16/
H A Dcore.py20 def _read_rg16(filename, headonly=False, starttime=None, endtime=None, argument
76 trace = _make_trace(filename, trace_block_start, headonly,
140 def _make_trace(fi, trace_block_start, headonly, standard_orientation, argument
146 if headonly:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/gse2/tests/
H A Dtest_core.py59 st = read(gse2file, headonly=True)
256 st = read(gse1file, headonly=True)
278 st = read(gse1file, headonly=True)
/dports/science/py-obspy/obspy-1.2.2/obspy/io/segy/tests/
H A Dtest_segy.py351 def test_read_and_write_segy(self, headonly=False): argument
361 segy_file = _read_segy(file, headonly=headonly)
398 self.test_read_and_write_segy(headonly=True)
/dports/science/py-obspy/obspy-1.2.2/obspy/clients/filesystem/
H A Dsds.py314 headonly=True, _no_trim_or_merge=True)
401 st = read(filename, format=self.format, headonly=True,
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/
H A Dcore.py146 def _read_mseed(mseed_object, starttime=None, endtime=None, headonly=False, argument
232 if headonly is True:
464 if headonly is False:
/dports/science/py-obspy/obspy-1.2.2/obspy/io/wav/tests/
H A Dtest_core.py56 tr = read(self.file, headonly=True)[0]
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/tests/
H A Dtest_scan.py135 st = read(file_, headonly=True)
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_service.h182 bool headonly; /**< flag set for HEAD request */

12