Skip to content
New issue

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

iterative ref: zero pad to avoid ctf aliasing #30

Open
geoffwoollard opened this issue Mar 30, 2022 · 0 comments
Open

iterative ref: zero pad to avoid ctf aliasing #30

geoffwoollard opened this issue Mar 30, 2022 · 0 comments

Comments

@geoffwoollard
Copy link

I suggest developing with n_pix=32 or 64 to start with. real data will be more like 128 or 256. Can have issues with ctf at small pixels and need to zero pad to avoid artefacts. The artefacts from the ctf can arise from it not going to zero at edges, and the sinusoidal ctf rippling too fast.

See Penczek, P. A., Fang, J., Li, X., Cheng, Y., Loerke, J., & Spahn, C. M. T. (2014). CTER-Rapid estimation of CTF parameters with error assessment. Ultramicroscopy, 140, 9–19. http://doi.org/10.1016/j.ultramic.2014.01.009

One can

  • zero pad the real space inputs
  • take the fft on the zero padded inputs
  • make the ctf arrays on the lager sized array
@geoffwoollard geoffwoollard changed the title zero pad to avoid ctf aliasing iterative ref: zero pad to avoid ctf aliasing Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant