pyrocko.squirrel.tool.commands.jackseis¶
Implementation of squirrel jackseis.
Classes
|
Undocumented. |
Any |
|
|
Any |
|
Any |
|
Any |
- class OutputFormatChoice(...) str[source]¶
Bases:
StringChoiceAny
strout of['mseed', 'sac', 'text', 'yaff', 'gse2'].
- class OutputDataTypeChoice(...) str[source]¶
Bases:
StringChoiceAny
strout of['int32', 'int64', 'float32', 'float64'].
- class TraversalChoice(...) str[source]¶
Bases:
StringChoiceAny
strout of['network', 'station', 'channel', 'sensor'].
- class InstrumentCorrectionMode(...) str[source]¶
Bases:
StringChoiceAny
strout of['complete', 'sensor'].
- class Converter(*args, **kwargs)[source]¶
Bases:
HasPathsUndocumented.
- ♦ in_dataset¶
pyrocko.squirrel.dataset.Dataset, optional
- ♦ in_path¶
str, optional
- ♦ in_paths¶
listofstrobjects, default:[]
- ♦ codes¶
listofpyrocko.squirrel.model.CodesNSLCEobjects, optional
- ♦ rename¶
dictofpyrocko.guts.Choiceobjects, 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
- ♦ instrument_correction_mode¶
str(InstrumentCorrectionMode), default:'complete'
- ♦ rotate_to_enz¶
bool, default:False
- ♦ out_path¶
str(pyrocko.has_paths.Path), optional
- ♦ out_sds_path¶
str(pyrocko.has_paths.Path), optional
- ♦ out_storage_path¶
str(pyrocko.has_paths.Path), optional
- ♦ out_storage_scheme¶
str(pyrocko.squirrel.storage.StorageSchemeChoice), default:'default'
- ♦ 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