xinv.neq.transform#
- xinv.neq.transform.transform(dsneq: Dataset, fwdoperator, apriori_strategy='ignore', **kwargs)#
Transform a normal equation system using a forward operator
- Parameters:
dsneq (xr.Dataset) – The normal equation system to be transformed
fwdoperator (xinv.fwd.FwdOperator or xarray.DataArray) – The forward operator to transform the normal equation system. This can also be a xarray.DataArray holding the Design matrix
apriori_strategy (str, optional) – How to treat the transformation of the apriori solution estimate, currently only “ignore” is allowed (sets the output to zero without changing the ltpl)
**kwargs – Additional arguments passed to the fwdoperator.jacobian call