SimPEG.electromagnetics.frequency_domain.receivers.BaseRx#

class SimPEG.electromagnetics.frequency_domain.receivers.BaseRx(locations, orientation='z', component='real', data_type='field', use_source_receiver_offset=False, **kwargs)[source]#

Bases: BaseRx

Base FDEM receivers class.

Parameters:
locations(n_loc, n_dim) numpy.ndarray

Receiver locations.

orientation{‘z’, ‘x’, ‘y’} or numpy.ndarray

Receiver orientation.

component{‘real’, ‘imag’, ‘both’, ‘complex’}

Component of the receiver; i.e. ‘real’ or ‘imag’. The options ‘both’ and ‘complex’ are only available for the 1D layered simulations.

data_type{‘field’, ‘ppm’}

Data type observed by the receiver, either field, or ppm secondary of the total field.

use_source_receiver_offsetbool, optional

Whether to interpret the receiver locations as defining the source and receiver offset.

Attributes

component

Data component; i.e. real or imaginary.

data_type

The type of data for this receiver.

nD

Number of data associated with the receiver

orientation

Orientation of the receiver.

use_source_receiver_offset

Use source-receiver offset.

Methods

eval(src, mesh, f)

Project fields from the mesh to the receiver(s).

evalDeriv(src, mesh, f[, du_dm_v, v, adjoint])

Derivative of the projected fields with respect to the model, times a vector.

getP(mesh, projected_grid)

Get projection matrix from mesh to receivers

Galleries and Tutorials using SimPEG.electromagnetics.frequency_domain.receivers.BaseRx#

2D inversion of Loop-Loop EM Data

2D inversion of Loop-Loop EM Data

Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions

Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions

Heagy et al., 2017 1D RESOLVE Bookpurnong Inversion

Heagy et al., 2017 1D RESOLVE Bookpurnong Inversion

Heagy et al., 2017 Casing Example

Heagy et al., 2017 Casing Example

Heagy et al., 2017 1D FDEM and TDEM inversions

Heagy et al., 2017 1D FDEM and TDEM inversions

1D Forward Simulation for a Single Sounding

1D Forward Simulation for a Single Sounding

1D Forward Simulation for a Susceptible and Chargeable Earth

1D Forward Simulation for a Susceptible and Chargeable Earth

3D Forward Simulation on a Cylindrical Mesh

3D Forward Simulation on a Cylindrical Mesh

3D Forward Simulation on a Tree Mesh

3D Forward Simulation on a Tree Mesh

1D Inversion of for a Single Sounding

1D Inversion of for a Single Sounding