teamtomo / libtilt

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

Remove FFT utils from FSC calculation #3

Closed alisterburt closed 1 year ago

alisterburt commented 1 year ago

fft utils contain some complicated-ish stuff which is not better handled by the new coordinate_grid/fftfreq_grid APIs - this PR refactors the FSC to use this and moves us closer to deprecating the distance_from_df mess in fft_utils