5.1.16. EM transmitter formats

This “block” format will be used for describing EM transmitters within FEM and TEM data files. The types of EM transmitters available are:

  • Large-loop,

  • Line-current,

  • Dipole, and

  • Loop

5.1.16.1. Large-loop transmitter

A large-loop transmitter, also known as the “original” distributed current source-closed loops or grounded wires. Below is an example of the closed loop. The block is started by the flag TRX_ORIG:

../../_images/trxOrigfile.png

The parameters given are: - \(N\): Number of unique locations defining the transmitter (+1 added for the closed loop) - \(X_i\): Easting (m) of \(i^{th}//) transmitter location - \(Y_i\): Northing (m) of \(i^{th}\) transmitter location - \(Z_i\): Elevation (m) of \(i^{th}\) transmitter location

NOTES: The last value is a repeat of the first value to “close” the loop. The source is described by the number of nodes (must have at least 4) where 4 denote a groundwire and > 4 is a closed loop. The current in the transmitter is assumed to be 1 Ampere.

5.1.16.2. Line-current transmitter

A line transmitter is an analytical general closed loop of line currents. It is designed to handle arbitrary complex transmitters with user defined number of nodes. The format for this source type is same as above; the difference is in how the transmitter currents are handled. The block is started by the flag TRX_LINES:

../../_images/trxLinefile.png

The parameters given are:

  • N: Number of unique locations defining the transmitter

  • \(X_i\): Easting (m) of \(i^{th}\) transmitter location

  • \(Y_i\): Northing (m) of \(i^{th}\) transmitter location

  • \(Z_i\): Elevation (m) of \(i^{th}\) transmitter location

5.1.16.3. Dipole transmitter

There are two different types of dipole transmitters: magnetic and electric. The flags for each of these are respectively TRX_MAGNETIC_DIPOLE and TRX_ELECTRIC_DIPOLE. Below is an example of an magnetic dipole:

../../_images/trxDipolefile.png

The parameters given are:

  • \(X\): Easting (m) location of the transmitter

  • \(Y\): Northing (m) location of the transmitter

  • \(Z\): Elevation (m) location of the transmitter

  • \(\theta\): vertical angle in degrees from z+ up.

  • \(\alpha\): angle in degrees from y+ north.

  • \(M\): Moment of the dipole in SI units (could be one if the data are normalized)

NOTE: A vertical dipole (z+ up) is defined by \( \theta = \alpha = 0\).

5.1.16.4. Loop transmitter

A transmitter defined by an analytical circular loop. This type of transmitter is a good approximation for airborne systems (VTEM, HeliGEOTEM, AeroTEM, etc.). The flag is TRX_LOOP and the block is defined as:

../../_images/trxLoopfile.png

The parameters given are:

  • \(X\): Easting (m) location of the transmitter

  • \(Y\): Northing (m) location of the transmitter

  • \(Z\): Elevation (m) location of the transmitter

  • \(R\): Radius (m) of the loop

  • \(\theta\): vertical angle in degrees from z+ up.

  • \(\alpha\): angle in degrees from y+ north.

NOTE: A loop parallel to the xy plane is \( \theta = \alpha = 0\).