teamtomo / libtilt

Image processing for cryo-electron microscopy in PyTorch
Other
14 stars 5 forks source link

backproject_fourier.py backproject_fourier(...) do_gridding_correction argument is not used #51

Closed rsanchezgarc closed 11 months ago

rsanchezgarc commented 11 months ago

The do_gridding_correction is not used in backproject_fourier.backproject_fourier(...)

alisterburt commented 11 months ago

ah yes, correction is always applied here https://github.com/teamtomo/libtilt/blob/65efd4fbdd262212561651d30d8320a68388623c/src/libtilt/backprojection/backproject_fourier.py#L71-L79

good catch - will sort!