3.2.3. Observations file

This file is used to specify the observed gravity anomalies with estimated standard deviation. Lines starting with ! are comments. The following is the GIF-formatted file structure of a gravity observations file:

../../_images/gravObs.png

Parameter definitions:

  • ndat: Number of observations.

  • E, N, ELEV: Easting, northing and elevation of the observation, measured in meters. Elevation should be above the topography for surface data, and below the topography for borehole data. The observation locations can be listed in any order.

  • Grav \(_i\): Anomalous gravity of ith datum measured in mGal.

  • Err \(_i\): Standard deviation of Grav\(_n\). This represents the absolute error. It must be positive and non-zero.

NOTE: It should be noted that the data are extracted anomalies, which are derived by removing the regional from the field measurements. Furthermore, the inversion program assumes that the anomalies are produced by a density contrast distribution in g/cm \(^3\) with mesh cells in meters. Therefore, it is crucial that the data be prepared in mGal.

3.2.3.1. Predicted data file

The predicted data file is the exact same format as above, but omitting the uncertainty column. The inversion code will output the predicted data in this format. This format is also the same as gzfor3d

3.2.3.2. Example

../../_images/gravObsEx.png