pyrocko.gato.array

Classes

SensorArray(**kwargs)

Undocumented.

SensorArrayFromFDSN(**kwargs)

Undocumented.

SensorArrayFromFile(*args, **kwargs)

Undocumented.

SensorArrayInfo(**kwargs)

Undocumented.

class SensorArrayInfo(**kwargs)[source]

Bases: Object

Undocumented.

name

str, optional

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 SensorArray(**kwargs)[source]

Bases: Object

Undocumented.

name

str, optional

codes

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

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)