invert4geom.remove_test_points#
- remove_test_points(ds)[source]#
Remove the test rows and the column denoting test points
- Parameters:
ds (xarray.Dataset) β gravity dataset with a boolean variable βtestβ.
- Returns:
gravity dataset with test points removed and no βtestβ column.
- Return type: