tiskitpy.compliance.EarthModel1D

class tiskitpy.compliance.EarthModel1D(prop_list)

Bases: object

Parameters:

prop_list (list of lists) – 1D model, each row is a layer with values [thick(m), rho(kg/m^3), vp(m/s), vs(m/s)]

calc_ncompl(f, wdepth)

Return the normalized compliance for the given frequencies and water depth

Wrapper for tiskitpy.Compliance.calc_norm_compliance()

plot()