Solver#

class hgrs.hgrs_kernel.Solver[source]#

Bases: object

static filter2d(image, weight, windows)[source]#

Function to convolve parameter image with uncertainty image

Parameters:
  • image – parameter image

  • weight – uncertainty image

  • windows – size of the window for convolution

Returns:

convolved result with same shape as image

conv_mapping(x)[source]#

Nan-mean convolution

errFit(hess_inv, resVariance)[source]#

Error/uncertainty of the estimated parameters :param resVariance: :return: