3.3.3. Observations File

The observations file contains the set of field measurements used in the inversion. This file contains all necessary survey information including: the number of transmitters, transmitter geometry, observation locations, frequencies, observed fields and uncertainties.

Note

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

The lines the observations file are formatted as follows:

IGNORE reg_exp
N_TRX \(\;\) n_trx



FREQUENCY \(\;\) f1
N_RECV \(\;\) n_recv
\(\;\;\) Data Array



FREQUENCY \(\;\) f2
N_RECV \(\;\) n_recv
\(\;\;\) Data Array


\(\;\;\;\;\;\; \vdots\)



FREQUENCY \(\;\) fn
N_RECV \(\;\) n_recv
\(\;\;\) Data Array

Repeat for number of unique transmitter-frequency pairs


3.3.3.1. Parameter Descriptions

  • reg_exp: Regular expression (flag) used to data points that are ignored during the inversion

  • n_trx: The total number of transmitters. Example: N_TRX 3

  • fi: The frequency (in Hz) at which the subsequent set of measurements are made.

  • n_recv: The number of receivers collecting field observations at a particular frequency for a particular transmitter.

  • Data Array: Contains the X (Easting), Y (Northing) and Z (elevation) locations, observations and uncertainties at a particular frequency for a particular transmitter. It has dimensions n_recv \(\times\) 27.

3.3.3.2. Defining Transmitters

There are three types of transmitters that E3D survey files can use. These were defined in the survey file section.

3.3.3.3. Data Array

Important

The data are represented in a left-handed coordinate system where X is Easting, Y is Northing and Z is +ve downward.

For each transmitter at each frequency, a set of field observations are made for a set of receivers. These field observations include real and imaginary components of the electric and magnetic fields as well as their uncertainties. The rows of the data array are formatted as follows:

\[| \; x \; | \; y \; | \; z \; | \;\;\; E_x \; data \;\;\; | \;\;\; E_y \; data \;\;\; | \;\;\; E_z \; data \;\;\; | \;\;\; H_x \; data \;\;\; | \;\;\; H_y \; data \;\;\; | \;\;\; H_z \; data \;\;\; |\]

such that \(E_x \; data\) is comprised of 4 columns:

\[| \; E_x^\prime \; | \; U_x^\prime \; | \; E_x^{\prime \prime} \; | \; U_x^{\prime \prime} \; |\]

where

  • \(E_x^\prime\) is the real component of the electric field along the Easting direction

  • \(E_x^{\prime\prime}\) is the imaginary component of the electric field along the Easting direction

  • \(U_x^\prime\) is the uncertainty on \(E_x^\prime\)

  • \(U_x^{\prime\prime}\) is the uncertainty on \(E_x^{\prime\prime}\)

This is done likewise for \(E_y\), \(E_z\), \(H_x\), \(E_y\), \(H_z\).