3.3.2. Receiver File

The exact dimensions of the receivers used to measure electric and magnetic fields for the E3DMT version 2 code are defined within the receiver file. This file is required for both forward modeling and inversion. Electric dipole and inductive loop receivers do not need to be defined in any particular order, however they must be reference properly within the survey index file.

Note

  • Bolded entries are fixed flags recognized by the Fortran codes and blue hyperlinked entries are values/regular expressions specified by the user

3.3.2.1. Format

The lines of the receiver file are formatted as follows:


RxID \(\;\) N \(\;\) 1
\(\;\;\; p_1 \; q_1 \; r_1\)
\(\;\;\;\;\;\;\;\; \vdots\)
\(\;\; p_N \; q_N \; r_N\)
RxID \(\;\) N \(\;\) 1
\(\;\;\; p_1 \; q_1 \; r_1\)
\(\;\;\;\;\;\;\;\; \vdots\)
\(\;\; p_N \; q_N \; r_N\)
RxID \(\;\) N \(\;\) 1
\(\;\;\; p_1 \; q_1 \; r_1\)
\(\;\;\;\;\;\;\;\; \vdots\)
\(\;\; p_N \; q_N \; r_N\)


In general, the user should use an ordering of Ex, Ey, Hx, Hy for MT data and Hx, Hy, Hz for ZTEM data but it is not necessary. Download receiver file example for MT data . Download receiver file example for ZTEM data . Below, we show an example of a receiver file which may be used to model MT data.

../../_images/receiver_file.png

Fig. 3.9 Receiver file with electric dipole and inductive loop receivers.

3.3.2.2. Parameter Descriptions

  • RxID: Each electric dipole (measures E field) or inductive loop (measures H field) receiver is identified by a unique index number. The index numbers should be increasing.

  • N: The number of points defining the receiver

    • 2 points defines the ends of an electric dipole receiver (measures E field)

    • 5+ points defines the nodes of an inductive loop receiver (measures H field). The first and last node must be the same; i.e. you must close the loop.

  • 1: As of May 2018, a flag value of 1 is entered here. In future iterations of the code, this entry may be related to additional functionality.

  • \(\mathbf{p_i \;\; q_i \;\; r_i}\): Easting, Northing and elevation for node locations for the electric dipole or inductive loop receiver.

Important

The data may use a labeling convention with X = Northing, Y = Easting and Z = +ve Down, but the node locations are in terms of Easting, Northing and elevation. To correctly define receivers:
  • Define your inductive loop receivers in the CCW direction, as we are using a right-handed coordinate system

  • Define \(E_x\) receivers from South to North

  • Define \(E_y\) receivers from West to East

  • Define \(H_x\) receivers with a dipole moment pointing towards North

  • Define \(H_y\) receivers with a dipole moment pointing towards East

  • Define \(H_z\) receivers with a dipole moment downwards