gempy.get_th_fn

gempy.get_th_fn(model: gempy.core.model.Project)[source]

Get the compiled theano function

Parameters

model (model.Project) –

Returns

Compiled function if C or CUDA which computes the interpolation given the input data

(XYZ of dips, dip, azimuth, polarity, XYZ ref surface_points, XYZ rest surface_points)

Return type

theano.compile.function_module.Function