Skip to content

Commit

Permalink
docs: improve inversion docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 25a4e92 commit 471a76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/invert4geom/inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,8 @@ def run_inversion(
----------
input_grav : pd.DataFrame
dataframe with gravity data and coordinates, must have columns "res" and "reg"
for residual and regional gravity.
for residual and regional gravity, and coordinate columns "easting", "northing",
and "upward".
input_grav_column : str
column name containing the gravity data *before* regional separation
prism_layer : xr.Dataset
Expand Down

0 comments on commit 471a76f

Please sign in to comment.