We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
skimage_radon_back_projector
filter
@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):
https://github.com/scikit-image/scikit-image/blob/26cb086a6d829aa4d17b10831be5bcde3c359925/skimage/transform/radon_transform.py#L192-L195
The text was updated successfully, but these errors were encountered:
No branches or pull requests
odl/odl/tomo/backends/skimage_radon.py
Lines 155 to 162 in d30f57d
The function
skimage_radon_back_projector
call iradon whith the keyword argumentfilter
, but this argument is removed since skimage v0.19.https://github.com/scikit-image/scikit-image/blob/26cb086a6d829aa4d17b10831be5bcde3c359925/skimage/transform/radon_transform.py#L192-L195
The text was updated successfully, but these errors were encountered: