You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shift to discrete topography for NSEM (simpeg#1683)
Add new `shift_to_discrete_topography` function that shifts locations
relative to discrete surface topography. Add also a new
`get_discrete_topography` function that generates discrete topography
locations out of a mesh and its active cells. We measure electric fields
at the Earth's surface when performing MT surveys. Like DC/IP, the
original measurement locations of the electric fields can end up in air
cells when we define discrete surface topography. These functions allow
the user to shift locations relative to discrete topography on Tensor
and Tree meshes. For Airborne NSEM, they also allow the user to preserve
the original flight heights. Deprecate the following functions:
`gettopoCC`, `drapeTopotoLoc`, and `closestPointsGrid`.
---------
Co-authored-by: Santiago Soler <[email protected]>
0 commit comments