Here’s a breakdown of the two approaches for defining upon which area of the survey you would like to run the inversion:

  • Survey Area: Specify the southwest and northeast corner coordinates to define the rectangular area for your survey.
  • Quadrilateral: Define the survey area using four points to create a quadrilateral shape.
  • Individual Lines: Define each survey line using a unique identifier and its starting and ending coordinates.

When defining your survey, you can choose to specify either the individual survey lines you want to run or the area you want to invert (survey area or quadrilateral). However, you can only provide one of these three options, not both.

A survey configuration file is generated automatically during the preprocessing step. The default configuration will cover the entire survey area provided in the data file. However, you can modify it to adjust what area of the survey you would like to invert.

Example:

area: 
  south_west: 
    - 708000
    - 5514500
  north_east:
    - 708500
    - 5515000