pyrocko.gato.array

Classes

SensorArray(**kwargs)

Undocumented.

SensorArrayFromFDSN(**kwargs)

Undocumented.

SensorArrayFromFile(*args, **kwargs)

Undocumented.

SensorArrayInfo(**kwargs)

Undocumented.

SensorArrayType(...)

Any str out of ['seismic', 'infrasound', 'hydrophone'].

class SensorArrayInfo(**kwargs)[source]

Bases: Object

Undocumented.

codes

list of pyrocko.squirrel.model.CodesNSLCE objects, default: []

tmin

pyrocko.util.get_time_float (pyrocko.guts.Timestamp), optional

tmax

pyrocko.util.get_time_float (pyrocko.guts.Timestamp), optional

center

pyrocko.model.location.Location, optional

distances_stats

tuple of 5 float objects, optional

codes_nsl

list of pyrocko.squirrel.model.CodesNSL objects, default: []

codes_nsl_by_channels

dict of list of pyrocko.squirrel.model.CodesNSL objects objects, default: {}

sensors

list of pyrocko.squirrel.model.Sensor objects, default: []

class SensorArrayType(...) str[source]

Bases: StringChoice

Any str out of ['seismic', 'infrasound', 'hydrophone'].

Variables:
  • choices – Allowed choices (list of str).

  • ignore_case – Whether to behave case-insensitive (bool, default: False).

class SensorArray(**kwargs)[source]

Bases: Object

Undocumented.

name

str, optional

codes

list of pyrocko.squirrel.model.CodesNSLCE objects, default: []

type

str (SensorArrayType), optional

comment

str, optional

class SensorArrayFromFDSN(**kwargs)[source]

Bases: SensorArray

Undocumented.

sources

list of pyrocko.squirrel.client.fdsn.FDSNSource objects, default: []

class SensorArrayFromFile(*args, **kwargs)[source]

Bases: SensorArray, HasPaths

Undocumented.

name

str

stations_path

str (pyrocko.has_paths.Path)