odl.tomo.backends.skimage_randon.skimage_radon_back_projector not compatible with skimage==0.19
Yao1993 opened this issue · 0 comments
Yao1993 commented
odl/odl/tomo/backends/skimage_radon.py
Lines 155 to 162 in d30f57d
The function skimage_radon_back_projector
call iradon whith the keyword argument filter
, but this argument is removed since skimage v0.19.
@deprecate_kwarg(kwarg_mapping={'filter': 'filter_name'},
removed_version="0.19")
def iradon(radon_image, theta=None, output_size=None,
filter_name="ramp", interpolation="linear", circle=True):