You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Letizia97 could you please pull resampler-norm branch from SyneRBI/SIRF and try norm() method added to NiftyResampler by PR #1186? You will find a simple test in test_pReg.py - perhaps you could do a more thorough testing, could you?
* modified JacobiCG to accomodate Resampler projectors
* added sptr wrapper class to use JacobiCG with Resampler projectors
* [ci skip] corrected indentation in JacobiCG.h (last line)
* [ci skip] attempted implementing resampler norm, build fails
* [ci skip] tried to fix resampler norm, build still fails
* small fixes in BFOperator and NiftyResampler::norm
* restored old usage of dot and corrected Wrapped_sptr in JacobiCG.h
* implemented and tested NiftyResampler::norm
* interfaced and tested resampler norm in Python, fixes#1182
* got rid of assert in resampler norm method to placate Codacy
In order to perform motion compensation with CIL's PDHG, NiftyResampler should have a norm function.
The text was updated successfully, but these errors were encountered: