필터 지우기
필터 지우기

how to do terrain correction to gravity data in Matlab

조회 수: 7 (최근 30일)
math seeker
math seeker 2018년 8월 27일
다시 열림: Walter Roberson 2018년 12월 22일
I want to do terrain correction to a gravity data grid. I have grid files of topography and free air gravity. I got a Matlab code, named nagyprism.m to calculate the topographic correction due to a prism. But I am not clear about how to apply this to a grid data. The only inputs to the code are coordinates of a prism. Please explain this.

채택된 답변

Pierre845
Pierre845 2018년 8월 27일
편집: Pierre845 2018년 8월 27일
Not sure what you're after here .. you got a matlab file and don't know how to use it? well post the code for broader interest and potential answers.
My help is that you need two surfaces or grids of data: the topographic one and the gravity one; then you just need to do a wise substraction of the two, making sure you are using the same units in the substraction (either mass or gravity acceleration).
Hence, a 3D matrix will do the magic - one for the topography and one for the gravity; the two matrix need to have the same x,y coordinates if not you will need to do an interpolation to align coordinates.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by