Surveys#

A survey stores a set of sources and their frequencies, receivers, and the measured data.

Functions#

random_noise(standard_deviation[, ...])

Return random noise for given inputs.

txrx_coordinates_to_dict(TxRx, coordinates, ...)

Create dict of TxRx instances with provided coordinates.

txrx_lists_to_dict(txrx)

Create dict from provided list of Tx/Rx instances.

frequencies_to_dict(frequencies)

Create dict from provided frequencies.

Classes#

Survey(sources, receivers, frequencies[, data])

Create a survey containing sources, receivers, and data.