RxElectricPoint

class emg3d.electrodes.RxElectricPoint(coordinates, relative=False, data_type='complex')[source]

Bases: emg3d.electrodes.Receiver, emg3d.electrodes.Point

Electric point receiver (point sampling the field).

Parameters
coordinatesarray_like

Point defined as (x, y, z, azimuth, elevation)

relativebool, default: False

If False, the coordinates are absolute coordinates. If True, the coordinates define the offset from the source center.

Note that relative=True makes only sense in combination with sources, such as is the case in a emg3d.surveys.Survey.

data_typestr, default: ‘complex’

Data type of the measured responses. Currently implemented is only the default value.