Closed hws203 closed 3 weeks ago
Below is my jitter correction algorithm flow.
You must be using either rebin_parallel or estimate_tilt right? I hope you are not rebinning to cone-parallel coordinate because I would only recommend this if you are doing medical CT. Anyway, this is just a warning, not an error. The code that does the interpolation uses Lagrange polynomial interpolation. I think the default is to use a 6th order polynomial. But if your projection angles are non-equi-spaced, I just use linear interpolation. I did this because it was too much of a pain to figure out how to do this efficiently with higher order polynomials. The overall impact is that linear interpolation gives a result that is not as sharp.
@kylechampley Current just warning with little blurring looks not critical for my application. I will keep it. I am using estimate_tilt function. Thanks so much for explanation.
@kylechampley I added some jitter correction algorithm with leapct, and I can see some warning message from leapct as like below. I wonder it does not bring any side effect into all reconstruction action. If I use uneven angle space then it is normal of this warning message?