EarthModel1D
1D Earth model, used for compliance calculations
Constructor
Properties
thicks(numpy.ndarray): layer thicknesses (m)rhos(numpy.ndarray): layer densities (kg/m^3)vps(numpy.ndarray): layer compressional velocities (m/s)vss(numpy.ndarray): layer shear velocities (m/s)
Methods
plot: Plot the modelcalc_ncompl: Calculate normalized compliance
Example
None for now