Just to improve the visibility of this TODO I saw in a code comment so it's less likely to get missed:
|
# Perform padding to the power of 2 as FFT is O(n*log(n)) complexity |
|
# TODO: adding other options of padding? |
|
padded_tomo, pad_tup = _pad_projections_to_second_power(tomo) |