Skip to content
Snippets Groups Projects
Commit dc9a7911 authored by Wolfgang Kastaun's avatar Wolfgang Kastaun
Browse files

Use new shift inversion methods in instrument class

Note results can change within the inversion tolerance. The reason is that
each dask chunk is inverted separately, which may lead to fewer iterations on the
faster converging chunks of data.
The boundary conditions during the interpolation within the fixed point iteration are
flat. All points are used in the convergence measure. In contrast, the old scheme excluded
a hardcoded margin.

TODO: the case where interpolation is set to None is currently not implemented.

All unit tests are passing.
parent bffa663c
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment