SimPEG.electromagnetics.time_domain.receivers.BaseRx#

class SimPEG.electromagnetics.time_domain.receivers.BaseRx(locations, times, orientation='z', use_source_receiver_offset=False, **kwargs)[source]#

Bases: BaseTimeRx

Base TDEM receiver class

Parameters:
locations(n_loc, n_dim) numpy.ndarray

Receiver locations.

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

Receiver orientation.

times(n_times) numpy.ndarray

Time channels

Attributes

orientation

Orientation of the receiver.

use_source_receiver_offset

Use source-receiver offset.

Methods

eval(src, mesh, time_mesh, f)

Project fields to receivers to get data.

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

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

getP(mesh, time_mesh, f)

Returns projection matrices as a list for all components collected by the receivers.

getSpatialP(mesh, f)

Get spatial projection matrix from mesh to receivers.

getTimeP(time_mesh, f)

Get time projection matrix from mesh to receivers.

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

Time-domain CSEM for a resistive cube in a deep marine setting

Time-domain CSEM for a resistive cube in a deep marine setting

EM: TDEM: 1D: Inversion

EM: TDEM: 1D: Inversion

EM: TDEM: 1D: Inversion with VTEM waveform

EM: TDEM: 1D: Inversion with VTEM waveform

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 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 with Chargeable and/or Magnetic Viscosity

1D Forward Simulation with Chargeable and/or Magnetic Viscosity

1D Forward Simulation with User-Defined Waveforms

1D Forward Simulation with User-Defined Waveforms

3D Forward Simulation for Transient Response on a Cylindrical Mesh

3D Forward Simulation for Transient Response on a Cylindrical Mesh

3D Forward Simulation with User-Defined Waveforms

3D Forward Simulation with User-Defined Waveforms

1D Inversion of Time-Domain Data for a Single Sounding

1D Inversion of Time-Domain Data for a Single Sounding

Forward Simulation Including Inductive Response

Forward Simulation Including Inductive Response