pyrocko.squirrel.tool.commands.jackseis¶
Implementation of squirrel jackseis
.
Classes
|
Undocumented. |
|
Any |
|
Any |
|
Any |
- class OutputFormatChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['mseed', 'sac', 'text', 'yaff', 'gse2']
.
- class OutputDataTypeChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['int32', 'int64', 'float32', 'float64']
.
- class TraversalChoice(...) str [source]¶
Bases:
StringChoice
Any
str
out of['network', 'station', 'channel', 'sensor']
.
- class Converter(*args, **kwargs)[source]¶
Bases:
HasPaths
Undocumented.
- ♦ in_dataset¶
pyrocko.squirrel.dataset.Dataset
, optional
- ♦ in_path¶
str
, optional
- ♦ in_paths¶
list
ofstr
objects, default:[]
- ♦ codes¶
list
ofpyrocko.squirrel.model.CodesNSLCE
objects, optional
- ♦ rename¶
dict
ofpyrocko.guts.Choice
objects, default:{}
- ♦ tmin¶
pyrocko.util.get_time_float (
pyrocko.guts.Timestamp
), optional
- ♦ tmax¶
pyrocko.util.get_time_float (
pyrocko.guts.Timestamp
), optional
- ♦ tinc¶
float
, optional
- ♦ downsample¶
float
, optional
- ♦ quantity¶
str
(pyrocko.squirrel.model.QuantityType
), optional
- ♦ fmin¶
float
, optional
- ♦ fmax¶
float
, optional
- ♦ fcut_factor¶
float
, optional
- ♦ fmin_cut¶
float
, optional
- ♦ fmax_cut¶
float
, optional
- ♦ out_path¶
str
(pyrocko.has_paths.Path
), optional
- ♦ out_sds_path¶
str
(pyrocko.has_paths.Path
), optional
- ♦ out_format¶
str
(OutputFormatChoice
), optional
- ♦ out_data_type¶
str
(OutputDataTypeChoice
), optional
- ♦ out_mseed_record_length¶
int
(pyrocko.guts.IntChoice
), optional
- ♦ out_mseed_steim¶
int
(pyrocko.guts.IntChoice
), optional
- ♦ out_meta_path¶
str
(pyrocko.has_paths.Path
), optional
- ♦ traversal¶
str
(TraversalChoice
), optional