correct_SGpillar: Correct gravity component grid for the SG pillar

Description Usage Arguments Details Value References Examples

Description

Removes gravity components at location of the SG pillar. It can correct for both rectangular or circular shaped pillars, depending on what data is supplied.

Usage

1
2
3
correct_SGpillar(gravity_comp3d, Pillar_x = NA, Pillar_y = NA,
  Pillar_z = NA, correct_radius = NA, correct_depth = NA, SG_X = SG_x,
  SG_Y = SG_y, grid_discretization = NA)

Arguments

Pillar_x, y, z

Numeric, coordinate of the SG pillar (x and y).

correct_radius

Numeric, radius of the SG pillar.

correct_depth

Numeric, vertical extent of the SG pillar.

grid_discretization

test

gravity_gcomp3d

Data.frame, of the gravity component grid containing columns x, y, z, zgrid and gcomp.

SG_x, y

Numeric, coordinate of the SG (x and y).

Details

missing

Value

A data.frame of the corrected gravity component grid is return.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/gravityInf documentation built on April 10, 2021, 9:32 a.m.