Metadata-Version: 2.1
Name: multi-interface-inversion
Version: 0.0.2
Summary: reflection and deflection between Crust1.0 and Vertical Gravity Gradient
Home-page: https://github.com/WangChao/multi-interface
Author: Chao
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib >=3.8.4
Requires-Dist: numpy >=1.26.4
Requires-Dist: scikit-image >=0.22.0

This packages is designed for the multi-interface reflection and deflection model.

The gravity anomaly is caused by the fluctuation of several density interfaces. Given the 
altitudes of these interfaces and the density assumption between those interfaces, the
vertical gravity anomalies shall be obtained, which is implied as the forward process in 
the Software. On the other hand, given the vertical gravity anomalies, some fluctuation of 
density interfaces shall be determined, which is implied as the downward process in the 
Software.


mult_interface.py contains the forward and downward calculation

data_provider.py and generate_vgg.py are used for extracting data 
and generating simulated gravity anomaly data.


Chao
